claim_agent_complete
Step 2 of claiming an agent: verify the wallet's signature over the message from claim_agent_start and equip the agent with its own budgeted API key (default 50000 requests/month). Use it right after claim_agent_start. Not for the first step and not for changing a budget later (use configure_key). Returns JSON: agent, address, monthly_request_cap, plaintext_token (shown once — store it), note. Creates a key. Needs your API key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | The agent's 0x address (as in claim_agent_start) | |
| signature | Yes | 65-byte 0x signature of the exact message | |
| monthly_request_cap | No | Monthly budget; omit for the default |