Real-time client integration for custom apps, dashboards, and frontends.
The WebSocket interface is the best connector for custom clients.
It gives you bidirectional, low-latency messaging with the same agent runtime used by chat platforms.
Browser apps
Internal dashboards
Mobile clients
Custom chat UIs
Send JSON objects with a type field.
type
Typical message types are message, reply, ping, pong, and error.
message
reply
ping
pong
error
When gateway auth is enabled, send the gateway token in the message payload.
Last updated 2 hours ago