WebSocket
Connect an Agent WebSocket
Upgrade wss://api.relayapp.im/v1/websocket with Authorization: Bearer <Agent Token>. If the Agent has any saved webhook subscription, Relay returns 409. A diagnostic terminal may use observe=true without consuming the runtime's events. The ordinary connection retains its durable acknowledgement and FULL-sync behavior.
GET
Connect an Agent WebSocket
Authorizations
Bearer token authentication. Include your API token in the Authorization header.
Format: Authorization: Bearer <your-token>
Query Parameters
Read-only diagnostic event view. The ready frame includes observational:true. Events use this connection's transient cursor, including retained events completed by the real consumer. ACK and full_sync_complete frames are rejected. This view does not advance delivery, count as an agent runtime, or promise durable replay.
Response
WebSocket connection accepted

