Skip to main content
BudgetKit is not yet available. This page is a preview of what’s coming.

What is BudgetKit?

BudgetKit wraps your Anthropic/OpenAI/Gemini calls invisibly, tracks cost per user, enforces per-plan limits, and fires alerts before a single free user generates a $300 bill. One line change. Zero behavior change. Never wake up to a surprise AI invoice again.

Preview

const budget = new BudgetKit({ apiKey: 'bk_live_...' })

// Before: const response = await anthropic.messages.create({...})
// After — identical response, fully tracked:
const response = await budget.track(userId, () =>
  anthropic.messages.create({ model: 'claude-sonnet-4-6', max_tokens: 1024, messages })
)

Pricing

PlanPriceLimits
Free$050 users, 1k calls tracked
Starter$29/mo500 users, all models, email alerts
Pro$79/moUnlimited users, webhooks, top-user dashboard
Scale$199/moMulti-app, team access, custom alert rules

Start with ChurnKit today

ChurnKit is live now. Predict churn, score risk, and set webhook alerts in 30 minutes.