BUSINESS EVENT STREAM

Create a ticket. Watch it move all the way to closed.

Publish a created, replied, or closed event and watch the stream update immediately. This goes beyond screen sync: the same events can drive notifications, webhooks, and AI-agent workflows.

  • Three business-event types
  • History replay + live SSE
  • Extensible to agent automation
Use your own API key (local / manual mode)
No key? Sign up free to get one →
Not connected
Room Currently in general — different rooms are isolated from each other, so you only receive this room's events (subscribe with &room=, publish with ?room=, and the platform routes by room). This page switches rooms client-side for the demo; in production, room isolation is enforced by the backend token-broker minting room-scoped tokens.

Send a support event

Each click publishes one event. It appears in the event stream on the right in realtime; the ones you send are highlighted.

Ticket event stream

0 total
Fill in a key and press Connect — recent support events are replayed first, then all new events (yours + other visitors') appear here in realtime.

Events are published to a single topic as { app:"support", type, ticket, note, ts }. When multiple people are connected, a per-tab random cid distinguishes "yours" from "other visitors'".

Want to wire this into a real support system? With the same event stream, one line of SDK code or a single MCP tool lets your app / AI agent subscribe and automate. Create a free account → See how to integrate