Skip to main content

Budget Rules

Budget rules stop spend before the LLM call fires. When a limit is hit Nolma returns HTTP 429 immediately — the LLM provider never receives the request.

Creating a budget rule

Dashboard → Guard → Budgets → Add rule

Scope types

Enforcement modes

Example rules

Daily limit per agent: Monthly org-wide limit:

Budget templates

New accounts can apply a template from the Budgets page:
  • Conservative — $10/day hard block. Good for development and testing.
  • Growth — $100/day soft limit with auto-downgrade at 80%. Good for production startups.
  • Enterprise — $1,000/month org-wide. Good for regulated companies.

What happens when a limit is hit

Your agent receives:
Handle this in your code:

Emergency kill switch

Stop ALL agents instantly: Guard → “Pause all agents” button. All LLM calls return 429 immediately. Click “Resume all agents” to restore.