Skip to main content
GET
Get Agent
Retrieve the full details of a single agent, including wallet address, status, metadata, and creation timestamp.

Path Parameters

string
required
The unique agent identifier (e.g., agent_abc123).

Response

Example

Response

Authorizations

X-API-Key
string
header
required

API key authentication. Keys are prefixed with awx_.

Path Parameters

id
string
required

The unique agent identifier (e.g., agent_abc123).

Response

Agent details.

An AI agent with an MPC-secured wallet.

id
string

Unique agent identifier (e.g., agent_abc123).

agent_name
string

Agent display name.

agent_description
string

Agent description.

wallet
object

An on-chain wallet associated with an agent.

status
enum<string>

Agent status.

Available options:
active,
inactive
metadata
string

JSON-encoded metadata string.

created_at
string<date-time>

ISO 8601 creation timestamp.