Create a new budget.
Request model for creating a new budget.
Budget duration in seconds (e.g., 86400 for daily, 604800 for weekly)
Maximum spending limit
Admin-facing label for the budget
Reset on a UTC calendar boundary instead of a fixed number of seconds, which is the only way to express a calendar month. Mutually exclusive with budget_duration_sec
Successful Response
Response model for budget information.
max_budget is the per-user spending limit, and multiple users can share one budget, so the usage rollup is an aggregate over the users assigned to this budget: how many there are and their combined spend / reserved. Assigning users to a budget is done through the users API (dashboard support lands with user management), so a fresh gateway reports zeros here.