Playground
Mintlify generates the BLIPS API Playground from the same OpenAPI 3.1 source as the reference pages. The current state is:- the API Reference is ready for browsing
- interactive Playground pages are generated from the OpenAPI source
- real public request execution depends on replacing placeholder OpenAPI
serverswith real public and/or sandbox hosts - until those hosts are provided, the docs are previewable but real Try it is not yet enabled
What the Playground uses from OpenAPI
serversto determine where requests are sentsecuritySchemesandsecurityto render authentication inputsparametersandrequestBodyto build request formsresponsesandexamplesto display result shapes and sample payloads
What still must be finalized
The current public spec is close to ready for generated reference pages, but a full public Try it rollout still depends on:- replacing placeholder server values with real BLIPS hosts
- confirming which hosts should be exposed for sandbox and production
- deciding whether public docs should allow only sandbox Try it or both environments
- promoting callback contracts into OpenAPI 3.1
webhookswhen webhook documentation is expanded
Recommended launch sequence
- launch generated API Reference first
- verify auth rendering and endpoint forms in the Playground
- attach real sandbox servers
- expose public Try it flows once request routing and safeguards are confirmed