Supported subscriptions
Connect a subscription
1
Open the Routing page
In the dashboard, open Routing and click the provider tile.
2
Pick the Subscription tab
Each tile that supports a subscription shows two tabs (API Key and
Subscription). Pick Subscription.
3
Complete the auth flow
Manifest opens the provider’s OAuth page (or a device-code page for Copilot)
in your browser. Sign in to the account that holds the subscription, approve
access, and you’re back in the dashboard with the connection saved.
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.