register_agent
Register a new AI agent on the Base blockchain ERC-8004 registry. Mints an on-chain identity NFT and indexes the agent for discovery. Requires $0.05 USDC payment via x402 on Base mainnet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| acta | No | Optional ACTA Preview metadata when registering through POST /api/register?acta=true | |
| name | Yes | Agent display name | |
| oasf | No | Set true (POST /api/register?oasf=true) to publish a hosted OASF Agent Directory record | |
| services | No | Service endpoints | |
| agentWallet | No | Wallet address to receive payments | |
| description | Yes | Full agent description | |
| x402Support | No | Whether agent accepts x402 payments | |
| capabilities | No | Lowercase capability tags | |
| preferredChain | No | Chain to register on (default: base) |