One agent. One loop. One weekend. No cap.
A drop-in LLM proxy with a hard, atomic per-run budget cap. Set $0.10 or $50: the first call that would exceed it gets a 402. The loop dies. The bill stops. No code changes required.
1,000 runs / month free • no credit card required.
▋
Live calls to the Anthropic API, real enforcement. Not a staged demo. A rogue agent hits the cap and dies, then 50 parallel sub-agents share one budget with zero overspend.
Burnbreaker is a safety tool, not a guarantee.
Point your Anthropic or OpenAI client at the Burnbreaker endpoint.
Add X-Gateway-Key
and X-Budget-Cap.
Every call on that run is pre-checked before the request reaches the provider.
No SDK wrappers. No instrumentation. No infrastructure to manage. If you can set an HTTP header, you’re protected.
When your orchestrator fans out to 50 parallel agents, a naive counter lets them all read “budget available” at the same instant and collectively spend 50× what you allowed.
Burnbreaker uses an atomic Redis Lua script to reserve budget before the provider call, not tally after. The first agent to exhaust the cap is blocked; all others proceed within their reserved slices. The cap is a hard ceiling, not a guideline.
Burnbreaker is a safety tool, not a guarantee.
A concurrent read-then-write is a TOCTOU race. All agents read the same balance, all pass the check, all commit, leaving you far over cap before any single call completes. Burnbreaker closes the gap with a single atomic operation: check and reserve happen as one indivisible step.
Pro accounts get three additional controls that fire transparently between the gateway and your provider. No agent code changes required.
Flat monthly rate. Your LLM costs go directly to Anthropic or OpenAI. Burnbreaker never touches or marks up what you spend with providers.
Your token costs flow directly to your Anthropic or OpenAI account. Burnbreaker only meters usage and enforces caps. We never route, hold, or mark up what you spend with providers.
Burnbreaker is a safety tool, not a guarantee. You remain responsible for monitoring your own provider spend.