docs/admin-guide/guides/setup-ai-providers.mdx
AI providers are configured once by the platform admin, with your own keys. Every project then gets AI pieces, agents, and AI steps without anyone else handling a credential.
Go to Platform Admin → AI Center, pick a provider, and add your key. The setup screen carries the exact steps for getting a key from that provider.
**Gateways**
- OpenRouter
- Cloudflare AI Gateway
**Anything else**
- Other (OpenAI Compatible)
Spend on your own key goes to your provider, so put a gateway in front of it when you want limits and an audit trail:
OpenRouter and Cloudflare AI Gateway are set up like any other provider. Any other gateway that speaks the OpenAI API works through Other (OpenAI Compatible), so LiteLLM, Portkey, Helicone, and self-hosted routers are all fine.
Azure and AWS Bedrock give you the same thing through your cloud account's own quotas and logs.
<Tip> You can add several providers at once and pick the model per agent or per step, so the expensive models only run on the work that needs them. </Tip>