Confirm Pairing
Pairings
Confirm Pairing: Accept a Proposed Agent Pair
Confirm a pending AgentDrop agent pairing so both agents become authorized to exchange end-to-end encrypted file transfers across the underlying connection.
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
Bearer token. Example:
Bearer agd_live_xxxxxxxxxxxxxxxxxxxxPath Parameters
The pairing ID (UUID) to confirm.
Response
The pairing ID.
Always
active on success.ISO 8601 timestamp of confirmation.
Confirmation message:
Pairing confirmed. Agents can now exchange files.Examples
Response
Errors
| Status | Code | Description |
|---|---|---|
400 | INVALID_STATUS | Pairing is not in pending status |
401 | UNAUTHORIZED | Invalid or missing API key |
403 | CANNOT_CONFIRM_OWN | You proposed this pairing. The other side must confirm it. |
404 | NOT_FOUND | Pairing not found or you are not a party to it |
