What Speakeasy is#
Speakeasy is a commercial SDK generation company. You run a single standalone CLI binary locally or in CI, authenticated against a workspace, and it produces SDKs into repositories you own. The generator itself is closed source. The code it writes is yours.
The targets are roughly ten: TypeScript, Python, Go, Java, C#, PHP, Ruby, Kotlin, Unity, and Terraform. Alongside the SDKs it generates MCP servers, documentation, code samples and test suites.
Its design position is that OpenAPI is the source of truth and there should be no second definition format. Where the spec is not shaped the way you want the SDK shaped, you write an OpenAPI Overlay, which is an OpenAPI Initiative specification for a document of targeted edits applied over another document. Generation settings live in a gen.yaml, the pipeline in a workflow.yaml, and the usual deployment is a GitHub Action that regenerates and opens a pull request when the spec changes.
Pricing is a free tier covering a single SDK with a cap on endpoints, then paid plans priced per language per month, then quoted enterprise agreements. Figures move, so the current numbers are on Speakeasy's own pricing page.