# SDK Catalog

> 600+ generated SDKs, as repositories you can read. Every SDK the generator has produced from a public OpenAPI description is a repository in the voxgig-sdk organisation, with a page on this site. It is the generator's test corpus and a library of worked examples.

## What it is

The voxgig-sdk organisation on GitHub holds one repository per public API the generator has been run against, 600 and more of them. Each carries the SDK in TypeScript, Python, PHP, Go, Ruby and Lua, plus a CLI, a REPL and an MCP server for that API, and an offline test mode, all generated from the API's own OpenAPI description.

It exists for two reasons. It is the generator's test corpus: a change to a template or a feature is run against hundreds of real API shapes before it ships. And it is a library of worked examples: find an API shaped like yours and read the generated code before you install anything.

Every catalogue entry has a page on this site with its README, a markdown twin for agents, and JSON through the site's API. The SDKs are unofficial and not affiliated with the APIs they wrap, and each repository states its own licence.

## Facts

- Site: https://voxgig.com/voxgig-sdk
- Source: https://github.com/voxgig-sdk
- Languages: TypeScript, Python, PHP, Go, Ruby, Lua
- Licence: Stated in each repository

## The other sections

- [Open source at Voxgig](https://voxgig.com/open-source): the overview, with every voxgig repository active in the last six months.
- [SDK Generator](https://voxgig.com/open-source/sdk-generator): Six surfaces from one OpenAPI description.
- [aontu](https://voxgig.com/open-source/aontu): Type-safe system definitions, as guardrails for coding agents.
- [jostraca](https://voxgig.com/open-source/jostraca): A code generator you can run twice.
- [tabnas](https://voxgig.com/open-source/tabnas): An extensible parsing engine, and a compile target for agents.
- [Seneca](https://voxgig.com/open-source/seneca): A microservices toolkit for Node.js.
- [Voxgig tools](https://voxgig.com/open-source/tools): The libraries inside every generated SDK, ported to every language the SDKs ship in.
