Build with the official SDKs

Updated July 2026

If you'd rather call Qalyb from code than click through the dashboard, the SDKs are the nicest way in. They cover the same endpoints as the REST API, fully typed and ergonomic — pick your language and ship.

TypeScript

Stable. Zero-dep and fully typed. Runs on Node 18+, Bun, Deno, Cloudflare Workers, and any modern runtime.

bash
npm install @qalyb/sdk

Read the TypeScript SDK docs — install, initialize, and every namespace with examples.

Python

Coming soon. Sync and async clients with Pydantic models. In active development.

bash
pip install qalyb  # coming soon

Read the Python SDK page — what's coming, plus a working example of calling the REST API from Python today.

Was this guide helpful?