Anthropic just kicked OpenClaw users off their subscription. Here's what to do.
If you’re reading this, you probably got the email from Anthropic. Starting this Saturday, your Claude Max subscription no longer covers OpenClaw or any other agents. Every agent message is now billed separately as “Extra Usage” on top of your subscription.
What changed
Anthropic has narrowed the scope of its Claude subscriptions. They now only apply to first-party surfaces: Claude.ai, Claude Code, and the mobile app. Everything else is treated as a “third-party harness” and billed separately on a per-token basis.
In practice, this means your Max plan no longer covers agent usage. If you’re paying $200/month and running OpenClaw agents, you’re now paying that subscription plus raw API costs for every token your agents consume.
Your options
1. Stay on Max and pay extra
You’re probably looking at $300-500/month total depending on how many agents you run. Makes sense if you also use Claude.ai directly a lot. Otherwise the math doesn’t add up.
2. Switch to the Anthropic API
Drop the subscription and run your agents on a straight API key from console.anthropic.com. Here is the cost of some Claude models:

- Opus 4.6: $5 input / $25 output
- Sonnet 4.6: $3 input / $15 output
- Haiku 3: $0.25 input / $1.25 output
Most people running a couple of agents will spend $200-400/month on API tokens, roughly the price of a Max plan.
3. Switch providers
OpenClaw isn’t tied to Claude. You can run it with OpenAI, Gemini, Kimi, or open-source models via Ollama.
Claude is still strong, but Anthropic is tightening access. Others are more agent-friendly, especially OpenAI and players like Minimax already building for integrations.
4. Use intelligent routing
Instead of picking one model and sending everything to it, Manifest routes each request to the right model automatically. Simple prompt goes to Haiku. Complex tasks goes to Sonnet. Each task gets the cheapest model that can handle it.
Here’s what it looks like in practice:
| Setup | Without Manifest | With Manifest |
|---|---|---|
| Max + agents | $200 sub + $300-500 usage = $500-700/month | $200 sub + $60-120 usage = $260-320/month |
| API only | $200-400/month | $60-120/month |
What to do right now
Anthropic is offering free API credits to eligible subscription users. Between $20 and $200 depending on your account. You have until April 17th to claim them.
Here’s how to grab them and start routing:
- Go to app.manifest.build and set up your agent if you haven’t already
- Click on the Routers tab, then “Add a router”
- Inside the router, click “Add a provider” and from the Subscription tab, select Anthropic
- You’ll see a button to claim your credits from Claude. Click it. It takes you to an Anthropic page where you can claim them. If you get a 404, your account isn’t eligible
- Come back to Manifest with the modal still open
- Connect your Anthropic subscription by running
claude setup-tokenin your terminal - It opens a Claude tab in your browser. Authorize it, close the tab
- A token appears in your terminal. Copy it, paste it into Manifest in the “Setup Token” field, click Connect
- Manifest pre-selects the best models for each tier. You can adjust them if you want
That’s it. Your credits last way longer because you’re not burning Opus tokens on everything.
The bigger picture
Pick the right plan for how you actually work. If you use Claude.ai a lot, Max still makes sense. If you mostly run agents, a straight API key will cost you less.
And pick the right model for each task. Routing fixes this automatically and smartly. As agent usage grows, it stops being optional.
To finish, if you’re on a Claude subscription, claim your free credits before April 17th. Between $20 and $200 sitting there for free.