Skip to main content

What is Gatelit?

Gatelit is an AI gateway. It sits between your application and AI providers (OpenAI, Anthropic, Google, Mistral) and gives you:
  • Single endpoint — one URL, any model, any provider
  • Unified auth — your users’ tokens, not raw provider API keys in the browser
  • Provider key management — store keys in the dashboard, rotate without redeploying
  • Logging — every request logged with model, cost, and latency
  • Structured output — JSON schema enforcement normalised across all providers

1. Create a service key

Sign in to the Gatelit dashboard and go to Settings → Service Keys. Create a new key and copy it — you’ll use it to authenticate requests.

2. Add a provider key

Go to Settings → Providers and add your API key for at least one provider (OpenAI, Anthropic, Google, or Mistral).

3. Install the SDK

4. Send your first request

Or with curl:

Next steps

Gateway API

How the gateway handles auth, routing, and response normalisation

TypeScript SDK

Full SDK guide with streaming, JSON output, and conversations

Authentication

Choose the right auth scheme for your use case

Dashboard

Manage providers, prompts, keys, and logs