BLIPS Developers
BLIPS is split into three developer-facing surfaces:blips.network/developersis the public entry layer inside the main website.docs.blips.networkis the formal Mintlify docs site for API Reference and Playground.demo.blips.networkis the guided product demo and MVP walkthrough runtime.
What lives in this docs site
- Quickstart and authentication guidance
- Operational pages such as errors and webhooks
- Auto-generated API Reference pages from
openapi/blips-public-reference.yaml - Demo access notes and scenario documentation
What still has to be finalized before public launch
- Replace the placeholder
serversvalue in the OpenAPI file with the real BLIPS public hostnames - Promote webhook callback contracts into the canonical OpenAPI 3.1 document
- Point
demo.blips.networkat the public-facing demo runtime
Source of truth
The API surface in this docs site is generated from the local OpenAPI copy atopenapi/blips-public-reference.yaml.
That file should stay in sync with the canonical spec maintained by the BLIPS MVP/runtime repo, then be validated with Mintlify before deployment.