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.