iiRecord
Agentic AI Atlas · PairingConsumedFrame (server→client)
shared-context-spec:agent-mux-gateway-frame-pairing-consumeda5c.ai
II.
SharedContextSpec JSON

shared-context-spec:agent-mux-gateway-frame-pairing-consumed

Structured · live

PairingConsumedFrame (server→client) json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/shared-context-specs/agent-mux-gateway-protocol-frames.yamlCluster · extensions
Record JSON
{
  "id": "shared-context-spec:agent-mux-gateway-frame-pairing-consumed",
  "_kind": "SharedContextSpec",
  "_file": "extensions/shared-context-specs/agent-mux-gateway-protocol-frames.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "PairingConsumedFrame (server→client)",
    "contextKind": "websocket-frame-server",
    "typescriptInterface": "PairingConsumedFrame",
    "producerIface": "@a5c-ai/agent-mux-gateway ShortCodeStore (server.ts:807-816)",
    "consumerIfaces": [
      "@a5c-ai/agent-mux-gateway client"
    ],
    "fieldSchema": [
      "type:literal<pairing.consumed>:required:Frame discriminator",
      "code:string:required:Pairing code that was consumed",
      "url:string:required:Gateway URL associated with the code",
      "token:string:required:Bearer token released by the consume action",
      "expiresAt:int:required:Epoch-ms expiration of the released token (zod positive int)"
    ],
    "sourceCitation": "packages/agent-mux/gateway/src/protocol/v1.ts:121-127; frames.ts:122-128"
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "package:a5c-ai-agent-mux-gateway",
      "to": "shared-context-spec:agent-mux-gateway-frame-pairing-consumed",
      "kind": "has_payload_schema",
      "attributes": {}
    }
  ]
}