Fixed to loopback
The gateway binds to 127.0.0.1. No setting exposes it.
Turn subscriptions like ChatGPT / Codex into an OpenAI-compatible API for all your apps. Free and open source.
MIT licensed · Signed releases for macOS & Windows
Sign in with ChatGPT / Codex, or add a provider API key.
Pick the default model, reasoning effort, and speed.
Copy the base URL and client key into any client.
Lane is a gateway, not another cloud.
Provider credentials never reach web pages, extensions, API responses, or CLI output.
The gateway binds to 127.0.0.1. No setting exposes it.
Every API route requires a random Lane client key.
Browser origins use an allowlist — never wildcard CORS.
Logs keep metadata only: no prompts, output, or secrets.
$ curl http://127.0.0.1:3210/v1/models \
-H "Authorization: Bearer $LANE_CLIENT_KEY"
$ lane status --json --no-input
{ "gateway": "running", "provider": "openai" }