MsgMesh Support ticket event stream

Publish different types of support events (ticket.created / ticket.replied / ticket.closed) and watch the ticket event stream update in realtime on the right, distinguished by color-coded labels per type. Receiving uses the browser-native EventSource (SSE); publishing uses POST …/messages. AI agents can subscribe to the same event stream via MCP's watch_topic and respond automatically.

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 ?key=, 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 — once connected, all support events (yours + other visitors') will 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 or a single MCP tool lets your app / AI agent subscribe and automate. Get started free → See how to integrate