claim_agent_complete
Complete an agent claim: verify the wallet signature over the message from claim_agent_start and equip the agent with a budgeted API key (default budget 50000 requests/month). Returns the key exactly once.
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 |