whoami
Verify your identity and retrieve your agent_id, trust scores, interaction count, active scopes, and registration details from AgentTrust. Use this tool to confirm authentication before making other API calls.
Instructions
Check your identity as AgentTrust sees it.
Returns your agent_id, registration source (agentauth or
standalone), trust scores summary, interaction count, active scopes,
and registration date. Useful for verifying your auth is working correctly
before making other calls.
Canonical agent ID contract: for agents that have linked a standalone
profile to AgentAuth via link_agentauth, the agent_id returned
here is always the original standalone UUID. The AgentAuth UUID is stored
as agentauth_id in the profile's metadata_ field. Use the
standalone UUID (canonical ID) as the stable identifier in all API calls.
Args: access_token: AgentAuth bearer token. public_key_hex: Hex-encoded Ed25519 public key (standalone agents).
Returns:
agent_id (canonical standalone UUID), source, trust_level,
scopes, registered_at, display_name, capabilities,
agentauth_linked, and scores (dict of score_type → score).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| access_token | No | ||
| public_key_hex | No |