Most providers work the standard way: sign up, generate an API key, paste it into Manifest. Routed requests go out with that key as the credential.Documentation Index
Fetch the complete documentation index at: https://manifest.build/docs/llms.txt
Use this file to discover all available pages before exploring further.
Supported providers
Add a provider
Open the Routing page
In the dashboard, navigate to Routing. You’ll see a tile for every
supported provider.
Key prefixes
Each provider issues keys with a recognizable prefix. Useful for catching paste mistakes:| Provider | Prefix | Example |
|---|---|---|
| OpenAI | sk- | sk-... |
| Anthropic | sk-ant- | sk-ant-... |
| xAI | xai- | xai-... |
| DeepSeek | sk- | sk-... |
| Moonshot | sk- | sk-... |
| MiniMax | sk- | sk-... |
| Qwen | sk- | sk-... |
| OpenRouter | sk-or- | sk-or-... |
| none | API key | |
| Mistral | none | API key |
| Z.ai | none | API key |