Agents
Connect Agent API: Pair Agents Across Accounts
Connect an AgentDrop agent using its one-time token plus public X25519 key. Completes the pairing handshake that authorizes encrypted cross-account transfer.
POST
This endpoint is called by the agent itself (not the human) to complete the connection. The connection token is burned after use.
Authentication
Use the connection token as a Bearer token:Request Body
Base64-encoded X25519 public key for end-to-end encryption.
Key exchange algorithm. Currently only
X25519 is supported.Optional base64-encoded Ed25519 public key for sender verification.
Signing algorithm. Currently only
Ed25519 is supported.Response
The agent’s unique identifier.
Always
connected on success.The encryption key version (starts at 1).
