← X

@morganlinton Yep API is fully supported, as well as overages for Claude logins.

X · bcherny · April 4, 2026
Anthropic clarified that API usage for Claude is fully supported, including overages for Claude logins, noting this policy was always in the terms and documentation but often overlooked due to recommendations in third-party product documentation. Users reported managing costs under $100 per month by routing different tasks to appropriate models rather than using Claude exclusively, with multi-agent routing being an effective optimization strategy. The discussion clarified that direct API key usage remains compliant while OAuth implementations through the Agent SDK may trigger different billing rates.

Detailed Analysis

Anthropic's clarification that its API is fully supported — while OAuth-based credential sharing through third-party applications is prohibited — marks a meaningful policy enforcement moment that caught a segment of its developer community off guard. The core distinction drawn in these posts is technical but consequential: accessing Claude models directly through the API or using the Agent SDK as intended (without passing authentication or performing OAuth round-trips) remains fully permissible and billable under standard usage terms. However, routing Claude access through OAuth credentials tied to a user's Claude.ai login — a practice apparently recommended in some third-party products' documentation, including something referred to in these posts as "OpenClaw" — has always violated Anthropic's terms of service. The company's statement that this was "always the case in our terms and docs" frames the enforcement not as a new restriction but as a clarification prompted by widespread misunderstanding seeded by external documentation.

The community reaction threads reveal two distinct concerns. The first is procedural: several participants express frustration that Anthropic provided only roughly 24 hours of notice before enforcement changes took effect, with some characterizing the rollout as "rushed and not super thoughtful." The second concern is economic and strategic. Developers using agentic tools like OpenClaw are now being redirected toward direct API billing, which introduces more transparent but potentially higher costs depending on usage patterns. One participant reports spending approximately $12 in the first hour after switching from Opus to Sonnet, underscoring how agentic, multi-step workflows can accumulate significant token costs very rapidly — particularly when powerful frontier models like Claude 3 Opus are applied indiscriminately to every task regardless of complexity.

The cost optimization discussion that runs throughout the thread reflects a broader strategic shift in how sophisticated AI practitioners are thinking about model deployment. Multiple participants emphasize that using Claude — or any large frontier model — for every task in an agentic pipeline is economically irrational. The emerging best practice articulated here involves multi-agent routing: assigning different models to different subtasks based on complexity, cost, and capability requirements. Lightweight or local open-source models (cited as costing $0 in compute beyond hardware) handle routine tasks such as toggling smart home devices or fetching news briefings, while more capable and expensive models like Claude are reserved for tasks requiring genuine reasoning depth. One developer claims to keep API costs under $100 per month per machine running OpenClaw precisely because of this disciplined routing strategy.

The technical clarification posted mid-thread adds important nuance to what "allowed" actually means in practice: API access is approved, OAuth via the Agent SDK or direct credential passing is not, and using the Agent SDK as designed without any authentication layer remains acceptable. This granularity suggests Anthropic is less concerned with agentic use of Claude per se and more concerned with credential-sharing arrangements that obscure actual usage, complicate billing attribution, and potentially violate user account terms. The mention of "client fingerprinting" as a likely enforcement mechanism points toward Anthropic investing in technical detection infrastructure to distinguish legitimate API calls from credential-laundered access routed through individual accounts — a necessary step as agentic use of AI models scales.

The broader significance of this episode lies in what it reveals about the maturation of the AI developer ecosystem. As third-party tooling built on top of foundation models proliferates, the gap between what a platform's official terms permit and what third-party documentation recommends can grow dangerously wide. Anthropic's enforcement action — and the community confusion it exposed — illustrates the governance challenges that emerge when a model provider's API becomes the substrate for an entire secondary market of agents, wrappers, and automation tools. The fact that a notable open-source contributor (referenced as Boris) responded by submitting pull requests to improve API caching for compliant users suggests that the developer community is adapting constructively, treating the policy clarification as an opportunity to optimize rather than a reason to abandon the platform.

Read original article →