Skip to content

Search is only available in production builds. Try building and previewing the site to test it out locally.

Budgets

The Budgets page lets you set spending limits for individuals, teams, or the organization.

Soft caps trigger a warning but don’t block usage.

When triggered:

  • The developer sees a warning in their next session
  • An alert appears in the dashboard
  • Optional: notification sent via webhook

Use cases:

  • Alerting developers when they’re spending more than usual
  • Giving team leads visibility into budget consumption
  • Early warning before hitting hard limits

Hard caps block API requests when the limit is reached.

When triggered:

  • The gateway returns a 429 (rate limited) response
  • The developer sees a “budget exceeded” message
  • Usage is blocked until the next budget period or an admin increases the limit

Use cases:

  • Preventing runaway costs from long sessions
  • Enforcing per-developer or per-project limits
  • Protecting shared budgets
PeriodResets
DailyMidnight UTC
WeeklyMonday midnight UTC
MonthlyFirst of month midnight UTC

Set budgets from the dashboard:

  1. Navigate to Budgets
  2. Select scope: organization, team, or individual developer
  3. Set soft cap amount (dollars)
  4. Set hard cap amount (dollars)
  5. Choose budget period
  6. Save

The budgets page shows:

  • Current spend vs. cap (progress bar)
  • Projected end-of-period spend (based on current rate)
  • History of budget utilization
  • Alert log (when caps were triggered)