Skip months developing boring stuff. PromptProxy handles your billing
Get early access. No spam, unsubscribe anytime.
Connect your payment provider and start charging for AI credits within minutes.
Users buy credits from you, we deduct them per LLM call.
Set your price: per-token, per-request, or rate-limited.
Rate limiting and abuse detection protect your costs and revenue.
Connect your Stripe, Polar, or Mollie account. We sync payments, manage credits, and handle webhooks automatically. Zero billing code required.
Use your existing auth provider. We handle user sessions, credit tracking, and access control.
Use your existing auth provider. We validate users and link their credits automatically.
JWT validation, per-user rate limiting, and session management built-in.
Connect your auth provider, add one header, and you're live.
Use Firebase, Supabase, or Auth0? Perfect. Add your JWT ID token to the X-PromptProxy-Key
header, so we can link AI usage to the right user. No user management code required.
Three lines of code. Zero backend complexity.
Works with OpenAI, Anthropic, and OpenRouter.
Use any AI SDK, such as Langchain or the OpenAI SDK.
Point your OpenAI, Anthropic, or OpenRouter calls to PromptProxy instead
Include your user's JWT token in the X-PromptProxy-Key header
Connect your auth and payment providers in the dashboard
import OpenAI from "openai"; const client = new OpenAI({
- apiKey: '<OPENAI_API_KEY>'
+ apiKey: '<PROMPTPROXY_API_KEY>', + baseURL: 'https://api.prompt-proxy.com/v1', + defaultHeaders: { + 'X-PromptProxy-Key': <auth JWT ID token> + }
});
Pick the model that matches your needs. No hidden fees or surprises.
Perfect for early-stage projects.
For growing apps with serious AI usage.
For large-scale apps with advanced needs.
Three lines of code. Start charging users for AI in minutes.
No database changes, no new endpoints, no user management code. Your app instantly gains authentication, billing, credit management, and usage tracking. Route through PromptProxy and configure providers in our dashboard.
Get early access. No spam, unsubscribe anytime.