update_api_key
Modify an existing API key's name, description, permissions, usage limits, or alert settings to manage access and control usage.
Instructions
Update an existing API key's name, description, scopes, or limits
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The UUID of the API key to update | |
| name | No | New display name for the key | |
| description | No | New description for the key | |
| scopes | No | New permission scopes for the key | |
| credit_limit | No | New credit limit for usage | |
| alert_threshold | No | New alert threshold percentage (0-100) | |
| rate_limit_rpm | No | New rate limit in requests per minute | |
| default_config_id | No | New default configuration ID | |
| default_metadata | No | New default metadata key-value pairs | |
| alert_emails | No | New email addresses for alerts |