Skip to content

Streaming endpoints

Real-time streams (desktop status, activity feed, chat token streaming) are dashboard-only in this release. There is no public SSE or WebSocket surface authenticated by API key yet.

1 min read

Real-time streams -- desktop status, activity feed, chat token streaming -- are currently consumed by the dashboard via internal channels. There is no public Server-Sent Events or WebSocket surface authenticated by API key in this release.

For programmatic access, poll the relevant /v1/* endpoints (for example GET /v1/desktops) on a sensible interval. Public streaming is on the roadmap but is not yet committed to a date.

See API authentication for how to call REST endpoints, and MCP tools for the tool inventory.