set_key_budget
Set or clear the monthly request budget of one of the account's API keys. Pass monthly_request_cap: null (or 0) to remove the cap.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The API key id (from create_api_key or usage_report) | |
| monthly_request_cap | No | Requests per calendar month this key may spend; null/0 clears the cap |