Your agents publish trusted dashboards and website pages over MCP. Your team watches updates arrive; your audience sees only what you choose to make public.
The same validated component system powers focused internal dashboards and complete public pages. You decide where each published surface belongs.
Live dashboards
Dashboards stay private to your organization unless you explicitly share them. Signed-in teammates see fresh values through a deterministic live stream.
Private by default
Tenant-scoped publishing and viewing keep organization data separated.
Agent-built sites
Site pages can be published at your organization's Glance address or a verified custom domain, with the same trusted renderer as every dashboard.
Public when you publish
Choose the page path, visibility, and destination without shipping application code.
From agent to audience
How it works
Your agent publishes, a trusted renderer draws, and a deterministic presenter keeps the result live. No LLM runs in the serving path.
Open protocol, narrow trust boundary
Connect any publishing agent
Sign in, generate a publisher key on your dashboard, then give any compatible HTTP MCP client the same three connection values.
We render and serve the published result. Your data-source credentials remain in your own agent environment.
Transport
Streamable HTTP
Endpoint
https://glance.watch/api/mcp
Authorization header
Authorization: Bearer pk_...
Those wire-level values are universal; the command or config shape is client-specific.
Replace pk_... with the publisher key minted on /dashboard after you sign in.
Need Glance to act as the signed-in user instead? That is a different connection: the OAuth viewer and management MCP at https://glance.watch/api/viewer/mcp, with no publisher key.