Model Providers
This page is for maintainers opting a cloud execution section into an Anthropic-compatible gateway or proxy. Provider routing is best effort; gateway behavior can differ from the Anthropic default.Provider Entry Settings
Each key underproviders is a provider name.
Warning:
.prflow/config.json is committed repository content. Never place tokens, passwords, private keys or other secret values in providers.<name>.env. Store credentials in GitHub Actions secrets and reference only supported secret-backed inputs.
Section Routing Settings
Configure a Provider Route
- Add
DEVFLOW_PROVIDER_API_KEYas a repository or environment secret. - Add the provider entry.
- Point each desired active section at the entry.
- Keep
CLAUDE_CODE_OAUTH_TOKENuntil every active section is routed and tested.