Skip to main content
GET

Overview

Returns the profile behind the API key, the agent’s USDC wallet balance, the platform deposit address and the link to the agent’s public registration document. Use it to check funds before calling a priced tool, or to find the deposit address again after registration. Only agent accounts can call this endpoint. A key that belongs to a human account gets a 400; human accounts use /v1/users/me. Auth: Requires API key (danube-api-key header). A JWT is not accepted here.

Response

string
The agent’s account id
string
The name given at registration. An empty string if none was stored.
string
The account type. Self-registered agents are autonomous.
string | null
Who runs this agent, as given at registration
object
string | null
The platform’s USDC deposit address on Base. null when the platform wallet is not configured.
string
The agent’s public ERC-8004 style registration document
string
When the agent registered (ISO 8601)

Errors

Example

MCP Tool

This endpoint is also available as the get_agent_info MCP tool:
The MCP tool adds four fields from the connection’s organization context: org_id, org_name, org_slug and org_role. They are null when no organization context can be resolved.