# liblab and Voxgig, compared

> SDK generation shaped as a release pipeline. Part of Postman since November 2025. Commercial SDK generation whose centre of gravity is publishing rather than generating: version, changelog and push packages to npm, PyPI, Maven and NuGet on every spec change. Acquired by Postman in November 2025. Published by Voxgig, which makes one of the two tools. Facts checked 7 September 2026.

**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 it 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.

## Facts

- Made by: liblab, part of Postman since November 2025
- Licence: Proprietary. Generated SDKs are yours
- Language targets: 6, plus Terraform
- Distinctive: Versioning and package publishing
- Site: liblab.com (https://liblab.com)

## What liblab does that Voxgig does not

### 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

| | liblab | Voxgig |
| --- | --- | --- |
| Licence | Proprietary. Generated SDKs are yours | MIT. Generated SDKs are yours |
| Cost | Tiered subscription, quoted at the top | Free |
| Language targets | 6, plus Terraform | 22 bundled language targets, more from packages |
| Package publishing | Generated, versioned and published for you | Your repository and your CI |
| Terraform provider | Yes | No |
| MCP server | No | Yes |
| Owner | Postman, since November 2025 | Voxgig Ltd, independent since 2018 |

## 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. A correction changes the page and moves its checked date.

## First-party sources

- [liblab.com](https://liblab.com)
- [liblab's own announcement](https://liblab.com/blog/liblab-joins-postman)
- [Postman's announcement](https://blog.postman.com/postman-acquires-liblab/)

## The other comparisons

- [All SDK generator comparisons](https://voxgig.com/sdk/comparisons): the index, the method, and the wider field.
- [OpenAPI Generator](https://voxgig.com/sdk/comparisons/openapi-generator): The community generator most APIs have shipped an SDK from at least once.
- [Speakeasy](https://voxgig.com/sdk/comparisons/speakeasy): Commercial SDK generation with the widest non-SDK output in this comparison.
- [Fern](https://voxgig.com/sdk/comparisons/fern): SDKs and a documentation site from one definition. Part of Postman since January 2026.
- [Stainless](https://voxgig.com/sdk/comparisons/stainless): The generator behind many of the best-known AI SDKs. Its hosted product is winding down.
- [APIMatic](https://voxgig.com/sdk/comparisons/apimatic): The longest-running commercial generator here, and the only one that converts between description formats.
- [Kiota](https://voxgig.com/sdk/comparisons/kiota): Microsoft's client generator, built so you do not need a separate SDK per API.
- [Hey API](https://voxgig.com/sdk/comparisons/hey-api): The TypeScript ecosystem's generator. One language, done properly.
- [Voxgig SDK Generator](https://voxgig.com/sdk)
