Anthropic Buys Stainless, Maker of AI Developers’ SDKs, for Over $300 Million

Every developer who has typed “pip install openai” or “npm install @google/generative-ai” over the past four years has used code written by a company Anthropic now owns. Anthropic said Monday it has acquired Stainless, the New York startup that generates the official developer software kits for OpenAI, Google and other AI rivals, in a deal reported to be worth more than $300 million. The acquisition, first reported by The Information and confirmed by Anthropic the same afternoon, gives the AI lab direct control of a quiet chokepoint in the developer economy.

Stainless, founded in 2022 by former Stripe engineer Alex Rattray, generated production-ready client libraries in TypeScript, Python, Go, Java, Kotlin and Ruby from a single API specification, automatically propagating every API change across all language variants. A spec change propagated to all language libraries with retries, streaming, pagination and error handling that make a library production-grade rather than a thin wrapper. The platform also generated command-line tools and documentation sites, making it a one-stop shop for API release engineering — run by a company of roughly 20 employees. Rattray built core pieces of Stripe’s code-generation system before founding the startup, and Stainless applied the same discipline to API teams.

SDKs are the invisible plumbing of the software economy. When a developer calls an API, the request runs through a client library that handles authentication, retries and error codes — code most teams would rather not write themselves. Stainless automated that layer, and its customer list read like a directory of the AI industry: it produced the official SDKs for OpenAI, Google DeepMind’s Gemini API, Cloudflare, Replicate, Runway, Groq, Perplexity, LangChain, DigitalOcean and Meta. Anthropic said Stainless had powered every official Claude SDK “since the earliest days of our API,” and the company estimated that roughly a quarter of the world’s professional software developers had used an SDK or visited a documentation site built on its platform — most of them unaware the code was machine-generated.

The strategic significance goes beyond client libraries. Stainless also generated MCP servers, the connectors that let AI agents reach external APIs and services — a standard Anthropic created and has been pushing to make the default plumbing for agentic AI. By March 2026, MCP-related SDK downloads had reached roughly 97 million a month, with more than 10,000 public servers in the ecosystem, according to figures cited by industry trackers. Owning the company that generates that tooling removes a shared supplier that also served every major competitor.

The price tag, reported at more than $300 million, is roughly twice the $150 million valuation Stainless commanded in its December 2024 Series A, a round led by Andreessen Horowitz with participation from Sequoia and The General Partnership. Analysts read the steep multiple for a startup of about 20 employees as a sign that the value lay in the strategic position rather than the revenue.

The deal also removes an awkward dependency: the tooling behind Anthropic’s own developer experience — and a standard it created — was being produced by a vendor that simultaneously served its chief rivals. “The frontier of AI is shifting from models that answer to agents that act — and agents are only as capable as the systems they can reach,” the company said in its announcement. Katelyn Lesse, Anthropic’s head of platform engineering, said the company is “excited to bring the Stainless team into Anthropic to advance Claude’s ability to connect to data and tools.” Rattray framed the deal as the fulfillment of his founding thesis: “I started Stainless because SDKs deserve as much care as the APIs they wrap. Anthropic was one of the first teams to bet on this with us.”

The immediate consequence falls on Stainless’s external customers. As of Monday, new signups and new SDK generation on the platform are no longer available. Existing customers retain full ownership of every SDK already generated, the right to modify, extend, fork and redistribute those libraries, and no forced migration or deadline. What they lose is the ability to regenerate updated SDKs from updated specifications or track API changes automatically, and to use Stainless’s CLI and MCP generators going forward.

For the wider industry, the precedent is the point: a shared piece of developer infrastructure is now exclusive to one lab. OpenAI, Google and Cloudflare will need to rebuild SDK generation internally or find an alternative supplier — a quiet but real cost that lands just as the competitive center of gravity in AI shifts toward developer ecosystems. The deal lands amid a rapid expansion of Anthropic’s balance sheet, which the company said includes a Series H raise of $65 billion at a post-money valuation of $965 billion.

On Hacker News, where the news drew about 490 points, a recurring sentiment was that the window for open SDK tooling had closed a little further. The wind-down of Stainless’s hosted products is immediate; the competitive consequences will play out over the coming year as rivals decide whether to rebuild the tooling themselves or shop for a new supplier.

Related Posts

  • September 6, 2026
  • 7 views
Anthropic Moves Its IPO Filing to Late September

The bankers and lawyers running Anthropic’s initial public offering had told investors to expect the company’s registration documents as soon as this week. The calendar has moved. Anthropic now plans…

  • September 6, 2026
  • 6 views
OpenAI Quietly Revises GPT-6 Astra Scores After Launch

When OpenAI released GPT-6 Astra on Sept. 3, the launch post carried the usual furniture of a modern model debut: coding results, speed comparisons and a figure for how often…