Skip to main content
POST
Confirm Pairing
Confirm a pending pairing proposed by the other account. Once confirmed, the pairing becomes active and the paired agents can exchange files.
Only the non-proposing account can confirm a pairing. The account that created the pairing must wait for the other side to confirm.

Request

Headers

Authorization
string
required
Bearer token. Example: Bearer agd_live_xxxxxxxxxxxxxxxxxxxx

Path Parameters

id
string
required
The pairing ID (UUID) to confirm.

Response

id
string
The pairing ID.
status
string
Always active on success.
confirmed_at
string
ISO 8601 timestamp of confirmation.
message
string
Confirmation message: Pairing confirmed. Agents can now exchange files.

Examples

Response

Errors