TypeScript SDK
@fleetforge/sdk ships typed clients for browser, Node, and edge runtimes. The API surface is generated from api/proto/public and the JSON Schemas under api/schemas/.
Install
pnpm add @fleetforge/sdk
# or
npm install @fleetforge/sdk
Docs
- Generated reference: run
pnpm -C website docs:typescriptto refreshwebsite/docs/reference/typescript/. - Usage guides live under
docs/how-toand the/reference/adapterspage.
Development workflow
- Update schemas/protos.
pnpm -C website docs:typescriptto regenerate the Markdown docs.pnpm -C docs start(or build) to verify the sidebar picks up the updates.
Keep breaking changes documented in the changelog and the Roadmap & Status page.