Get This Tool
burnban
Pricing
- Model
- Free
Summary
A single runaway agent on a Tuesday afternoon can burn through a month's API budget before you close your laptop — and most monitoring tools require you to ship your keys and traffic through their cloud to stop it. Burnban routes that enforcement decision through your own machine instead.
Burnban reads supported agent log files already sitting on disk, prices the recorded usage against public API list rates, and lets you set daily, weekly, monthly, or per-agent spend caps enforced in the request path — all from a local dashboard at localhost:4141. The ledger is SQLite on your machine. No keys leave to a Burnban server, no prompts hit a control plane, no account is required. The sharp edge is the word 'supported': log format and provider coverage are scoped, and anything outside that scope remains invisible to the meter. Teams tracking unsupported agents or providers find Burnban shows them a partial picture.
Bottom line: Pick this when you need an offline kill switch for personal or small-team API spend with zero cloud dependency — plan around it when your stack includes agents or providers outside the supported log formats, because those costs will run unmetered.
Community Performance Report Card
No community ratings yet. Be the first to rate this tool!
Community Benchmarks Community
Sign in to submit a benchmarkNo community benchmarks yet. Be the first to share a real-world data point.
Pros
Sign in to edit- Zero-telemetry local enforcement, so your API keys, prompts, and responses never touch a Burnban server — eliminating the trust risk that comes with cloud-based spend gateways.
- Daily, weekly, monthly, and per-agent spend caps enforced in the request path, so a runaway agent gets blocked before it runs up the bill rather than flagged after the invoice arrives.
- The subsidy repricing command converts historical log data into a qualified, shareable cost estimate against any supported model's public rates, so you can surface the real cost of local agent activity to stakeholders without needing provider-side billing access.
- MIT licensed single binary with checksum verification and published SBOMs, so teams with strict supply-chain policies can audit exactly what sits in their provider request path.
- Local SQLite ledger requires no account, signup, or cloud dependency, which means the tool keeps working when a vendor changes pricing, shuts down, or decides to monetize the data flowing through their gateway.
Cons
Sign in to edit- Enforcement only applies to traffic routed through the local meter — agents or apps that call providers directly bypass all caps entirely, so a team with more than one or two agents faces a partial blind spot from day one.
- Log reading and traffic enforcement are scoped to 'supported' agents and providers; the docs do not enumerate a complete compatibility list on the landing page, so teams discover unsupported tools by finding gaps in the dashboard rather than a checklist upfront.
- Because Burnban is a V0.4 single-maintainer project with no API surface and no integrations layer, teams that outgrow personal spend monitoring and need org-level cost allocation, multi-seat dashboards, or CI budget gates will find nothing here to extend — at that scale they migrate to a platform with an admin layer, and Burnban becomes a retrospective curiosity.
- The model repricing and subsidy features produce estimates explicitly qualified as 'API-equivalent' against list rates, not actual billed amounts — teams using negotiated pricing or credits will find the numbers systematically off, making the output useful for illustration but unreliable for finance reconciliation.
Community Reviews
Sign in to write a reviewNo reviews yet. Be the first to share your experience.
About
- Platforms
- macOS, Linux, Windows
- API Available
- No
- Self-Hosted
- Yes
- Last Updated
- 2026-07-17T00:28:51.216Z
Best For
Who it's for
- Developers monitoring personal AI API spend
- Users wanting local budget enforcement without cloud services
- Teams needing on-machine visibility and controls
What it does well
- Track local AI agent usage from supported logs
- Enforce daily/weekly/monthly budgets on supported API traffic
- Generate shareable API-equivalent cost estimates from existing logs
- Inspect spend and pull local kill switch via dashboard
Discussion Community
Sign in to commentNo discussion yet. Sign in to start the conversation.
Compare burnban
Spotted incorrect or missing data? Join our community of contributors.
Sign Up to ContributeCommunity Notes & Tips Community
Sign in to contributeBe the first to contribute. General notes, observations, gotchas, and tips from people who use this tool day-to-day.
Frequently Asked Questions
- Is burnban free?
- Yes — burnban is fully free to use. There is no paid tier.
- Is burnban open source?
- Yes. burnban is open source.
- Can I self-host burnban?
- Yes. burnban supports self-hosting on your own infrastructure.
- What platforms does burnban support?
- burnban is available on: macOS, Linux, Windows.
Hours Saved & ROI Stories Community
Sign in to contributeBe the first to contribute. Concrete time/cost savings, with context. e.g. "Cut my code review backlog from 4h to 45m per week."
Curated lists that include this category
API cost visibility usually means either reading provider dashboards after the damage is done or piping all traffic through a third-party cloud gateway you do not control. Burnban takes a different path: a single binary you install locally that reads supported agent log files in place, meters traffic routed through it to supported providers, and enforces spending caps before forwarding requests. The dashboard runs at localhost:4141, the ledger is local SQLite, and the allow-or-block decision executes on your machine — no Burnban account, no telemetry path, no hosted gateway in the request chain.
The standout feature is what the vendor calls the ‘subsidy’ command. Running `burnban subsidy –share` takes recorded local usage, reprices it against public API list rates for a chosen time window and model, and emits a clearly qualified cost estimate you can share with a team or manager — the window, rates, and plan multiplier travel with the output. The page documents one maintainer machine producing an equivalent figure of $4,173.49 over 30 days from local logs. That makes it a tool for surfacing hidden costs, not just capping future ones.
The architectural division Burnban draws between visibility and enforcement is the clearest signal of where it fits and where it does not. Log-based reading gives visibility; only traffic actively routed through the local meter can be blocked. Support for specific agent log formats and providers is scoped — the docs explicitly distinguish ‘supported’ agents and logs from the full universe of AI tooling. Teams running a homogeneous stack of supported agents get full metering and cap enforcement. Teams with mixed or unsupported agents get partial visibility at best and no enforcement for the uncovered traffic.
Burnban is MIT licensed, ships as a single binary for macOS, Linux, and Windows, and the installer verifies published checksums and ships with SBOMs. The vendor describes the complete local meter as $0 with no paid tier, no card, and no account. The source is publicly available and the page directs users to inspect every line before running the installer — an explicit acknowledgment that running a binary in the provider request path warrants scrutiny.
