SDK generator comparisons

liblab and Voxgig, compared

The tool that took the least glamorous part of shipping an SDK seriously first: not writing it, releasing it.

Published by Voxgig, which makes one of the two tools compared here. Facts checked against the first-party sources linked below. Corrections go to info@voxgig.com. The scope and method for every page in this section are published.

Status

Postman announced its acquisition of liblab on 14 November 2025. liblab was founded in 2022. Postman went on to acquire Fern, also compared on this site, in January 2026, so two of the tools here now share an owner.

What liblab is#

liblab is a commercial SDK-as-a-service platform. It generates SDKs in TypeScript, Python, Java, C# and .NET, Go and PHP, plus a Terraform target, and it is built around continuous integration: point it at a specification, and every change to that specification produces a regenerated, versioned, changelogged and published package.

Alongside the SDKs it generates documentation and embeddable code snippets, so the samples in your documentation come from the same run as the library they demonstrate.

Since November 2025 it has been part of Postman, and Postman has said liblab's technology is being integrated into its platform.

What liblab does that Voxgig does not#

Capabilities liblab has that Voxgig does not, in enough detail to evaluate them.

Publishing, not just generating

Most generators hand you source and stop. liblab's product goes further down the pipeline: semantic versioning, changelogs, tags, and pushing the packages to npm, PyPI, Maven Central and NuGet on every spec change. This is the part teams consistently underestimate. Shipping an SDK is a release process with credentials, registries, deprecation policies and a support burden, not a build step, and a generator that only writes source has solved the easier half. Voxgig writes the source into your repository and leaves the release to you and your CI.

Hooks that survive regeneration

Per-language hook files sit outside the generated tree and let you add bespoke authentication, a response transform or a custom header without forking anything. Same instinct as Voxgig's components and features, arrived at from the other direction: liblab gives you an escape hatch beside the output, Voxgig gives you the generator's own extension points inside your repository.

A Terraform target

One of only two tools on this site that generates a Terraform provider, and the other one is Speakeasy. If your API provisions anything, your larger customers will ask for a provider, and writing one by hand means learning resource and data-source schemas, plan and apply semantics, import and state upgrades. It is a specialised job most API teams have nobody for. Voxgig does not generate a provider at all, so if you need one this is a complete reason to look here instead.

Postman distribution

Being inside Postman puts generated SDKs next to the collections and workspaces a very large number of developers already work in. For an API team whose customers live in Postman, that is a distribution advantage no independent tool can match.

Side by side#

No partial ticks and no asterisks. If a tool has a feature, the table says it has it. Where a row would need a paragraph to be true, it is a paragraph somewhere else on this page instead of a row here.

liblabVoxgig
LicenceProprietary. Generated SDKs are yoursMIT. Generated SDKs are yours
CostTiered subscription, quoted at the topFree
Language targets6, plus Terraform22 bundled language targets, more from packages
Package publishingGenerated, versioned and published for youYour repository and your CI
Terraform providerYesNo
MCP serverNoYes
OwnerPostman, since November 2025Voxgig Ltd, independent since 2018

Which one to choose#

Choose liblab when

  • You want no-touch SDK maintenance: spec changes in, published packages out, without anyone owning the release process.
  • You are a Postman shop and want the SDK story next to everything else you already run there.
  • You need a Terraform provider as well as SDKs. Voxgig does not generate one, and liblab and Speakeasy are the only two tools on this site that do.
  • Six languages covers your customers and you would rather rent the pipeline than build it.

Choose Voxgig when

  • You want to own the generator and the output, with no service in the path and nothing to renew.
  • You need more than six languages, or the agent-facing surfaces: MCP server, Agent Skills, REPL.
  • You would rather your release pipeline was your own CI doing ordinary things, so that losing a vendor costs you a generator and not your ability to ship.

Limits of this comparison#

  • Whether liblab remains a standalone product or becomes a Postman feature is not something this page predicts. Postman is the source for that.
  • liblab's publishing pipeline has not been run end to end for this page. The description comes from its documentation and product pages.
  • Publishing automation is a real advantage that Voxgig does not have an answer to. If that is your bottleneck, weigh it heavily.

Corrections go to info@voxgig.com or an issue. A correction changes the page and moves its checked date; corrections from liblab's own team carry the most weight.

liblab documentation#

First-party sources for the claims on this page. Where they disagree with it, they are the authority.

The other comparisons#

  • OpenAPI GeneratorThe community generator most APIs have shipped an SDK from at least once.
  • SpeakeasyCommercial SDK generation with the widest non-SDK output in this comparison.
  • FernSDKs and a documentation site from one definition. Part of Postman since January 2026.
  • StainlessThe generator behind many of the best-known AI SDKs. Its hosted product is winding down.
  • APIMaticThe longest-running commercial generator here, and the only one that converts between description formats.
  • KiotaMicrosoft's client generator, built so you do not need a separate SDK per API.
  • Hey APIThe TypeScript ecosystem's generator. One language, done properly.

All comparisons, the ground rules, and the wider field

Read the generated code#

The generator is MIT and open, and the catalog holds 600+ generated SDKs readable without installing anything.

Voxgig SDK GeneratorTalk to Voxgig

Get the Voxgig dispatch

Short notes on building SDKs, CLIs, REPLs, and MCPs for API-first teams, plus the occasional Fireside episode pick.

By signing up you agree to our Terms and Conditions.