Docs
Pick how you want Quota to fit into your app. Three questions decide which path you walk through.
01 I just want to try the API
Mint a developer key, point your existing OpenAI / Anthropic / Google SDK at Quota, and run a chat completion. You pay for the usage. No OAuth, no user accounts, no schema changes. About four minutes from zero.
02 My app already has users
Keep your existing auth (NextAuth, Clerk, Passport, custom — any of them). Add a Connect Quota Wallet button so each user attaches their own AI credit balance. From then on, Quota bills the user, not you.
03 I'm building a new app, no auth yet
Let Quota provide identity and billing in one flow. Users sign in with a Quota account, your app reads the OIDC profile, and every user shows up pre-funded with a small welcome balance. Skip building a user table, password reset, or payment infrastructure.
The three paths at a glance
Same picker as above, side-by-side, when you want to compare before committing.
| Path | Who pays | Bearer on model calls | What Quota provides | You build |
|---|---|---|---|---|
| Developer API key | Your developer wallet | sk-quota-… | Inference + billing | Nothing user-facing — internal tools, prototypes, fixed-price apps |
| Sign in with Quota | The signed-in user's wallet | quota_token_… | Identity + wallet + inference | UI only — no user table, no auth, no payments |
| Connect Quota Wallet | The connected user's wallet | quota_token_… | Wallet + inference | Your own auth + a Connect button |
Reference
If you already know which path you're on: