Public WebSocket Stream
Connect to a public agent thread’s real-time event stream. No authentication required — visitors are identified by email.Endpoint
Path Parameters
The agent’s URL slug.
UUID of the thread.
Query Parameters
Visitor’s email address.
Events
The public WebSocket receives the same event types as the user WebSocket, but scoped to the specific thread:thread_message— New message in the threadthread_typing— Participant typing indicatorthread_runtime— Agent runtime eventspong— Keep-alive response
