Skip to main content

Tools from the community

The following are unofficial tools for Stainless that are maintained by the community. Feel free to reach out if you would like us to add your project to this list.

Stainless API CLIs

These command-line tools help you interact with the Stainless API to manage SDK generation and updates:

  • stainless-cli by Will Meyers is a Go-based CLI that provides a straightforward way to upload Stainless configurations and OpenAPI specs. It's perfect for pushing SDK updates directly from the command line.

  • stainless-tools by Theo Gravity is a TypeScript-based CLI that offers comprehensive SDK repository management. It can clone and monitor SDK repositories, handle automatic OpenAPI spec updates, and integrate with the Stainless API for continuous SDK generation. It includes features like local change preservation and flexible configuration options.

Stainless integration for Dagger

This Dagger module by Márk Sági-Kazár automatically uploads your Stainless configuration and OpenAPI spec to Stainless. Use it to push SDK updates from your Dagger CI pipeline.