Remove stainless, fix speakeasy - #7246
Merged
Merged
Conversation
Stainless was acquired by Anthropic (announced 2026-05-18) and wound down all hosted products, including the SDK generator: "new signups, projects, and SDKs will not be available." The integration page documented a hosted-platform flow (Studio -> Release tab -> Setup OpenAPI publishing) that no new reader can complete, so it is removed and redirected to the vendor-neutral x-codeSamples page. Speakeasy is still operating and the integration still works, but its docs.json examples used the pre-docs.json schema (top-level "anchors"/ "tabs" keyed on "name"/"url"). Updated to the current navigation.anchors / navigation.tabs shape so the snippets are copy-pasteable. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
With Stainless removed, the Integrations > SDKs group held a single page. Fold the Speakeasy setup steps into api-playground/adding-sdk-examples.mdx as a "Generate examples with Speakeasy" section and drop the group. The page now covers both routes to x-codeSamples: writing samples by hand and pulling autogenerated ones from a Speakeasy combined spec. Old page paths redirect to the new section anchor. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Automations to automatically generate PRs for you. |
ethanpalm
commented
Sep 3, 2026
ethanpalm
commented
Sep 3, 2026
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
This was referenced Sep 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documentation changes
Updates the docs based on changes to Stainless and Speakeasy
For Reviewers
When reviewing documentation PRs, please consider:
✅ Technical accuracy
✅ Clarity and completeness
✅ User experience
Note
Low Risk
Documentation and navigation-only changes with redirects to preserve old URLs; no application code or runtime behavior.
Overview
Consolidates SDK documentation into
api-playground/adding-sdk-examplesand drops the separate Integrations → SDKs section.The guide is split into Add examples manually (
x-codeSamples) and a new Generate examples with Speakeasy walkthrough (registry combined spec URL,docs.jsonanchor/tabopenapi, verification). Front matter now emphasizes Speakeasy instead of Speakeasy + Stainless.Removes
integrations/sdks/speakeasyandintegrations/sdks/stainless(EN +es/fr/zh) from navigation and deletes those MDX files. Adds redirects so old Speakeasy URLs land on#generate-examples-with-speakeasyand Stainless URLs on the main adding-sdk-examples page (no dedicated Stainless content remains).Reviewed by Cursor Bugbot for commit 2423984. Bugbot is set up for automated code reviews on this repo. Configure here.