SDK
Typed clients that mirror the API exactly. No hidden behaviour, no magic retry, no telemetry.
An SDK that does more than the API is a second, undocumented product. Ours does less: types, transport, and errors.
If a call fails, the SDK tells you the code the server sent and stops. It does not decide on your behalf.
- TypeScript first, then Python
- Under 20 kB gzipped
- None
- No analytics inside a client library.
- No behaviour that is not in the API reference.
- No bundled polyfills you did not ask for.
All build surfacesNext: Integrations