Anthropic on Monday closed its acquisition of Stainless, the New York-based developer-tools startup whose code-generation platform underpins official SDKs at OpenAI, Google, Cloudflare, Runway, and Replicate. The Information pegged the price at more than $300 million; Anthropic did not disclose terms. The company also confirmed it will wind down all hosted Stainless products, restricting the technology to in-house use.
What Stainless does
Stainless, founded in 2022 by former Stripe engineer Alex Rattray, automates the most thankless part of API distribution: maintaining SDKs across languages. The platform ingests an OpenAPI spec and emits production-grade client libraries in Python, TypeScript, Go, Java, and Kotlin, then keeps them aligned as the underlying API drifts. The same machinery has produced every official Anthropic SDK since the company's earliest releases.
The startup was backed by Sequoia Capital and Andreessen Horowitz. Its customer roster reads like a directory of Anthropic's largest rivals.
What changes for OpenAI, Google, and the others
Anthropic confirmed it will sunset Stainless's hosted offering. Existing customers retain ownership of the SDKs already generated and can continue to modify them, but the regeneration pipeline goes away for any outside party. OpenAI, Google, Cloudflare, Runway, and Replicate now have to migrate to an alternative SDK-generation pipeline — or staff internal teams to handle what Stainless automated — every time an endpoint, schema, or parameter changes.
For frontier labs shipping new endpoints continuously, that is not a one-time port. It is a permanent line item.
The strategic read
The deal extends a pattern that began with Anthropic's Stripe-style developer focus: buy the picks-and-shovels rather than wait for them to commoditize. Claude's API SDK, Computer Use bindings, and MCP reference clients all flow through Stainless tooling. Folding the team into Anthropic's developer platform group keeps that pipeline proprietary as the company races to expand MCP server coverage and agent-facing endpoints.
"Anthropic was one of the first teams to bet on this with us," Rattray said in a statement following the deal.
What builders should watch
Three near-term consequences for production teams:
- SDK release cadence at rivals may slip as OpenAI, Google, and Cloudflare reorganize SDK maintenance. Teams depending on day-one client support for new endpoints should pad timelines accordingly, or pin to versioned releases rather than tracking head.
- MCP server proliferation accelerates on Anthropic's side. Owning the SDK generator removes friction from auto-publishing official Claude tool wrappers — expect more first-party connectors and faster turnaround on API additions.
- Acquisitions of shared infrastructure are now in the playbook. With one of the last neutral pieces of the AI developer stack absorbed, the next round of consolidation may target observability, eval, or gateway providers that today serve every frontier lab.
For enterprise architects and platform teams, the practical implication is to audit which third-party libraries in production paths depend on Stainless-generated code at OpenAI, Google, or Cloudflare — and to budget for vendor pipeline volatility over the next two quarters as those teams stand up replacement tooling. The SDK is no longer a commodity layer; it is competitive surface area.



