The new stl skills command installs a Stainless CLI skill into your project so coding agents like Claude Code, Codex, and Gemini can learn how to us...
Stainless
The new stl skills command installs a Stainless CLI skill into your project so coding agents like Claude Code, Codex, and Gemini can learn how to use ...
Stainless Docs Platform is now available in public beta for all new and existing Stainless projects. Learn more in the [announcement blog post here](h...
Stainless Docs Platform is now available in public beta for all new and existing Stainless projects. Learn more in the announcement blog post here.
You can now upload GitHub release assets when an SDK is published:
targets:
# Or any other target
typescript:
publish:
release_...This is useful for uploading bundled or compiled artifacts or additional documentation files to your GitHub release.
You can now omit all X-Stainless-* headers from generated SDKs by adding the omit_stainless_headers to your Stainless config:
client_sett...You can now omit all X-Stainless-* headers from generated SDKs by adding the omit_stainless_headers to your Stainless config:
Generated CLI tools now support endpoints for downloading files using raw file data. The output destination can be specified with --output / -o fl...
Generated CLI tools now support endpoints for downloading files using raw file data. The output destination can be specified with --output / -o flags,...
When a Java SDK build completes successfully, Stainless will generate a hosted Maven repo that can be shared for early testing, before the SDK is form...
The details on how to use this repo are visible when clicking on the info icon in the “Build” row in the build status panel in the studio. We also gen...
SDKs now correctly respect per-endpoint security definitions in your OpenAPI spec. Previously, if an endpoint only listed one security scheme, the S...
Previously, the SDK sent both the api-key and Authorization headers, which could cause authentication errors depending on how your API handles multipl...
The Python SDK generator now supports publishing to PyPI using trusted publishing via OIDC in addition to...
The Python SDK generator now supports publishing to PyPI using trusted publishing via OIDC in addition to API tokens.
The CLI generator is now generally available, which lets you turn your APIs into high-quality command line tools. Here are some highlights:
- Built-i...
The CLI generator is now generally available, which lets you turn your APIs into high-quality command line tools. Here are some highlights:
Stainless can now automatically generate commit messages for your SDK builds using AI. When enabled, AI generates descriptive commit messages for each...
Stainless can now automatically generate commit messages for your SDK builds using AI. When enabled, AI generates descriptive commit messages for each...