Plans
| Plan | Rate Limit | Daily Cap | Target |
|---|---|---|---|
| Free | 30 req/min | 1,000/day | Auto-assigned trial (not a Stripe product) |
| Pro | 300 req/min | 50,000/day | Individual developers |
| Scale | 1,500 req/min | 500,000/day | Production workloads |
| Enterprise | Custom | Custom | Contact us |
429 Too Many Requests — no surprise overage billing.
The Free plan is auto-assigned to all new tenants. It is not a Stripe product and does not require Stripe Checkout. Only Pro, Scale, and Enterprise go through Stripe Checkout.
Getting started
POST /api/v1/checkoutwith your desired plan to get a Stripe Checkout URL- Complete payment on Stripe
- Retrieve your API key via
GET /api/v1/provisioning/keyusing the session token from checkout - Start making requests with
Authorization: Bearer bsk_live_...
Managing your subscription
Use the Stripe Customer Portal for billing management:- Invoice history and receipts
- Payment method updates
- Plan upgrades and downgrades
- Subscription cancellation
