Anthropic buys Stainless, the SDK tool behind rivals
Anthropic acquired Stainless, the SDK automation startup used by OpenAI, Google, and Cloudflare, and will shut down its hosted tools.

Anthropic acquired Stainless, the SDK automation startup used by OpenAI, Google, and Cloudflare.
Anthropic has bought Stainless, the New York startup that helps teams generate and maintain SDKs from API specs. The deal pulls a useful infrastructure tool away from rival AI labs, and it arrives with a sharp change for existing users: Anthropic says it will wind down Stainless’s hosted products, including its SDK generator.
The acquisition lands in a part of the AI stack most people ignore until it breaks. SDKs are the code libraries developers use to talk to APIs, and keeping them in sync across languages is tedious work. Stainless built a business around doing that automatically for teams shipping software in Python, TypeScript, Kotlin, Go, and Java.
| Item | Detail |
|---|---|
| Acquirer | Anthropic |
| Startup | Stainless |
| Founded | 2022 |
| Reported price | More than $300 million |
| Languages supported | Python, TypeScript, Kotlin, Go, Java |
Why Stainless mattered before the acquisition
Get the latest AI news in your inbox
Weekly picks of model releases, tools, and deep dives — no spam, unsubscribe anytime.
No spam. Unsubscribe at any time.
Stainless was founded in 2022 by former Stripe engineer Alex Rattray, and it found a sweet spot fast. API teams can publish docs and still leave developers with messy, hand-built SDKs that drift out of date. Stainless automated that work by taking API specifications and turning them into production-ready client libraries, then updating those libraries as the API changed.

That matters because SDK maintenance is one of those unglamorous chores that quietly eats engineering time. If an API changes often, every language binding needs to change too. If a company supports multiple programming languages, the work multiplies quickly. Stainless sold a way out of that loop, which is why it showed up inside the stack of companies building AI products and agent tooling.
- Founded: 2022
- Founder: Alex Rattray, formerly of Stripe
- Core product: automated SDK generation and upkeep
- Known users: OpenAI, Google, Cloudflare, Anthropic, Replicate, Runway
What Anthropic gets from the deal
Anthropic did not disclose terms, but The Information reported last week that the company was in talks to buy Stainless for more than $300 million. Even without a confirmed price, the strategic value is easy to see: Anthropic removes a supplier that rival labs also depended on, while bringing the underlying tooling closer to its own API and agent products.
Anthropic told TechCrunch that Stainless software has powered the generation of every official Anthropic SDK since the early days of its API. That makes the acquisition feel less like a random shopping spree and more like a vertical integration move. If you already rely on a vendor for your own developer experience, buying that vendor can reduce friction, speed up changes, and tighten control over the toolchain.
“I started Stainless because SDKs deserve as much care as the APIs they wrap,” Alex Rattray said in a press release posted Monday.
Rattray also said Anthropic was one of the first teams to back the company, and that the teams had been watching what developers built on Claude over the last few years. That line matters because it frames the deal as a product fit story, not just a financial one. Anthropic is buying a tool it already used, from a founder who already had a working relationship with the company.
Why this hits rival AI labs
The competitive angle is hard to miss. Stainless software was used by OpenAI, Google, and Cloudflare, along with other AI and developer tooling companies. Those are exactly the businesses that need clean SDKs because they expose APIs to outside developers and to AI agents that call tools on behalf of users.

Anthropic said it will wind down all hosted Stainless products, including the SDK generator. Customers will keep ownership of the SDKs they already generated and can modify or extend them however they want, but the hosted service itself will no longer be available as a neutral option for everyone. That is the big practical change: a shared infrastructure layer is becoming a private asset.
- Reported acquisition talk: more than $300 million
- Hosted products being shut down: all hosted Stainless products
- Official Anthropic SDKs powered by Stainless: every one since early API days
- Languages Stainless targets: 5 major languages
What developers should watch next
If you build on APIs, this deal is a reminder that developer tooling can become strategic faster than most people expect. A company like Stainless may look like a back-office utility, but it sits close to the point where APIs become usable software. When that layer changes hands, the effects can show up in docs, SDK updates, and how quickly a platform can support new endpoints.
For Anthropic, the obvious question is whether this acquisition improves Claude’s developer experience enough to matter in practice. If the company uses Stainless to ship better SDKs faster, developers will notice. If it mostly removes a tool from competitors without improving Anthropic’s own release cadence, the deal will look more defensive than smart. The next few SDK releases will tell us which one it is.
For a related example of how AI companies are buying pieces of the stack around their models, see our coverage of OpenAI’s hardware bets. The pattern is getting easier to spot: model makers are not stopping at models, and the developer tools around them are now part of the competition.
My read is simple: Anthropic just turned a useful shared tool into a private advantage, and the rest of the market will feel that in the SDK layer before it feels it anywhere else.
// Related Articles