Cappado is a drop-in proxy that enforces spend limits, blocks prompt injection, and masks sensitive data. 90 seconds to production.
50k requests free every month. No credit card.
Two-line integration
response = requests.post(
"https://proxy.cappado.io/" + endpoint,
headers={
"X-Cappado-Integration-ID": integration_id, # required
"X-Cappado-Conversation-ID": conversation_id, # optional
},
json=payload,
)
What Cappado does
Set per-integration or per-tenant budgets. When a limit is hit, calls return a clean error before a single token is charged.
Best-in-class detection engine intercepts malicious inputs before they reach your agent. No code changes required.
Every request is logged tamper-proof. Sensitive data is automatically masked - [NAME], [SSN], [EMAIL] - safe to share.
Spin up per-customer integration IDs to track and bill usage accurately. No custom billing logic required.
LLM API keys are explicitly excluded from all logging and storage. Always.
Thin proxy layer designed for production. Enforce controls without slowing your users down.
Get started in 90 seconds
Sign up at app.cappado.io and create your first integration in seconds.
Replace your base URL with https://proxy.cappado.io/ and add your Integration ID header. That's it.
Configure spend limits per integration ID or per tenant. Cappado enforces them automatically - no extra code.
Pricing
Free
$0
$0 / month
Pro
Pay as you go
First 50k requests free every month
| Requests / mo | Price / 1k |
|---|---|
| 0 - 50k | Free |
| 50k - 500k | $0.250 |
| 500k - 2M | $0.125 |
| 2M - 10M | $0.0625 |
| 10M+ | Contact us |
Each tier applies only to requests in that range.
Enterprise
Custom
Custom pricing
No credit card. No lock-in. Just ship faster, with guardrails.
Create your free accountMade with ❤️ in Seattle, WA