#How to use my Claude Max subscription to run the assistant
1 messages ยท Page 1 of 1 (latest)
Great question! To use your Claude Max subscription with Clawdbot, you'll need to configure it as your Anthropic provider.
Quick setup:
- Get your API key from Anthropic Console (Claude Max gives you higher rate limits)
- Add this to your
~/.clawdbot/clawdbot.json:
{
"anthropic": {
"apiKey": "sk-ant-api03-..."
}
}
- Restart your gateway:
clawdbot gateway restart