TypeScript SDK
On the roadmap: SoonA typed client for this API. Not available yet.
Status
Everything the SDK would wrap is available today over plain HTTP, and the samples throughout this documentation use nothing but the built-in fetch. If you need a typed client now, the fastest path is to write a thin wrapper around the endpoints in this reference — the surface is small enough that generating one from the OpenAPI schema is also reasonable.
Planned shape
The intended shape, if it helps you structure your own wrapper in the meantime: a single client factory holding the key, one namespace per resource, and typed responses that unwrap the envelope so callers never touch data themselves.
It would also normalise the two error bodies into one typed error, carry a timeout and a retry policy for 5xx only, and accept an AbortSignal — the four things every hand-written wrapper ends up needing.
What's blocking it
Nothing technical is blocking it; it simply has not been built. The REST API this documents is stable enough to build a client against today, and this page will be replaced with real documentation when one exists.