create_rate_limit
Set up request frequency controls by defining maximum allowed requests or tokens within specific time windows to manage API usage.
Instructions
Create a new rate limit to control request frequency within a time window
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the rate limit | |
| workspace_id | No | Workspace ID to apply the limit to | |
| value | Yes | The maximum number of requests allowed | |
| metric | Yes | The metric to rate limit | |
| window | Yes | The time window for the rate limit |