SDKs
Official SDKs
Use supported language clients generated from the FluxDigest API contract.
Official FluxDigest SDKs provide typed resources, authentication, pagination, retries, errors, webhook verification, and runtime metadata over the public API. They are generated from the OpenAPI contract and refined with a small handwritten ergonomic layer.
Availability
| Language | Package | Status |
|---|---|---|
| TypeScript / JavaScript | @fluxdigest/sdk | Planned first beta |
| Python | fluxdigest | Planned after TypeScript usage validation |
| PHP | fluxdigest/fluxdigest-php | Demand-driven |
| Go | github.com/fluxdigest/fluxdigest-go | Demand-driven |
FluxDigest will publish another SDK only when it can receive the same contract, security, runtime, example, and release testing as the TypeScript SDK.
What every SDK includes
- typed request and response models;
- resource clients for every supported public endpoint;
- authentication and custom base URL configuration;
- cursor pagination helpers;
- typed API, connection, timeout, and rate-limit errors;
- safe retries with
Retry-Aftersupport; - idempotency-key support;
- request timeouts and caller-provided abort/cancellation signals;
- webhook signature verification;
- SDK name, version, language, and runtime telemetry headers;
- sandbox support;
- complete examples and a version support policy.
The public API remains usable without an SDK through standard HTTPS and JSON.

