II.
APIEndpoint JSON
Structured · liveapi-endpoint:agent-mux-gateway-post-pairing-register
POST /api/v1/pairing/register json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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": {}
}
]
}