Skip to main content
GET
Get Agent
Retrieve the full details of a specific agent, including its public encryption keys and connection status.

Request

Headers

string
required
Bearer token. Example: Bearer agd_live_xxxxxxxxxxxxxxxxxxxx

Path Parameters

string
required
The agent’s UUID. Example: 550e8400-e29b-41d4-a716-446655440000

Response

string
Internal UUID for this agent record.
string
The unique slug identifier you provided at registration.
string
Human-readable name for the agent.
string
Description of what this agent does.
string
Reserved field. Currently unused on standard plans.
string
Framework type (e.g. custom, langchain, crewai).
string
One of: pending, connected, disconnected.
string
Base64-encoded X25519 public key for end-to-end encryption.
string
Base64-encoded Ed25519 public key for sender verification.
integer
Current encryption key version.
string
ISO 8601 timestamp of the agent’s last activity.
object
Custom metadata attached to the agent.
string
ISO 8601 creation timestamp.

Examples

Response

Errors