How it works
- Your API key is tied to a tenant
- Every request sets a tenant context at the database level
- PostgreSQL Row-Level Security (RLS) filters every query automatically
- Even a bug in our code cannot leak cross-tenant data
Tenant provisioning
Tenants are created automatically:- Stripe path: First subscription creates the tenant and returns an API key
- x402 path: First payment from a new wallet creates the tenant
Plans
| Plan | Description |
|---|---|
free | Auto-assigned trial tier. Not a Stripe product — upgrade via Checkout. |
pro | Higher limits. For individual developers and small teams. |
scale | Highest limits. For production workloads. |
enterprise | Custom limits. Contact us. |
