A pool, with a plan.
Group subscription accounts, discover available models, and route requests to an eligible account.
Explore account routingLIGHTWEIGHT. SELF-HOSTED. TEAM-READY.
A lightweight AI subscription gateway for internal teams. Self-host it on your infrastructure. Keep the essentials, skip the bloat.
OpenAI · Claude · Gemini protocols
For teams that prefer focused tools over bloated platforms. Connect accounts, control access, and understand usage in one small deployment.
Group subscription accounts, discover available models, and route requests to an eligible account.
Explore account routingGive each member their own gateway key. Keep subscription credentials separate and access scoped to the right group.
See access controlsInspect requests, first-output latency, and reported token usage. Follow activity across members and models.
Understand team usageA single Go process with an embedded interface and SQLite. No Redis or external database to operate. Deploy with Docker on your own infrastructure.
Read the deployment guideA short setup. A single place to manage it.
Authorize a Codex, Claude, or Antigravity subscription from the admin interface.
Create account groups and grant members access to the models they need.
Create a personal API key, set your gateway URL, and choose an available model.
Deploy SubLane with Docker. The installer picks a published release and creates your instance.
Manual deploymentcurl -fsSL https://raw.githubusercontent.com/murongg/SubLane/main/scripts/install.sh | bashRequires Docker with Compose, curl, and jq.Review install script
Codex, Claude, and Antigravity subscription accounts, using browser authorization or credential JSON import. Official API-key upstreams are not supported yet.
SubLane exposes OpenAI-compatible Responses and Chat Completions, native Claude Messages, and Gemini generation. HTTP/SSE and Responses WebSocket are implemented. Live account and desktop-client acceptance remains a separate verification step.
No. SubLane provides request limits, reported usage, and Codex quota awareness. It does not implement billing or per-member token budgets. Claude and Antigravity quota readers are not available yet.
On your own infrastructure. SubLane stores application data in SQLite and encrypts subscription credentials with an instance-local key. Keep the database and credentials.key together when backing up.