Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 567 Bytes

File metadata and controls

23 lines (16 loc) · 567 Bytes

bitrouter-docs

The public BitRouter website — marketing pages, Fumadocs documentation, and the API reference — served at bitrouter.ai.

Develop

pnpm install
pnpm dev

Build

pnpm build   # prebuild regenerates the API reference from openapi.yaml + the models snapshot

OpenAPI spec

openapi.yaml is the committed copy of the BitRouter API spec. It is the source of truth for the rendered API reference and is updated by an automated PR from bitrouter-cloud on each release — do not hand-edit it.