SDKs
First-party SDKs land as PROD-06 ships per-product OpenAPI specs.
| Language | Status | Source |
|---|---|---|
| TypeScript | coming soon (PROD-06) | published on npm |
| Python | coming soon (PROD-06) | published on PyPI |
| Go | coming soon (PROD-06) | go module |
All three SDKs will be auto-generated from the same OpenAPI spec the API itself enforces. So the SDK never lags the surface.
Until SDKs ship
Section titled “Until SDKs ship”You can call the REST API directly with any HTTP client. See API overview for the contract — auth, versioning, idempotency, error envelope, rate limits.