How to fix Anthropic auth

I see this

Agent failed before reply: All models failed (5): anthropic/claude-sonnet-4-5: No API key found for provider "anthropic". Auth store: /Users/oliver/.clawdbot/agents/main/agent/auth-profiles.json (agentDir: /Users/oliver/.clawdbot/agents/main/agent). Configure auth for this agent (clawdbot agents add <id>) or copy auth-profiles.json from the main agentDir. (auth) | openai-codex/gpt-5.2: No API key found for provider "openai-codex". Auth store: /Users/oliver/.clawdbot/agents/main/agent/auth-profiles.json (agentDir: /Users/oliver/.clawdbot/agents/main/agent). Configure auth for this agent (clawdbot agents add <id>) or copy auth-profiles.json from the main agentDir. (auth) | google/gemini-3-pro-preview: The AI service returned an error. Please try again. (rate_limit) | google-antigravity/claude-sonnet-4-5: LLM request timed out. (unknown) | openrouter/anthropic/claude-sonnet-4.5: 402 This request requires more credits, or fewer max_tokens. You requested up to 32000 tokens, but can only afford 31530. To increase, visit https://openrouter.ai/settings/credits and add more credits (billing). Check gateway logs for details.


I've done setup via
clawdbot configure


I have an Anthropic Max subscription and would like to make use of this. How do I get this auth working?
Was this page helpful?