GET /v1/billing/usage
Get current month usage for the authenticated tenant.Response
GET /v1/billing/plan
Get the current plan and entitlements for the authenticated tenant.Response
Pricing Tiers
| Plan | Runtime | Workspaces | Events/mo | Max Token Budget | RPM | Semantic Search | Adaptive Budget |
|---|---|---|---|---|---|---|---|
| Free | v1 | 1 | 10,000 | 4,096 | 30 | No | No |
| Pro | v2 | 5 | 100,000 | 16,384 | 120 | Yes | Yes |
| Team | v2 | 20 | 500,000 | 65,536 | 300 | Yes | Yes |
| Enterprise | v2 | Unlimited | Unlimited | 131,072 | 1,000 | Yes | Yes |
Billing is fire-and-forget — usage recording is async and never blocks the response path. Counters update in real time but are eventually consistent.