Anthropic Acquires Stainless: It Just Took Over the SDK Tool OpenAI and Google Rely On
TL;DR
Anthropic acquired SDK automation startup Stainless for over $300M and will shut down its hosted services for all outside customers. OpenAI and Google both depended on it. This is a play for the connectivity layer of the agentic AI era.
On May 18, 2026, Anthropic announced it had acquired Stainless, a New York-based developer tools startup, for over $300 million. The deal is roughly double Stainless’s last known valuation of $150 million from late 2024.
On paper, Stainless is a small company. Fewer than 30 people. No AI models. No inference infrastructure. What it does is generate SDKs from API specifications — in Python, TypeScript, Go, Java, and Kotlin — and keep them updated automatically as APIs change.
That quiet capability turns out to be load-bearing for the entire AI industry.
The Invisible Infrastructure Layer
SDK stands for Software Development Kit. It’s the library that lets a developer call an external AI API from their own application. Every major AI company ships official SDKs. Maintaining them as APIs evolve is time-consuming, repetitive work.
Stainless automates it. Feed it an API spec, and it produces production-ready SDKs across multiple languages. When the API changes, the SDKs update accordingly.
OpenAI’s official Python SDK was built using Stainless. So was Anthropic’s TypeScript SDK. According to Stainless founder Alex Rattray, Anthropic was among the very first teams to bet on the tool, dating back to Anthropic’s earliest days.
Other companies on the Stainless customer list: Google, Cloudflare, Meta, Replicate, Runway.
What $300M Actually Buys
The premium isn’t for headcount. A 2x valuation multiple on a sub-$30M ARR company is a payment for position.
Anthropic now owns an infrastructure node that all major AI competitors depend on. That node used to be neutral. It isn’t anymore.
Anthropic has confirmed it will wind down all hosted Stainless products and stop accepting new customers. Existing customers keep ownership of their generated SDK code and can modify and extend it freely. But the automatic update service stops.
For OpenAI and Google, the SDKs they’ve already generated continue to work. But keeping pace with API iteration — something that happens constantly at frontier labs — now requires in-house maintenance or a replacement toolchain. That’s a real engineering cost.
The Deeper Play: MCP
Katelyn Lesse, Anthropic’s Head of Platform Engineering, framed the acquisition around agents: “Agents are only as useful as what they can connect to.”
That framing points to the less-discussed part of the deal. Stainless doesn’t just generate SDKs. It also generates MCP server tooling. MCP (Model Context Protocol) is the open standard Anthropic released last year, designed to let AI agents connect to external data sources and tools in a standardized way. It’s now one of the most widely adopted integration protocols in the AI tooling ecosystem, implemented by Cursor, Zed, Windsurf, and dozens of other developer tools.
Anthropic now controls both the protocol and the primary tooling layer for building on it.
For developers trying to wire AI agents into existing systems, the path forward increasingly runs through Anthropic’s stack. That’s not an accident.
This move fits into a broader pattern: Anthropic is in the middle of a $30 billion funding round at a $900 billion valuation, Claude Code is expanding rapidly in enterprise deployments, and Project Glasswing is extending Claude’s presence into critical security infrastructure. The Stainless acquisition reads less like an opportunistic deal and more like a deliberate step in a longer sequence.
What Developers Should Do Now
If your project uses Stainless-generated SDKs: you’re fine in the short term. The code is yours. It runs as-is. The maintenance burden for future API updates, though, now falls to your team.
If you’re building on Anthropic’s platform: the toolchain is now maintained in-house, with SDK generation and protocol design under the same roof. Iteration should get faster.
The bigger question is what happens to the MCP ecosystem from here. If Anthropic uses the Stainless capabilities to deepen MCP tooling, MCP doesn’t stay a protocol. It becomes the de facto standard for how AI agents connect to the outside world. At that point, choosing your AI toolchain means choosing a side.
The competition in AI infrastructure isn’t only about which model scores highest on benchmarks. It’s also about who controls the layer developers touch every day.
If this was useful, subscribe to the newsletter for weekly AI PM insights and GenAI case studies.
Further Reading
Related Articles
White House Demands Zero Jailbreaks for Fable 5: Security Experts Say It's Impossible
Day 7 of the Fable 5 ban: the White House demands the model be completely jailbreak-proof before it relaunches. Security experts are unanimous: that's technically impossible for any frontier LLM, and Dario Amodei has already refused both of the government's proposed fixes.
US Orders Anthropic to Pull Fable 5 and Mythos 5: A Narrow Jailbreak That Took Down Its Most Powerful Models
The US Commerce Department ordered Anthropic to suspend its two most capable models, Fable 5 and Mythos 5, citing a narrow jailbreak tied to cybersecurity capabilities. Anthropic complied. Then it pushed back.