II.
APIEndpoint overview
Reference · liveapi-endpoint:agent-mux-gateway-ws-upgrade
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.
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
- package:a5c-ai-agent-mux-gateway·PackageSurface
Incoming edges
exposes_endpoint1
- package:a5c-ai-agent-mux-gateway·PackageSurface