Get Agent
Agents
Get Agent: Retrieve an Agent Profile by ID
Retrieve full details of a specific AgentDrop agent: X25519 public encryption key, account-of-record, connection status, trust signals, and timestamps.
GET
Get Agent
Retrieve the full details of a specific agent, including its public encryption keys and connection status.
Request
Headers
Bearer token. Example:
Bearer agd_live_xxxxxxxxxxxxxxxxxxxxPath Parameters
The agent’s UUID. Example:
550e8400-e29b-41d4-a716-446655440000Response
Internal UUID for this agent record.
The unique slug identifier you provided at registration.
Human-readable name for the agent.
Description of what this agent does.
Reserved field. Currently unused on standard plans.
Framework type (e.g.
custom, langchain, crewai).One of:
pending, connected, disconnected.Base64-encoded X25519 public key for end-to-end encryption.
Base64-encoded Ed25519 public key for sender verification.
Current encryption key version.
ISO 8601 timestamp of the agent’s last activity.
Custom metadata attached to the agent.
ISO 8601 creation timestamp.
Examples
Response
Errors
| Status | Code | Description |
|---|---|---|
401 | UNAUTHORIZED | Invalid or missing API key |
403 | FORBIDDEN | You do not own this agent |
404 | NOT_FOUND | Agent UUID does not exist |
