Anthropic changes subscription terms, OpenClaw users now billed separately for agent usage

✍️ OpenClawRadar📅 Published: April 15, 2026🔗 Source
Anthropic changes subscription terms, OpenClaw users now billed separately for agent usage
Ad

What changed with Anthropic subscriptions

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

  • 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.
  • Switch to the Anthropic API: Drop the subscription and run your agents on a straight API key from console.anthropic.com. Here are the costs 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.
  • 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.
  • 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. In practice, if you're spending $200–400/month using API key, routing typically brings that down to around $60–120. Same idea on Max plan: instead of stacking usage on top of your subscription, you keep it under control.
Ad

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:

  1. Go to app.manifest.build and set up your agent if you haven't already
  2. Click on the Routers tab, then "Add a router"
  3. Inside the router, click "Add a provider" and from the Subscription tab, select Anthropic
  4. 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
  5. Come back to Manifest with the modal still open
  6. Connect your Anthropic subscription by running claude setup-token in your terminal
  7. It opens a Claude tab in your browser. Authorize it and close the tab.
  8. A token appears in your terminal. Copy it, paste it into Manifest in the "Setup Token" field, click Connect
  9. Manifest pre-selects the best models for each tier. You can adjust them if you want

📖 Read the full source: r/clawdbot

Ad

👀 See Also

MeshCore team splits: trademark filed in secret, AI-generated code dispute
News

MeshCore team splits: trademark filed in secret, AI-generated code dispute

The MeshCore development team publicly splits after contributor Andy Kirby secretly filed for the MeshCore trademark and used Claude Code to generate the majority of his code contributions without disclosure.

OpenClawRadar
Talkie: A 13B LLM Trained Exclusively on Pre-1931 Text, Using Claude as a Judge in RL Training
News

Talkie: A 13B LLM Trained Exclusively on Pre-1931 Text, Using Claude as a Judge in RL Training

Researchers released Talkie, a 13B LLM trained only on text published before 1931 (no internet, no WWII data). Claude Sonnet 4.6 was used as the judge in its online DPO reinforcement learning pipeline, and Claude Opus 4.4 generated synthetic multi-turn conversations for fine-tuning. The model can write Python code from a few in-context examples despite zero modern code in training.

OpenClawRadar
Real-World Hourly Costs for Long-Running AI Agent Teams
News

Real-World Hourly Costs for Long-Running AI Agent Teams

A developer shares actual hourly costs for AI agent teams running 5+ hour sessions with full Linux, browser, and tool access. Coding agents cost $10-$60/hr, marketing agents $10-$30/hr, and back-office agents $5-$15/hr.

OpenClawRadar
OpenClaw user reports 143M tokens processed for $94 via OpenRouter
News

OpenClaw user reports 143M tokens processed for $94 via OpenRouter

A Reddit user running OpenClaw multi-agent pipelines processed 143 million tokens for $94.16, achieving a cost of approximately $0.66 per million tokens by routing through OpenRouter and implementing specific configuration optimizations.

OpenClawRadar