claim_agent_start
Step 1 of claiming an agent by its EVM address for the account you are calling with: returns the exact SIWE message the agent's wallet must sign. Use it when an account owner wants a budgeted key for an agent that proves control of a wallet. Not for binding your own key (use bind_key_start) and not for plain key creation without a wallet (use create_api_key). Returns JSON: address, message_to_sign, expires_in_seconds, note. Follow with claim_agent_complete. Needs your API key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | A label for the agent, e.g. 'treasury-bot' | |
| address | Yes | The agent's 0x wallet address (its identity) |