prepare_agent_registration
Prepare a wallet-first ERC-8004 or Solana-8004 registration. The caller must later send the on-chain transaction from the same wallet and then call finalize_agent_registration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Agent name | |
| tags | No | Agent tags | |
| image | No | Agent image URL | |
| network | Yes | Target network for the agent | |
| version | No | Agent version string | |
| endpoint | No | Primary or fallback endpoint URL | |
| description | Yes | Agent description | |
| endpointIds | No | Platform endpoint UUIDs to bind | |
| assetAddress | No | Required for Solana registrations | |
| ownerAddress | No | Owner wallet address matching the authenticated session wallet | |
| sessionToken | Yes | Wallet session token with erc8004_register scope | |
| customEndpoints | No | Custom endpoint URLs to bind |