register_agent
Register an agent with daily and weekly budget limits. Free tool - call this before using check_spend or report_spend. Upserts if agent already exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | Unique agent identifier (e.g. your wallet address or agent name) | |
| category_limits | No | Optional per-category weekly limits (e.g. {security: 1.0, content: 2.0}) | |
| daily_limit_usd | Yes | Maximum daily spending in USD | |
| weekly_limit_usd | Yes | Maximum weekly spending in USD |