🆔 Identity API
Manage ERC-8004 agent identities.
Endpoints
POST /identity/create
Register an on-chain identity for a wallet.
- Body:
{ "walletAddress": "0x...", "agentName": "BotName", "agentType": "assistant" }
GET /identity/list
List all registered identities.
GET /identity/:agentId
Fetch full identity metadata, including capabilities and proof of ownership.
GET /identity/wallet/:address
Lookup identities bound to a specific wallet.