create_api_key
Create an additional API key on the account you are calling with (a name, optional monthly unit cap). Use it to give a service or a teammate its own key with its own budget. Not for your first key (use get_key, no signup) and not for a wallet-proven agent key (use claim_agent_start). Returns JSON: id, name, monthly_request_cap, prefix, plaintext_token (shown once — store it, it cannot be read again), note. Creates a key; a key obtained from get_key cannot mint further keys. Needs your API key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | A label for the key, e.g. 'agent-7' or 'Production' | |
| monthly_request_cap | No | Optional monthly request budget for this key (fleet spend control); omit for uncapped |