No proxying
Prompts and completions never touch our servers. Zero added latency.
Use the AI power you already pay for. One plug, every app.
npm install @useoutlet/sdk
Early access for apps and users. One email when the vault opens. No spam.
Your users already pay for AI. Outlet plugs that account into your app as a capped App key, revocable in one click.
Credentials never touch your servers. We never enter the data path. Your app calls the provider directly, on the user's billing.
Works with AI labs
Plugged in straight from your users’ own accounts.
Add the SDK, register your app, get an app_id.
# free in direct mode
npm install @useoutlet/sdk
Your user clicks once, approves a monthly cap, and Outlet provisions a key scoped to your app only, inside the user's own provider account.
import Outlet from "@useoutlet/sdk"; const session = await Outlet.connect({ appId: "app_yourapp", providers: ["openai", "anthropic"], });
Nothing else changes. Outlet meters spend in the background and kills the key at the cap, so your app and your users are both protected.
const ai = new OpenAI({ apiKey: session.keys.openai });
// direct to the provider, billed to your user, capped by Outlet
// same standard: this key line also works for DeepSeek, Kimi, GLM, Grok
Prompts and completions never touch our servers. Zero added latency.
We never resell usage. Users pay their provider, exactly as before.
Apps get per-app capped keys. Users revoke any app in one click.
Free for end users, forever. Direct mode is free. The vault is the product.
Your user pastes their own API key. It never leaves their device, and the app talks to the provider directly. Free.
Your user connects their account once. Every app they approve gets its own capped App key, revocable in one click. The paid product for developers. Opens soon.
The protocol spec is public and the SDK is open source (MIT). The SDK works today in direct mode: your user brings their own key, validated locally (admin keys refused), same one-line API. When the hosted vault opens, the same code upgrades to capped, revocable App keys. The OpenAI and Anthropic adapters work end to end.
In June alone, researchers caught 282 apps exposing their users’ AI access. That’s the problem the vault exists for.
Want early access for your app, or a spot in the launch directory of Outlet-enabled apps? hello@useoutlet.dev