Breaking
SPEAKEASY raises $15M Series A led by FPV Ventures Customers include Vercel · Mistral AI · Kong · Clerk One OpenAPI spec → SDKs in 10+ languages Gram turns your API into MCP servers for AI agents Backed by GV (Google Ventures) since seed Mistral AI scaled to millions of SDK downloads SPEAKEASY raises $15M Series A led by FPV Ventures Customers include Vercel · Mistral AI · Kong · Clerk One OpenAPI spec → SDKs in 10+ languages Gram turns your API into MCP servers for AI agents Backed by GV (Google Ventures) since seed Mistral AI scaled to millions of SDK downloads
Company Dossier · Developer Infrastructure
SAN FRANCISCO, CALIFORNIA  |  FOUNDED 2022  |  PRIVATELY HELD
The API Plumbing Company

Speakeasy

The company that looked at the most tedious chore in software - hand-maintaining SDKs in ten languages - and decided the spec should just compile itself.

Speakeasy brand banner reading 'Craft exceptional AI experiences' with the Speakeasy wordmark
THE WORDMARK. A cupped hand, a single point of light, and a lowercase name. Speakeasy sells the unglamorous middle of the API stack - the part that usually never gets a logo this nice.
2022
Founded
~$26M
Total Raised
10+
SDK Languages
~45
Employees
$15M
Series A (2024)

A Startup Built on a Chore Nobody Wanted

Here is a fact about software that is both extremely boring and extremely load-bearing: if you run an API, you have to give people SDKs. An SDK is the little library a developer installs so they can call your API in Python or TypeScript or Go without hand-rolling HTTP requests and squinting at your docs at midnight. Every API-first company needs them. And every API-first company quietly resents them, because SDKs are software that has to be written, tested, versioned, published, and then - this is the cruel part - rewritten every single time the API changes. Which is constantly.

Speakeasy is a San Francisco company whose entire premise is that this chore should not be a chore. Founded in 2022 by Sagar Batchu and Simon Yu, it makes a fairly bold claim about a fairly narrow problem: give us your OpenAPI specification - the machine-readable contract that describes what your API does - and we will generate production-grade, type-safe SDKs across ten-plus languages, publish them to the package managers, and regenerate them automatically every time your spec changes. You do the API. The SDKs become a byproduct.

This is the kind of idea that sounds obvious right up until you try to build it, at which point it becomes a nightmare of language idioms, edge cases, and the fact that TypeScript developers and Go developers want fundamentally different things and will both be annoyed. The bet Speakeasy made is that the annoyance is worth centralizing. If one company obsesses over generating genuinely idiomatic SDKs - not the stilted, robotic output that open-source code generators are famous for - then thousands of API teams never have to.

Open-source codegen gives you an SDK. Speakeasy's argument is that a mediocre SDK is worse than none, because it becomes your product's first impression - and then your permanent maintenance burden.- The Speakeasy thesis, paraphrased

Two Founders and a Receipt for Their Frustration

The origin story is the good kind, which is to say it is a complaint. Batchu and Yu had lived the API developer-experience problem at both startups and large enterprises. They had felt, repeatedly, the specific pain of maintaining SDKs by hand - the pull requests, the drift between spec and library, the language they didn't have an expert for. When a chore annoys you at several jobs in a row, it stops being a chore and starts looking like a company. So they built the tool they wished had existed, and named it Speakeasy.

Investors, it turned out, recognized the pain too. In mid-2023 the company emerged having raised roughly $11 million in pre-seed and seed funding, including a $7.6 million round led by GV, Google's venture arm. The angel list read like a Rolodex of people who have personally suffered from bad developer tooling: the president of Datadog, the CEO of Cribl, the CTO of Attentive. Then, in October 2024, Speakeasy raised a $15 million Series A led by FPV Ventures, with GV and Quiet Capital following on. Total raised: around $26 million for a company selling what is, on paper, middleware.

What You Can Actually Do With It

The mechanics are refreshingly literal. You point Speakeasy at an OpenAPI spec. Its tooling validates and enhances that spec - because most specs, left to their own devices, are a little bit wrong - and then it emits SDKs in TypeScript, Python, Go, Java, C#, PHP, Ruby, and more, along with Terraform providers for the infrastructure crowd. The TypeScript SDKs ship with runtime type safety powered by Zod and a single runtime dependency, which is the sort of detail that makes engineers quietly nod. The whole thing runs as a standalone CLI binary, which means it slots into CI pipelines and works even in air-gapped enterprise environments where nothing is allowed to phone home.

The payoff is that the SDK stops being a project and becomes a build artifact. When your spec changes, the SDKs regenerate. When you cut a release, they publish. The customer roster suggests this actually works at scale: Vercel, Mistral AI, Clerk, Kong, Fivetran, Airbyte, and SolarWinds all lean on it. Mistral AI, the French foundation-model lab, scaled to millions of SDK downloads without a team hand-crafting each release - which is exactly the outcome Speakeasy is selling.

Your SDK is your API's first user experience. Speakeasy's whole pitch is that it shouldn't also be your bottleneck.- On why codegen matters

The Pivot Nobody Was Forced Into

Then the ground shifted, in the way it tends to. AI agents arrived, and with them the Model Context Protocol - MCP - a standard for letting language models call external tools. And an API, if you squint, is just a pile of tools an agent might want to use. Most infrastructure companies waited to see whether MCP was real. Speakeasy, which already turns specs into usable interfaces, moved. In 2025 it launched Gram, a platform for building and hosting MCP servers directly from your existing API, and then the Speakeasy MCP Gateway, an enterprise control plane pitched as "one entry point between every AI agent and every MCP server," complete with the security, governance, and observability that enterprises demand before they let a chatbot touch production.

There is a tidy logic here. The plumbing that REST APIs needed - authentication, versioning, observability, a way to expose capabilities safely - is exactly the plumbing AI agents now need. Speakeasy spent three years getting good at compiling one source of truth into many interfaces. Pointing that same machinery at agents is less a pivot than an extension. History, as they say, rhymes.

The Competition, and the Moat

Speakeasy is not alone. It competes with the venerable open-source OpenAPI Generator and Swagger Codegen - free, ubiquitous, and famous for output that reads like it was translated by a committee - as well as newer commercial players like Stainless, Fern, and liblab. The whole category is a bet that companies will pay to not think about SDKs. The differentiator Speakeasy keeps returning to is quality and maintenance: not just generating an SDK once, but keeping ten of them perpetually in sync with a spec that changes weekly, and doing it well enough that a developer can't tell a human didn't write it.

Whether that moat holds is the open question of the next few years, and it is complicated by the fact that the tool doing the generating is increasingly AI, which is available to everyone. But there is something durable about a company that owns the boring, universal middle of a workflow. The best developer infrastructure disappears into the pipeline; you stop thinking about it, which is the highest compliment a tool can earn. Speakeasy is trying to be the thing you forget is running - right up until the moment your API changes and, somewhere, ten SDKs quietly update themselves.

For a company selling a chore, that is a genuinely interesting place to stand.

One Spec, Many Machines

SDK Generation
SINCE 2022

Type-safe, idiomatic SDKs in 10+ languages from an OpenAPI spec, auto-published and kept in sync on every change.

Terraform Providers
SINCE 2023

Generate and maintain Terraform providers from the same spec so infra teams manage your product declaratively.

OpenAPI Hub
SINCE 2023

AI-assisted validation, linting, and enhancement of OpenAPI specs - fix the source of truth before generating code.

Gram
SINCE 2025

Build and host MCP servers from your API, turning endpoints into governed tools that AI agents can call.

MCP Gateway
SINCE 2025

An enterprise control plane - one entry point between every AI agent and every MCP server, with security and observability built in.

Funding to Date

2023
$11M seed
2024
$15M Series A
Total
~$26M raised

Seed led by GV (Google Ventures); Series A led by FPV Ventures with GV and Quiet Capital following on. Bars scaled for comparison, not to absolute value.

The Customers

VercelMistral AIClerk KongFivetranAirbyteSolarWinds

Mistral AI reached millions of SDK downloads on Speakeasy-generated libraries.

Timeline

  • 2022
    Speakeasy is founded

    Sagar Batchu and Simon Yu start the company in San Francisco to fix API developer experience.

  • 2023
    $11M seed, led by GV

    Emerges from stealth having raised pre-seed and seed funding, including a $7.6M round led by Google Ventures.

  • 2024
    $15M Series A

    Raises a Series A led by FPV Ventures to expand its API developer tooling.

  • 2025
    Gram & the MCP Gateway

    Launches products to expose APIs as governed tools for AI agents - a control plane for the agent era.

FAQ

What does Speakeasy do?

It generates production-grade, type-safe SDKs and Terraform providers from an OpenAPI spec across 10+ languages, keeps them in sync automatically, and now offers MCP tooling to expose APIs to AI agents.

Who founded it and when?

Sagar Batchu (CEO) and Simon Yu co-founded Speakeasy in 2022. It is headquartered in San Francisco.

How much has it raised?

Roughly $26M total, including $11M in seed funding led by GV and a $15M Series A led by FPV Ventures in October 2024.

Who uses Speakeasy?

API-first companies and enterprises including Vercel, Mistral AI, Clerk, Kong, Fivetran, Airbyte, and SolarWinds.

What are Gram and the MCP Gateway?

Gram lets you build and host MCP servers from your API so AI agents can call it as tools; the MCP Gateway is an enterprise control plane that secures and governs traffic between agents and MCP servers.

Share This Dossier

Watch: Sagar Batchu on the APIs You Won't Hate podcast  ·  Product demos on the Speakeasy site