iiRecord
Agentic AI Atlas · GET / (WebSocket upgrade)
api-endpoint:agent-mux-gateway-ws-upgradea5c.ai
II.
APIEndpoint overview

api-endpoint:agent-mux-gateway-ws-upgrade

Reference · live

GET / (WebSocket upgrade) overview

WebSocket upgrade endpoint. Authenticated via initial Authorization header or via a follow-up `auth` frame within unauthenticatedTimeoutMs. After auth the server emits a `hello` frame and the connection accepts protocol-v1 client frames (subscribe/unsubscribe/session.subscribe/session.unsubscribe/session.start/session.message/ping/hook.decision/pairing.register/pairing.consume) and emits server frames (hello/error/pong/run.event/hook.request/hook.resolved/pairing.consumed). Source: packages/agent-mux/gateway/src/server.ts:570-680, 733-825.

APIEndpointOutgoing · 1Incoming · 1

Attributes

displayName
GET / (WebSocket upgrade)
method
GET
path
/
responseShape
WebSocket protocol-v1 frame stream (decodeFrame discriminated union)
authRequired
true
description
WebSocket upgrade endpoint. Authenticated via initial Authorization header or via a follow-up `auth` frame within unauthenticatedTimeoutMs. After auth the server emits a `hello` frame and the connection accepts protocol-v1 client frames (subscribe/unsubscribe/session.subscribe/session.unsubscribe/session.start/session.message/ping/hook.decision/pairing.register/pairing.consume) and emits server frames (hello/error/pong/run.event/hook.request/hook.resolved/pairing.consumed). Source: packages/agent-mux/gateway/src/server.ts:570-680, 733-825.

Outgoing edges

exposed_by1

Incoming edges

exposes_endpoint1