Anthropic stopped letting subscribers run OpenClaw on April 4. The company's help page now says subscription credits cover only "official" Anthropic software. OpenClaw, the open-source agent framework that accumulated 247,000 GitHub stars in under three months, is explicitly excluded.
The move looks like a competitive strike. Peter Steinberger, OpenClaw's creator, joined OpenAI on February 14, 2026. The timing is "funny," as Steinberger put it on X: Anthropic added Claude Code features that mirrored OpenClaw's capabilities, then locked out the open-source version.
The real story is economics. Not competition.
Anthropic's $20-per-month Max subscription offered unlimited use within a usage tier. A single autonomous OpenClaw instance, browsing the web, managing calendars, executing code, and responding to messages for one day, can consume $1,000 to $5,000 in API costs at standard rates, depending on the workload. Community estimates suggest roughly 60 percent of active OpenClaw sessions were running on those subscription credits. The math was never sustainable.
First-party Claude Code handles this differently. The official client is built to maximize prompt cache hit rates, reusing cached context across calls to reduce token volume and cost. Third-party harnesses bypass that caching layer entirely. Every invocation hits full price. When developers run OpenClaw against Anthropic's API, they pay for everything from scratch.
Boris Cherny, who leads Claude Code at Anthropic, submitted pull requests to OpenClaw specifically to improve its prompt cache efficiency. Anthropic's response was to end the subscription tier that made the workaround viable. Cherny did not respond to a request for comment.
The policy change applies to all third-party harnesses, not just OpenClaw, and the company indicated on Hacker News that more restrictions are coming. A one-time credit equal to one month's subscription price is available until April 17. Pre-purchased usage bundles now carry discounts up to 30 percent.
Google made an analogous move against third-party Gemini CLI access in February 2026, targeting the same category of heavy autonomous usage. This is becoming an industry pattern. The flat-rate subscription was designed for human-scale use: a person asking questions, reviewing code, drafting documents. Autonomous agents treat it as a bottomless API bucket at a fixed price. The bucket has a hole in it.
For developers, the alternatives are narrower than they appear. Kimi K2.5, a Chinese large language model from Moonshot, runs at roughly $200 per month at the usage levels OpenClaw requires, matching the old Claude Max rate. GPT-5.4 via OpenAI's API comes in around $1,000 per month for equivalent heavy usage, roughly five times what the Max subscription cost. Neither option is cheap. Both require leaving the Anthropic ecosystem entirely.
Anthropic committed $100 million to its Claude Partner Network in March 2026, a program designed to direct enterprise customers toward sanctioned integration paths. The partner network offers pre-approved API pricing tiers that don't depend on consumer subscription credits. That's the intended destination: developers moving from subsidized OpenClaw use to paid API contracts under the partner program.
Steinberger and investor Dave Morin attempted to negotiate directly with Anthropic before the cutoff. They secured a one-week delay. Nothing more.
Tencent built an enterprise platform directly on OpenClaw. Its business customers now face a dependency they did not sign up for.
The credit Anthropic is offering expires April 17. After that, OpenClaw users either pay API rates, switch models, or stop.