Quota
/ docs
Dashboard

Docs

Pick how you want Quota to fit into your app. Three questions decide which path you walk through.

The product axis in one line

Two integration patterns share the same OAuth flow under the hood and only differ in what Quota gives your app: Sign in with Quota provides identity and credits (Quota replaces NextAuth/Clerk). Connect to Quota Wallet only adds credits to your existing users (your auth stays in place). Pick by whether you already have an auth stack — see questions 2 and 3 below.

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.

PathWho paysBearer on model callsWhat Quota providesYou build
Developer API keyYour developer walletsk-quota-…Inference + billingNothing user-facing — internal tools, prototypes, fixed-price apps
Sign in with QuotaThe signed-in user's walletquota_token_…Identity + wallet + inferenceUI only — no user table, no auth, no payments
Connect Quota WalletThe connected user's walletquota_token_…Wallet + inferenceYour own auth + a Connect button

Reference

If you already know which path you're on: