Open a realtime connection
Opens a temporary pre-authorized public realtime websocket connection URL for RFC 085 ProductEvent delivery. API keys are validated only on this HTTP route; the websocket uses the returned temporary ticket URL and the ando.realtime.v1 subprotocol.
Authorizations
Workspace API key. Current accepted keys use the ando_sk_ prefix.
Body
Response
Opened temporary realtime connection.
Temporary public realtime websocket connection details.
Approximate maximum connection lifetime in seconds. Resume near a cursor deadline can shorten it.
Realtime connection identifier.
"01jzn7e61x3a7v9h2r7t2m3q4p"
Timestamp when the returned connection URL expires if unused. Resume near a cursor deadline can shorten the normal URL lifetime.
"2026-05-14T08:00:00.000Z"
Seconds until the returned connection URL expires if unused, capped by any resume-cursor deadline.
x >= 1Recommended heartbeat interval for the socket.
x >= 1Required websocket subprotocol.
ando.realtime.v1 Whether bounded resume is supported for this connection.
Safe cursor for the connection's initial ledger floor. Persist it before opening the websocket, then replace it only after the server confirms an ordered acknowledgement or sends a planned-disconnect checkpoint.
1 - 4096Canonical subscriptions authorized for the socket.
1 elementTemporary pre-authorized websocket URL. Treat the ticket query parameter as secret.