Table of Contents
What Happened
On April 4, 2026, Anthropic enforced a billing change that affects every OpenClaw user running Claude: your Claude subscription โ Pro, Max, or Claude Code โ no longer covers usage from third-party harnesses. If you're running OpenClaw cron jobs, heartbeats, subagents, or Dispatch sessions against Claude, those calls now draw from extra usage billing, not your subscription pool.
The change didn't come out of nowhere. Anthropic quietly blocked subscription OAuth tokens for third-party use back in January 2026, then formally updated their Terms of Service in February. April 4 was full enforcement โ no more grace period.
Boris Cherny, Head of Claude Code at Anthropic, announced it via X:
"We've been working hard to meet the increase in demand for Claude, and our subscriptions weren't built for the usage patterns of these third-party tools. Capacity is a resource we manage thoughtfully and we are prioritizing our customers using our products and API."
The Email
Many Claude subscribers received this email on April 3:
From: Claude Team <no-reply@email.claude.com>
Subject: "Using third-party harnesses with your Claude subscription"
Hi,
Starting April 4 at 12pm PT / 8pm BST, you'll no longer be able to use your Claude subscription limits for third-party harnesses including OpenClaw. You can still use them with your Claude account, but they will require extra usage, a pay-as-you-go option billed separately from your subscription.
Your subscription still covers all Claude products, including Claude Code and Claude Cowork. To keep using third-party harnesses with your Claude login, turn on extra usage for your account. This will be enforced April 4 starting with OpenClaw, but this policy applies to all third-party harnesses and will be rolled out to more shortly.
To make the transition easier, we're offering a one-time credit for extra usage equal to your monthly subscription price. Redeem your credit by April 17. We're also introducing discounts when you pre-purchase bundles of extra usage (up to 30%).
We've been working to manage demand across the board, but these tools put an outsized strain on our systems. Capacity is a resource we manage carefully and we need to prioritize our customers using our core products. You will receive another email from us tomorrow where you'll have the ability to refund your subscription if you prefer.
One important clarification making the rounds: your Claude account is not blocked. Authentication still works. You can still connect OpenClaw to Claude. What changed is where the usage costs land โ it now draws from the extra usage pool, which is pay-per-token, not from your flat subscription.
If you're seeing the error "This credential is only authorized for use with Claude Code" โ that's the enforcement message. It's not an account issue. It means your session tried to bill against subscription capacity that's no longer available to third-party harnesses.
The community reaction has been strong. The sentiment is real โ a lot of OpenClaw users built workflows around the all-you-can-eat model, and the cost math changed overnight.
What It Actually Costs Now
Here's an honest breakdown at different usage levels:
| Plan | Usage level | Extra usage added |
|---|---|---|
| Claude Pro ($20/mo) | Light (a few daily crons, occasional Dispatch) | +$9โ$20/mo |
| Claude Pro ($20/mo) | Moderate (hourly heartbeats, active subagents) | +$20โ$50/mo |
| Claude Max ($200/mo) | Moderate | +$30โ$80/mo |
| Claude Max ($200/mo) | Heavy Opus (long-running agents) | +$100โ$360/mo |
| API key only (Sonnet 4.6) | ~50M input + 10M output/mo | ~$300/mo ($3/M in ยท $15/M out) |
| API key only (Opus 4.6) | ~50M input + 10M output/mo | ~$500/mo ($5/M in ยท $25/M out) |
The "50x cost increase" figures circulating online apply to the heaviest Opus users who were running production workloads on a $20 flat rate. For lighter OpenClaw users, the real number is more like 1.5xโ3x. Still a meaningful change, but not catastrophic for everyone.
For pure agentic workloads with no direct claude.ai usage, an API key alone may be simpler math than carrying a subscription alongside extra usage.
Your Alternatives
Alternative A: Stay with OpenClaw + Claude (pay-per-token)
This is the right call for some users โ particularly if your Claude usage is low-to-moderate, you're already on API billing, or you just need continuity without a migration.
How to set it up:
- In OpenClaw settings, switch your auth from OAuth/subscription to an API key
- Generate an API key at console.anthropic.com
- Set up extra usage at claude.ai/settings/usage if you want a spending cap and balance top-ups
- Your existing OpenClaw config stays the same โ just the auth layer changes
Who this makes sense for: Users running light cron schedules, people who use Claude for a specific project and don't need the full stack, anyone whose monthly API cost comes out cheaper than carrying a subscription.
Alternative B: Move to Claude Code + Cowork (what we did)
This is the path we took. We migrated our entire OpenClaw setup to Claude Code + Cowork in one day โ heartbeats, cron jobs, Telegram channel, project board, subagents, Dispatch from phone. Everything moved.
We're not going to publish the full playbook here โ some of it is specific to how our stack is wired โ but if you want migration tips, email us at support@shoofly.dev and we'll share what worked.
The upside of first-party tooling: this situation doesn't repeat. Anthropic isn't going to block Claude Code from using Claude. If you're building on Cowork and Dispatch, you're inside the walled garden, not outside it.
One thing that sharpened our thinking on this migration: when every tool call costs real money, a runaway agent isn't just a security incident โ it's a billing incident. An agent stuck in a loop, hammering tool calls, escalating token spend โ that's a problem whether your threat model is security or cost.
That's exactly what Shoofly was built for. Shoofly sits in front of your agent's tool calls and blocks runaway behavior, prompt injection, and credential theft before they execute. It works with Claude Code, Cowork, and Dispatch. Free to start.
Rough edges to know about: Cowork is newer than OpenClaw and has fewer community plugins. Some OpenClaw-specific workflows need rethinking rather than direct porting. But for core agentic tasks โ crons, subagents, scheduled tasks, phone Dispatch โ it's solid.
Alternative C: Stay with OpenClaw, Switch Models
If you're staying on OpenClaw but want off Claude, the model ecosystem has genuinely good options:
OpenAI / GPT-5.x
The most straightforward alternative for Claude Code-style agentic workflows. Strong tool use, active support for third-party harnesses. OpenAI has been explicit that ChatGPT Plus and Pro subscriptions can be used for external integrations โ a direct contrast to Anthropic's move. The current flagship is GPT-5.4 ($2.50/$15.00 per 1M tokens); GPT-5.2 ($1.75/$14.00) is a cheaper previous-gen option still widely used.
Gemini 3 Flash (Google)
The budget pick. Roughly $0.50/M input tokens โ among the cheapest capable models available. Good throughput for high-volume agentic tasks where you don't need frontier reasoning on every call. Worth benchmarking if cost is the primary driver.
DeepSeek-V3.2
Running at roughly 1/9th the cost of GPT-5.4 per input token. Serious coding and reasoning capability for the price. Several developers in the community have reported rebuilding their entire OpenClaw setup for under $20/month using DeepSeek for bulk tasks and reserving GPT-5.x for complex reasoning.
Grok (xAI)
Two tiers: Grok 4.1 Fast ($0.20/M in ยท $0.50/M out) is the budget default and genuinely cheap. Grok 4 ($3.00/M in ยท $15.00/M out) is the premium reasoning tier and costs about the same as Claude Sonnet. Integration with OpenClaw is functional for both.
Cost comparison: what heavy agentic usage actually costs per model
Benchmark: ~50M input tokens + 10M output tokens per month โ a heavy OpenClaw setup with active crons, subagents, and Dispatch. This is roughly what a Claude Max 20x subscriber was running under the flat-rate model.
| Model | Input price | Output price | Monthly cost (50M in + 10M out) |
|---|---|---|---|
| Claude Sonnet 4.6 (API) | $3.00/M | $15.00/M | $300 |
| Claude Opus 4.6 (API) | $5.00/M | $25.00/M | $500 |
| GPT-5.2 (OpenAI) | $1.75/M | $14.00/M | $228 |
| GPT-5.4 (OpenAI, current flagship) | $2.50/M | $15.00/M | $275 |
| Gemini 3 Flash (Google) | $0.50/M | $3.00/M | $55 |
| DeepSeek-V3.2 | $0.28/M | $0.42/M | $18 |
| Grok 4.1 Fast (xAI) | $0.20/M | $0.50/M | $15 |
| Grok 4 / grok-4-0709 (xAI) | $3.00/M | $15.00/M | $300 |
| Grok 4.20 / grok-4.20-0309 (xAI, newer) | $2.00/M | $6.00/M | $160 |
| Ollama / local | $0 | $0 | $0 (hardware cost, see below) |
Pricing from official API docs, April 2026. DeepSeek price shown at cache-miss rate; cache-hit rate is ~10x cheaper. GPT-5.4 Pro ($30/$180/M) omitted โ it's enterprise-tier and not a practical default for most OpenClaw workloads.
Going local: Ollama
If you want zero marginal cost and full data sovereignty, running local models via Ollama is viable โ with honest caveats.
What you need: An M2/M3 Mac or a dedicated GPU machine. 8B parameter models are usable on base M2; 70B+ models (where quality gets competitive) need 64GB+ RAM or a serious GPU. On underpowered hardware, inference speed becomes the bottleneck for agentic loops.
Best use cases: Bulk processing, privacy-sensitive workloads, development and testing where you don't want token costs, tasks where speed matters less than cost. Gemma 4, Llama variants, and Qwen models are current community favorites.
Honest limitation: For complex coding, multi-step reasoning, and tool use chains that are the core of OpenClaw agent workflows, local models at 8Bโ13B still lag frontier models meaningfully. Use local for what local does well and route complex tasks to API-backed models.
Multi-model routing โ local for bulk tasks, API-backed for complex tasks โ is the architecture a lot of the community is landing on post-change.
FAQ
- Can I still use my Claude Pro or Max subscription with OpenClaw at all?
- Yes. OpenClaw can still connect to Claude using your credentials. The change is about billing: usage now draws from your extra usage pool (pay-per-token) instead of your subscription's included capacity. Your subscription is not blocked or cancelled.
- What does "This credential is only authorized for use with Claude Code" mean?
- It means the session tried to bill usage against your Claude subscription capacity, which is now reserved for Anthropic's own products (Claude Code, claude.ai). It's not an account problem. Switch your OpenClaw auth to an API key to resolve it.
- Is there a way around the extra usage billing?
- Not a reliable one. The enforcement operates at the token and transport level. The cleaner path is one of the alternatives above.
- How much will extra usage actually cost me?
- Depends heavily on usage. See the breakdown in the What It Actually Costs Now section. Light users will see $10โ$30/mo added. Heavy Opus users may see $100+ added.
- Should I cancel my Claude subscription entirely?
- Only if you were using it exclusively for OpenClaw and have no direct claude.ai or Claude Code use. If you're staying on Claude Code or Cowork, your subscription still covers those directly. If you're switching to API keys only for OpenClaw, do the math โ API-only may be cheaper than subscription + extra usage.
- Can I use Claude Code and OpenClaw at the same time?
- Yes. Claude Code and OpenClaw are separate tools and can run concurrently. Your Claude Code usage (including Cowork, Dispatch, and Claude Code crons) draws from your subscription as before. OpenClaw sessions running against Claude draw from extra usage. They don't interfere with each other โ they just bill differently.
- Why did Anthropic do this?
- Anthropic's stated reason is capacity management โ third-party harnesses were consuming subscription capacity at usage patterns subscriptions weren't priced for. Whether you read that as reasonable infrastructure management or a competitive move to push users toward first-party tools is a matter of perspective.
- Will this happen with other AI providers?
- Google has been tightening Gemini API access rules, so worth watching. OpenAI has so far been explicit in the opposite direction โ they've confirmed third-party integrations are explicitly supported. No guarantees, but the current posture is permissive.
- What's the best cheap Claude alternative for OpenClaw?
- For cost: Gemini 3 Flash or DeepSeek-V3.2. For capability closest to Claude: GPT-5.x. For zero marginal cost with decent quality: Ollama + Gemma 4 or Llama on capable hardware. Most developers are landing on multi-model routing โ cheap/local for bulk, frontier API for complex.
๐ชฐ Shoofly is a free runtime security layer for Claude Code, Cowork, and OpenClaw agents. It blocks prompt injection, credential theft, malware in tool results, and runaway token spend before they execute.