Skip to Content
GuidesSDKs & tools

SDKs & tools Coming soon

Official libraries will wrap auth, retries, pagination, and webhook verification so you don’t have to. Until they ship, call the REST API directly — every example in these docs shows the raw HTTP request.

Not published yet

The packages below aren’t on npm / PyPI / Packagist yet. The names and install commands are the planned shape for release — build against the REST API today (cURL / fetch work everywhere).

Planned SDKs

@jetwild/sdk
node · typescript
First-class types, ESM + CJS. On release: npm i @jetwild/sdk
jetwild
python
Sync + async clients. On release: pip install jetwild
jetwild/sdk
php
Composer package for KVS/EVX/MMS stacks. On release: composer require jetwild/sdk
jetwild-go
go
On release: go get github.com/jetwild/jetwild-go

OpenAPI

Browse the API in interactive docs  (Swagger UI) or download the raw OpenAPI spec . The spec tracks the live API and will power the SDKs on release — generate a client in any language, or import it into Postman/Insomnia.

Last updated on