TypeScript SDK
Coming with PROD-06 — published as @cavaridge/sdk on npm.
The TypeScript SDK will:
- Be auto-generated from the public OpenAPI spec.
- Support both Node 20+ and modern browsers.
- Ship typed responses for every endpoint, error envelope included.
- Pin to a specific API version per client instance.
- Default to retry-with-backoff on
429and 5xx, honoringRetry-After.
Until release, call the REST API directly. See API overview.