Documentation Index
Fetch the complete documentation index at: https://docs.toktra.dev/llms.txt
Use this file to discover all available pages before exploring further.
List budgets
Returns a cursor-paginated list of budgets for your organization.Opaque pagination cursor. Pass
next_cursor from a previous response to fetch the next page. Omit for the first page.Maximum items per page (1–100).
Request
Response
Get budget
Returns a single budget by ID.Budget UUID.
Request
Response
Budget object
Unique budget identifier (UUID).
Organization that owns this budget.
Human-readable budget name.
Department this budget applies to.
null for org-wide budgets.Budget limit for the current period, in
currency.Amount consumed in the current period.
amount minus spent.ISO 4217 currency code (e.g.,
USD).Budget period:
daily, weekly, monthly, quarterly, or annual.When
true, LLM requests are blocked once remaining reaches zero. When false, usage is allowed but an alert is triggered.ISO 8601 creation timestamp.
ISO 8601 last-updated timestamp.
To create or modify budgets, use the dashboard under Budgets or the Terraform provider.