iiRecord
Agentic AI Atlas · POST /api/v1/pairing/register
api-endpoint:agent-mux-gateway-post-pairing-registera5c.ai
II.
APIEndpoint JSON

api-endpoint:agent-mux-gateway-post-pairing-register

Structured · live

POST /api/v1/pairing/register json

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

File · extensions/api-endpoints/agent-mux-gateway-endpoints.yamlCluster · extensions
Record JSON
{
  "id": "api-endpoint:agent-mux-gateway-post-pairing-register",
  "_kind": "APIEndpoint",
  "_file": "extensions/api-endpoints/agent-mux-gateway-endpoints.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "POST /api/v1/pairing/register",
    "method": "POST",
    "path": "/api/v1/pairing/register",
    "responseShape": "{ code: string, url: string, expiresAt: number } (201)",
    "authRequired": true,
    "description": "Register a short-code pairing record so a remote client can be paired by entering the code. Source: packages/agent-mux/gateway/src/server.ts:537-550."
  },
  "outgoingEdges": [
    {
      "from": "api-endpoint:agent-mux-gateway-post-pairing-register",
      "to": "package:a5c-ai-agent-mux-gateway",
      "kind": "exposed_by",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "package:a5c-ai-agent-mux-gateway",
      "to": "api-endpoint:agent-mux-gateway-post-pairing-register",
      "kind": "exposes_endpoint",
      "attributes": {}
    }
  ]
}