Skip to content

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 429 and 5xx, honoring Retry-After.

Until release, call the REST API directly. See API overview.