II.
SharedContextSpec JSON
Structured · liveshared-context-spec:agent-mux-gateway-frame-pairing-register
PairingRegisterFrame (client→server, request/response) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "shared-context-spec:agent-mux-gateway-frame-pairing-register",
"_kind": "SharedContextSpec",
"_file": "extensions/shared-context-specs/agent-mux-gateway-protocol-frames.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "PairingRegisterFrame (client→server, request/response)",
"contextKind": "websocket-frame-client",
"typescriptInterface": "PairingRegisterFrame",
"producerIface": "@a5c-ai/agent-mux-gateway client",
"consumerIfaces": [
"handleRequestFrame 'pairing.register' (server.ts:806-813)"
],
"fieldSchema": [
"type:literal<pairing.register>:required:Frame discriminator",
"code:string:required:Short pairing code",
"url:string:required:Gateway URL the consuming device should connect to",
"token:string:required:Bearer token the code unlocks"
],
"sourceCitation": "packages/agent-mux/gateway/src/protocol/v1.ts:109-114; frames.ts:110-115"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "package:a5c-ai-agent-mux-gateway",
"to": "shared-context-spec:agent-mux-gateway-frame-pairing-register",
"kind": "has_payload_schema",
"attributes": {}
}
]
}