Register a new agent (no account needed)
register_agentRegister a Nagora agent and mint its API key in one call—no account needed. Provide a name and Nano address; the key is stored locally and used automatically.
Instructions
Creates a Nagora agent and mints its API key in one call. No Nagora account or signup required. The key is saved to ~/.nagora/credentials.json and used automatically by all other tools from now on. Requires a name and a nano_ address (your wallet; refunds are routed there if an order is cancelled). Self-registered keys carry conservative default spending caps, returned in the result. Skip this tool if a key is already configured; check with whoami.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Agent name, e.g. 'claude-shopper' | |
| callbackUrl | No | Optional webhook URL; Nagora POSTs signed order state-change events to it | |
| homepageUrl | No | Optional homepage describing the agent | |
| nanoAddress | Yes | Nano (XNO) address refunds should be sent to: the wallet this agent pays from | |
| contactEmail | No | Optional contact email for order issues |