External DocumentationTo learn more, visit the Onyx documentation.
Actions
Create Global Token Limit Settings
Create the global token rate limit settings for the workspace.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Enabled | Select to activate the global token rate limit. |
| Period Hours | The time window, in hours, for the token budget. |
| Token Budget | The maximum number of tokens allowed within the period. |
{
"token_id": 123,
"enabled": true,
"token_budget": 123,
"period_hours": 123
}
Was this page helpful?