Each account owns its backends. The same public URL serves everyone — the API key picks whose plans are used.
What this is
An AI router, not a token shop. You attach the Claude / ChatGPT / Kimi / Grok subscriptions and API keys you already pay for. Those become backends. Agents talk to one gateway URL. We translate protocols, map models, fail over, and log usage. Quota stays on the provider you connected.
Multiple accounts
Every user has their own backends, endpoints, keys, logs, and connectors. Two people can both name an endpoint main. The client key decides whose main is hit. Operators can disable an account (dashboard + that account’s keys). They cannot open another user’s OAuth tokens.
New accounts can use the dashboard immediately. /v1 stays locked until the email is verified.
Setup
Backends — Connect a plan (OAuth / local connector) or paste an API key. One account can hold several Claude, Grok, or GLM rows and fail over between them.
Endpoints — Match models (exact, glob, or *) and attach backends with an optional model map.
Keys — Mint a key. Plaintext is shown once. Optional per-key token cap.
Point an agent at it
Same host for every customer. Auth header selects the account.