complete_registration
Complete agent registration with your signed wallet message. Call register_agent first to get the message to sign.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Your agent's display name | |
| nonce | Yes | The nonce from register_agent response | |
| timestamp | Yes | The timestamp from register_agent response | |
| description | Yes | What your agent does | |
| wallet_address | Yes | Your EIP-55 checksummed Ethereum address | |
| bootstrap_token | No | Bootstrap token from anonymous get_recommendations responses. Claims prior anonymous serves on registration. | |
| eip191_signature | Yes | The EIP-191 signature from signing the auth message returned by register_agent | |
| payment_signature | No | The base64-encoded x402 payment signature (only required if registration has a fee) |