If you already pay for ChatGPT Plus, Claude Max, GitHub Copilot, or one of the other plans listed below, Manifest can route through the subscription instead of an API key. Auth is OAuth or a subscription token, depending on the provider.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 subscriptions
| Provider | Auth flow |
|---|---|
| OpenAI | OAuth (browser) |
| Anthropic | OAuth (browser) |
| GitHub Copilot | Device code |
| MiniMax | OAuth (browser) |
| Z.ai (Zhipu) | Subscription token |
| OpenCode | Subscription token |
| Ollama Cloud | Account login |
Connect a subscription
Pick the Subscription tab
Each tile that supports a subscription shows two tabs (API Key and
Subscription). Pick Subscription.
How auth works per provider
- ChatGPT
- Claude
- GitHub Copilot
- MiniMax
- GLM Coding Plan
- OpenCode Go
Standard OAuth against
auth.openai.com. Once approved, requests route
through the Codex backend at chatgpt.com/backend-api/codex/responses
rather than the public OpenAI API. Tokens refresh automatically.Subscription auth is rate-limited by the provider’s plan, not by Manifest. If
you hit a plan ceiling, requests fall through to your next
fallback model, usually a different provider on an API key.