You’ll need the admin portal URL and an admin key. You get both when
we set up your gateway. Don’t have one yet? Reach out to
us and we’ll get one running for your team.
1
Sign in to the admin portal
Open
https://your-gateway.example.com/admin and enter your admin key.2
Connect a provider
Go to Config and add a provider under Providers:
- Name: a label you choose, such as
openai. - Base URL: the provider’s API root, such as
https://api.openai.com. - Format: one of
openai,anthropic, orazure_openai. - API key env var: the name of the environment variable that holds the provider’s key, such as
OPENAI_API_KEY.

3
Create an API key
Go to API keys and create a key. You can give it a name, and attach a user or a team so you
can track and govern it later.Copy the key when it appears. It’s shown only once and starts with 
sk-olga-. Store it
somewhere safe.
Hand it off
Give the developer two things:- The gateway base URL, such as
https://your-gateway.example.com/v1. - The API key you just created.
Next steps
Now that traffic can flow, decide what the gateway should enforce on it.Set usage limits
Cap spend, requests, or tokens per key or team.
Add guardrails
Block or redact PII and stop prompt injection.

