Product

Product

Building a docs platform for agents

Alex Arena

Since launching Docs early access, we’ve worked with teams like Anthropic, Cloudflare, and OpenAI to build the next generation of docs sites. One thing that is clear is that agents are now a primary audience and contributor. This post covers what’s changing, how teams are using coding agents to build and customize docs, and why a code-first approach is quickly becoming the default.

Originally posted

Mar 24, 2026

Product

Building a docs platform for agents

Alex Arena

Since launching Docs early access, we’ve worked with teams like Anthropic, Cloudflare, and OpenAI to build the next generation of docs sites. One thing that is clear is that agents are now a primary audience and contributor. This post covers what’s changing, how teams are using coding agents to build and customize docs, and why a code-first approach is quickly becoming the default.

Originally posted

Mar 24, 2026

Product

Building a docs platform for agents

Alex Arena

Since launching Docs early access, we’ve worked with teams like Anthropic, Cloudflare, and OpenAI to build the next generation of docs sites. One thing that is clear is that agents are now a primary audience and contributor. This post covers what’s changing, how teams are using coding agents to build and customize docs, and why a code-first approach is quickly becoming the default.

Originally posted

Mar 24, 2026

Product

Stainless Docs Platform: now in public beta

CJ Avilla

Alex Arena

Stainless Docs Platform is now in public beta. It provides a code-first documentation platform designed for both human developers and AI agents, with built-in AI chat, SDK-aware API reference, docs-as-code workflows, flexible theming, and fast infrastructure.

Originally posted

Mar 12, 2026

Product

Stainless Docs Platform: now in public beta

CJ Avilla

Alex Arena

Stainless Docs Platform is now in public beta. It provides a code-first documentation platform designed for both human developers and AI agents, with built-in AI chat, SDK-aware API reference, docs-as-code workflows, flexible theming, and fast infrastructure.

Originally posted

Mar 12, 2026

Product

Stainless Docs Platform: now in public beta

CJ Avilla

Alex Arena

Stainless Docs Platform is now in public beta. It provides a code-first documentation platform designed for both human developers and AI agents, with built-in AI chat, SDK-aware API reference, docs-as-code workflows, flexible theming, and fast infrastructure.

Originally posted

Mar 12, 2026

Product

Introducing the (experimental!) Stainless SQL SDK generator

Tomer Aberbach

CJ Avilla

Introducing our experimental SQL SDK generator, a new way to query REST APIs directly from PostgreSQL using standard SQL. By transforming an OpenAPI spec into a typed PostgreSQL extension, every API endpoint becomes a SQL function and every response becomes a composite type, enabling type-safe queries without JSON parsing or ETL pipelines. Designed for analytics, reconciliation, and batch workflows, this approach lets you join live API data with your existing tables while preserving pagination control and planner optimizations.

Originally posted

Feb 18, 2026

Product

Introducing the (experimental!) Stainless SQL SDK generator

Tomer Aberbach

CJ Avilla

Introducing our experimental SQL SDK generator, a new way to query REST APIs directly from PostgreSQL using standard SQL. By transforming an OpenAPI spec into a typed PostgreSQL extension, every API endpoint becomes a SQL function and every response becomes a composite type, enabling type-safe queries without JSON parsing or ETL pipelines. Designed for analytics, reconciliation, and batch workflows, this approach lets you join live API data with your existing tables while preserving pagination control and planner optimizations.

Originally posted

Feb 18, 2026

Product

Introducing the (experimental!) Stainless SQL SDK generator

Tomer Aberbach

CJ Avilla

Introducing our experimental SQL SDK generator, a new way to query REST APIs directly from PostgreSQL using standard SQL. By transforming an OpenAPI spec into a typed PostgreSQL extension, every API endpoint becomes a SQL function and every response becomes a composite type, enabling type-safe queries without JSON parsing or ETL pipelines. Designed for analytics, reconciliation, and batch workflows, this approach lets you join live API data with your existing tables while preserving pagination control and planner optimizations.

Originally posted

Feb 18, 2026

Product

Iterate on your SDKs locally with the Stainless Language Server

Min Kim

The Stainless Language Server brings Studio’s editing capabilities directly into your local development environment. Get real-time diagnostics, spec-aware completions, cross-file navigation, and live Transforms updates as you edit your stainless.yml and OpenAPI spec.

Originally posted

Feb 12, 2026

Product

Iterate on your SDKs locally with the Stainless Language Server

Min Kim

The Stainless Language Server brings Studio’s editing capabilities directly into your local development environment. Get real-time diagnostics, spec-aware completions, cross-file navigation, and live Transforms updates as you edit your stainless.yml and OpenAPI spec.

Originally posted

Feb 12, 2026

Product

Iterate on your SDKs locally with the Stainless Language Server

Min Kim

The Stainless Language Server brings Studio’s editing capabilities directly into your local development environment. Get real-time diagnostics, spec-aware completions, cross-file navigation, and live Transforms updates as you edit your stainless.yml and OpenAPI spec.

Originally posted

Feb 12, 2026

Product

Stainless CLI generator: your API, now with --help

Min Kim

Stainless can now generate a production-ready CLI directly from your OpenAPI spec. Ship native binaries with structured commands, robust argument parsing, automatic pagination, shell completions, man pages, and built-in documentation, all kept in sync with your SDKs from a single source of truth.

Originally posted

Jan 29, 2026

Product

Stainless CLI generator: your API, now with --help

Min Kim

Stainless can now generate a production-ready CLI directly from your OpenAPI spec. Ship native binaries with structured commands, robust argument parsing, automatic pagination, shell completions, man pages, and built-in documentation, all kept in sync with your SDKs from a single source of truth.

Originally posted

Jan 29, 2026

Product

Stainless CLI generator: your API, now with --help

Min Kim

Stainless can now generate a production-ready CLI directly from your OpenAPI spec. Ship native binaries with structured commands, robust argument parsing, automatic pagination, shell completions, man pages, and built-in documentation, all kept in sync with your SDKs from a single source of truth.

Originally posted

Jan 29, 2026

Product

The Stainless PHP SDK generator is now generally available

Hao Wang

Kevin Whinnery

The Stainless PHP SDK generator is generally available. It delivers strongly typed value objects that still behave like native PHP arrays, preserving language conventions while supporting advanced use cases like streaming, pagination, and custom request options.

Originally posted

Jan 20, 2026

Product

The Stainless PHP SDK generator is now generally available

Hao Wang

Kevin Whinnery

The Stainless PHP SDK generator is generally available. It delivers strongly typed value objects that still behave like native PHP arrays, preserving language conventions while supporting advanced use cases like streaming, pagination, and custom request options.

Originally posted

Jan 20, 2026

Product

The Stainless PHP SDK generator is now generally available

Hao Wang

Kevin Whinnery

The Stainless PHP SDK generator is generally available. It delivers strongly typed value objects that still behave like native PHP arrays, preserving language conventions while supporting advanced use cases like streaming, pagination, and custom request options.

Originally posted

Jan 20, 2026

Product

Sharper than ever: the Stainless C# SDK generator is now generally available

Stephen Downward

The Stainless C# generator is generally available, bringing high quality SDKs to the .NET ecosystem. It features .NET Standard 2.0 support and an amazing editor experience, and does so with minimal dependencies.

Originally posted

Jan 13, 2026

Product

Sharper than ever: the Stainless C# SDK generator is now generally available

Stephen Downward

The Stainless C# generator is generally available, bringing high quality SDKs to the .NET ecosystem. It features .NET Standard 2.0 support and an amazing editor experience, and does so with minimal dependencies.

Originally posted

Jan 13, 2026

Product

Sharper than ever: the Stainless C# SDK generator is now generally available

Stephen Downward

The Stainless C# generator is generally available, bringing high quality SDKs to the .NET ecosystem. It features .NET Standard 2.0 support and an amazing editor experience, and does so with minimal dependencies.

Originally posted

Jan 13, 2026

Product

Stainless in 2025: Building the API platform we always wanted

Kevin Whinnery

In 2025, Stainless made major progress to enable any company to build world-class APIs. We shipped new language support for our SDK generator, a dynamic docs platform, and support for MCP servers derived from your OpenAPI spec. In 2026, every company needs to become an API company, and Stainless is excited to make it happen with you!

Originally posted

Dec 31, 2025

Product

Stainless in 2025: Building the API platform we always wanted

Kevin Whinnery

In 2025, Stainless made major progress to enable any company to build world-class APIs. We shipped new language support for our SDK generator, a dynamic docs platform, and support for MCP servers derived from your OpenAPI spec. In 2026, every company needs to become an API company, and Stainless is excited to make it happen with you!

Originally posted

Dec 31, 2025

Product

Stainless in 2025: Building the API platform we always wanted

Kevin Whinnery

In 2025, Stainless made major progress to enable any company to build world-class APIs. We shipped new language support for our SDK generator, a dynamic docs platform, and support for MCP servers derived from your OpenAPI spec. In 2026, every company needs to become an API company, and Stainless is excited to make it happen with you!

Originally posted

Dec 31, 2025

Product

Stainless Transforms: The fast lane for fixing imperfect OpenAPI specs

Sam El-Borai

Min Kim

Most OpenAPI specs are “mostly right,” but small inconsistencies can break generated SDKs. This post explains when OpenAPI Overlays are enough—and how Stainless Transforms handle harder fixes like schema deduplication, structural renames, and language-aware naming without modifying the upstream spec.

Originally posted

Dec 19, 2025

Product

Stainless Transforms: The fast lane for fixing imperfect OpenAPI specs

Sam El-Borai

Min Kim

Most OpenAPI specs are “mostly right,” but small inconsistencies can break generated SDKs. This post explains when OpenAPI Overlays are enough—and how Stainless Transforms handle harder fixes like schema deduplication, structural renames, and language-aware naming without modifying the upstream spec.

Originally posted

Dec 19, 2025

Product

Stainless Transforms: The fast lane for fixing imperfect OpenAPI specs

Sam El-Borai

Min Kim

Most OpenAPI specs are “mostly right,” but small inconsistencies can break generated SDKs. This post explains when OpenAPI Overlays are enough—and how Stainless Transforms handle harder fixes like schema deduplication, structural renames, and language-aware naming without modifying the upstream spec.

Originally posted

Dec 19, 2025

Product

Stainless Docs Platform is now available in early access

Alex Arena

Min Kim

Introducing the Stainless Docs Platform, now available in early access. Build doc sites for REST APIs, SDKs, and hand-written docs that evolve alongside your API spec. Powered by Astro, so you can customize anything and deploy anywhere.

Originally posted

Nov 5, 2025

Updated!

Product

Stainless Docs Platform is now available in early access

Alex Arena

Min Kim

Introducing the Stainless Docs Platform, now available in early access. Build doc sites for REST APIs, SDKs, and hand-written docs that evolve alongside your API spec. Powered by Astro, so you can customize anything and deploy anywhere.

Originally posted

Nov 5, 2025

Updated!

Product

Stainless Docs Platform is now available in early access

Alex Arena

Min Kim

Introducing the Stainless Docs Platform, now available in early access. Build doc sites for REST APIs, SDKs, and hand-written docs that evolve alongside your API spec. Powered by Astro, so you can customize anything and deploy anywhere.

Originally posted

Nov 5, 2025

Updated!

Product

Ship API changes without breaking SDKs—preview builds show you exactly what will happen

Min Kim

Stainless preview builds solve the biggest problem blocking API development at scale: engineers can't see how their OpenAPI changes affect SDKs until after they ship. Now you and your team can see exact SDK diffs and test locally without leaving your pull request.

Originally posted

Aug 20, 2025

Product

Ship API changes without breaking SDKs—preview builds show you exactly what will happen

Min Kim

Stainless preview builds solve the biggest problem blocking API development at scale: engineers can't see how their OpenAPI changes affect SDKs until after they ship. Now you and your team can see exact SDK diffs and test locally without leaving your pull request.

Originally posted

Aug 20, 2025

Product

Ship API changes without breaking SDKs—preview builds show you exactly what will happen

Min Kim

Stainless preview builds solve the biggest problem blocking API development at scale: engineers can't see how their OpenAPI changes affect SDKs until after they ship. Now you and your team can see exact SDK diffs and test locally without leaving your pull request.

Originally posted

Aug 20, 2025

Product

Ruby & Terraform GA, MCP updates, plus major upgrades to TS, Go, Java

Min Kim

Ruby SDK and Terraform provider generators are now generally available, along with major upgrades to MCP, TypeScript, Go, and Java. Our free tier is also expanded to support up to 5 SDKs.

Originally posted

May 7, 2025

Product

Ruby & Terraform GA, MCP updates, plus major upgrades to TS, Go, Java

Min Kim

Ruby SDK and Terraform provider generators are now generally available, along with major upgrades to MCP, TypeScript, Go, and Java. Our free tier is also expanded to support up to 5 SDKs.

Originally posted

May 7, 2025

Product

Ruby & Terraform GA, MCP updates, plus major upgrades to TS, Go, Java

Min Kim

Ruby SDK and Terraform provider generators are now generally available, along with major upgrades to MCP, TypeScript, Go, and Java. Our free tier is also expanded to support up to 5 SDKs.

Originally posted

May 7, 2025

Product

Generate MCP Servers from OpenAPI Specs

Min Kim

You can now generate MCP servers for free using your OpenAPI spec.

Originally posted

Apr 7, 2025

Updated!

Product

Generate MCP Servers from OpenAPI Specs

Min Kim

You can now generate MCP servers for free using your OpenAPI spec.

Originally posted

Apr 7, 2025

Updated!

Product

Generate MCP Servers from OpenAPI Specs

Min Kim

You can now generate MCP servers for free using your OpenAPI spec.

Originally posted

Apr 7, 2025

Updated!

Product

Announcing the Stainless SDK generator

Alex Rattray

Stainless generates the official client libraries for OpenAI, Anthropic, Cloudflare, and more. Today, we’re making the Stainless SDK generator available to every developer with a REST API.

Originally posted

Apr 24, 2024

Product

Announcing the Stainless SDK generator

Alex Rattray

Stainless generates the official client libraries for OpenAI, Anthropic, Cloudflare, and more. Today, we’re making the Stainless SDK generator available to every developer with a REST API.

Originally posted

Apr 24, 2024

Product

Announcing the Stainless SDK generator

Alex Rattray

Stainless generates the official client libraries for OpenAI, Anthropic, Cloudflare, and more. Today, we’re making the Stainless SDK generator available to every developer with a REST API.

Originally posted

Apr 24, 2024