SDKs
Official client libraries for integrating qbrix into your applications.
| Language | Package | Status | Registry |
|---|---|---|---|
| Python | qbrix | Available | PyPI |
| JavaScript / TypeScript | @optiqio/qbrix | Available | npm |
Python SDK
The Python SDK provides typed sync and async clients for pool, experiment, and feature gate management alongside the agent select/feedback loop. It targets Python 3.10+ and ships with full type annotations.
JavaScript / TypeScript SDK
The JavaScript SDK is a tiny, isomorphic client focused on the select/feedback hot path. It runs on Node 18+, edge runtimes, Deno, Bun, and the browser with zero runtime dependencies and bundled TypeScript types.