There is no official Future Demand SDK package on npm today. Instead, this section ships everything you need to roll your own typed client in minutes, sourced directly from the OpenAPI spec.

What’s in here

PageWhat it gives you
TypeScript ClientThe generated types + a single fd client that handles auth, partner header, and refresh.
React HooksSmall useFd* hooks for the most common queries and mutations.
curl ExamplesCopy-pasteable shell snippets, one per major workflow.

Why no npm package?

The OpenAPI spec evolves on the backend’s release cadence. A pinned npm package would drift on every change. Generating against the source spec keeps your types in sync — see TypeScript Client for the codegen recipe and a nightly CI workflow. If you’d rather have a vendored package, talk to your account contact — Future Demand can publish a tag-pinned client on request.