#Anthropic OAUTH Fallback
1 messages Β· Page 1 of 1 (latest)
Short answer: yes for Anthropic credentials generally, but not via βClaude Code OAuth token reuse.β
OpenClaw now treats Anthropic subscription auth as setup-token (or API key), not direct Claude Code OAuth reuse.
So the pattern is:
- Add multiple Anthropic auth profiles (setup-tokens/API keys)
- Set profile order for Anthropic
- OpenClaw rotates profiles on rate limits/cooldowns, then uses model fallbacks if needed
Useful commands:
openclaw models auth setup-token --provider anthropic
openclaw models auth order set --provider anthropic anthropic:work anthropic:default
openclaw models status --json
Docs: