๐ŸŽ Founding Member โ€” First 5 users get Growth tier ($99/mo) free for life. Claim your spot โ†’
Caplyr on PeerPush
AI Cost Control Plane

Stop runaway API
bills automatically

A single prompt loop can burn $1,000+ overnight. Are your API calls protected?

Budget guardrails, auto-downgrade, and kill switch for your AI API calls. Two lines of code. Zero config.

Works with OpenAI, Anthropic, Groq & Together AI. No rewrites. No proxy. No infra changes.

Protect My AI Costs

Free tier available ยท No credit card required ยท 3 founding member spots left

app.ts
// Works with OpenAI, Anthropic, Groq, Together AI
import OpenAI from "openai"
import { protect } from "caplyr"
const client = protect(new OpenAI(), {
apiKey: "caplyr_sk_...",
budget: { monthly: 500 },// cap in $
})
// That's it. Use client exactly as before.
// Same API โ€” Caplyr is invisible.

Without Caplyr

A prompt loop starts at 2:14 AM.

No one notices for 6 hours.

$800 bill by morning.

With Caplyr

Same prompt loop starts at 2:14 AM.

Caplyr detects the anomaly.

Stopped in 14 seconds.

Control, not visibility

Caplyr sits in the execution path of your AI calls. It doesn't just watch โ€” it enforces.

Budget Guardrails

Set a limit. Hit it โ€” we block the request. No exceptions, no overruns, no surprise invoices.

Your budget is law โ†’

Auto Downgrade

Running hot? We switch to a cheaper model instantly. Your app stays up. Your costs go down. Users never notice.

Sonnet โ†’ Haiku, zero downtime โ†’

Kill Switch

Something wrong? One click. All AI calls stop. All spend stops. Instantly. No questions asked.

The panic button you need โ†’

Live enforcement data

1

request blocked

1

request downgraded

$0.006

saved in 3 minutes

From a real test run โ€” not a simulation.

Set up in under 5 minutes

Step-by-step guides for Vercel, Railway, AWS Lambda, Docker, and more.

View Setup Guides โ†’

Two lines. Full protection.

Wrap your AI client. Everything else stays the same.

1

Install

npm install caplyr

2

Wrap

Add protect() around your client

โœ“

Protected

Budget enforced, anomalies caught, costs controlled

๐ŸŽ Founding Member Offer โ€” 3 of 5 spots remaining

Protect your AI spend

Priced by the spend you protect, not the features you use.

Most teams recover their subscription cost from the first prevented incident.

Free

$0

Protects up to $50/mo

  • โœ“1 project
  • โœ“1 provider
  • โœ“Basic guardrails
  • โœ“24h data retention
Get Started

Starter

$29/mo

Protects up to $500/mo

  • โœ“3 projects
  • โœ“2 providers
  • โœ“Kill switch
  • โœ“Email alerts
  • โœ“30d retention
Start Free Trial
Free for Life

Growth

$99 $0/mo

Founding Members only ยท 3 spots left

  • โœ“10 projects
  • โœ“All providers
  • โœ“Multi-model routing
  • โœ“Slack + email alerts
  • โœ“5 team members
  • โœ“90d retention
  • โ˜…Founding Member badge
Claim Free Spot

Scale

$299/mo

Protects up to $25,000/mo

  • โœ“Unlimited projects
  • โœ“All providers
  • โœ“Custom routing rules
  • โœ“Webhooks + API
  • โœ“15 team members
  • โœ“1 year retention
Start Free Trial

Your AI costs are unprotected.
Fix it in 2 minutes.

Install the SDK, set a budget, and never worry about runaway bills again.

$ npm install caplyr

Works with OpenAI, Anthropic, Groq & Together AI ยท Open-source SDK ยท Free tier forever