AI access management for small teams
AI subscriptions are cheap. Managing them is chaos.
Give every teammate their own API key — only the models admins approve, with usage limits and full visibility.
Opens a pre-filled email to request early access. No newsletters.
See how it worksHow it works
One gateway.
Access for every teammate.
Connect your providers
Admins connect the AI providers and API accounts the company is authorized to use.
Your providers
Create individual API keys
Every teammate receives their own key. No provider passwords, shared accounts, or repeated logins.
Team members
Approve models and limits
Admins control model access and usage limits for each employee, role, or team.
Key details – Alex
ActiveAllowed models
Spend limit
Before vs after
From shared credentials to controlled AI access.
Replace provider passwords, repeated logins, and uncontrolled model access with individual keys managed from one place.
Before
- Shared passwords and 2FA codes
- Access to every provider model
- One employee can consume the limit
- No visibility by employee
- Change passwords for everyone
- Employees switch between providers
After
- Individual API key per employee
- Only admin-approved models
- Per-user limits and controls
- Usage tracked by employee
- Revoke or rotate one key instantly
- One OpenAI-compatible endpoint
Admin access, limits, and usage controls
Control access. Set limits.See everything.
Give each teammate the right models and limits. Track usage in real time and keep costs under control.
Manage model access
Choose which models each teammate can use.
Granular access
Control every model for every user.
Smart limits
Prevent overuse and stay on budget.
Full visibility
Know who used what, and when.
Instant actions
Revoke, change, or update in one click.
Custom models & intelligent routing
Build the models your team actually needs.
One simple model name. Your gateway picks the best provider by task, cost, and remaining limits — with automatic fallback.
Employee request
POST /v1/chat/completions
{
model: "company-fast",
prompt: "Summarize today's support tickets."
}Cheapest capable model. Avoids premium.
Gateway routes to
GLM is cheapest with 87% of its limit left — ideal for routine work.
1Understand the request
Task type, quality bar, and latency preference.
2Evaluate in real time
Remaining limits, cost, performance, availability.
3Route & fallback
Pick the best model — fall back if a provider is down.
Open source trust
Your AI gateway should not be a black box.
Inspect the code, understand how requests are handled, and run the gateway in infrastructure you control.
Opens a pre-filled email to request early access. No newsletters.
◈ yourai-gateway
1export async function routeRequest(req: Request) {2const context = await analyzeRequest(req);3const candidates = await getAllowedModels(req.user);4const scored = await scoreModels(candidates, {5task: context.task,6cost: context.costPriority,7limits: await getRemainingLimits(req.user),8latency: context.latencyPriority9});10const choice = selectBest(scored);1112try {13return await forward(req, choice);14} catch (err) {15const fallback = await getFallback(choice);16return await forward(req, fallback);17}18}
Security by design
Built for control and privacy.
You decide what data is stored, where it goes, and who can access it. Every request passes through your gateway before it ever reaches a provider.
- Minimal data retention
- Local logs and full auditability
- Role-based access control
- Revoke access in one click
- Designed for compliance
FAQ
Frequently asked questions.
Everything you need to know about Super Proxy and how it helps your team use AI with the right access and controls.
Yes. Every teammate gets an individual key, so access, limits, usage, revocation, and audits stay tied to the right person.
Yes. Admins can allow or block models per key, role, or team and update access without sharing provider credentials.
Yes. Point any OpenAI-compatible client at the Super Proxy base URL and continue using the same SDK and request format.
Super Proxy connects the AI providers and API accounts your company is authorized to use, then manages team access through individual keys.
The gateway is being built with self-hosting in mind. Join the waitlist to receive the repository and deployment instructions when they are published.

Open by design. Built for teams.
Super Proxy is being built in the open. Join the waitlist to get the repository, docs, and launch update when they are ready.