SDKs
Official SDKs
Python and Node clients are in the works. The examples below show the planned interface.
SDKs are not published yet. The snippets below illustrate the planned interface only — use the REST API directly in the meantime.
Python
Python 3.9+
install.sh
# Coming soon — not yet published on PyPI
Package links will be added when the SDK is published.
Node.js
Node 18+, TypeScript-ready
install.sh
// Coming soon — not yet published on npm
Package links will be added when the SDK is published.
Other languages
Python and Node are the planned first-party languages. For anything else, use the REST API directly — the OpenAPI 3.1 spec works with openapi-generator to spin up a client in ~30 languages.