#Anthropic OAUTH Fallback

1 messages Β· Page 1 of 1 (latest)

fluid isleBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> βœ… Mark Solution

strong ospreyBOT
#

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:

  1. Add multiple Anthropic auth profiles (setup-tokens/API keys)
  2. Set profile order for Anthropic
  3. 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: