Playground
Mintlify generates the BLIPS API Playground from the same OpenAPI 3.1 source as the reference pages. The current public state is:- the API Reference is ready for browsing
- interactive Playground pages are generated from the OpenAPI source
- Try It is pointed at the confirmed Public Test Backend at
https://public-test.blips.network - the current docs surface is internet-testable
- this page does not describe the current Public Test Environment as production-ready
Sandbox API note
The Playground also exposes a small Sandbox APIs group at the end of the Reference navigation for Public Test and demo use. Those requests go to the samehttps://public-test.blips.network backend target as the rest of the docs site.
That trailing sandbox group now contains:
- the sandbox Lightning execution-profile routes, which feed
POST /quotesindirectly POST /sandbox/incoming-payments/simulate, which creates Step 4 review cases and then hands ongoing review work back to:GET /transactionsGET /transactions/{transactionId}POST /transactions/{transactionId}/approvePOST /transactions/{transactionId}/reject
sanctions_hitis reject-onlysender_kyc_not_approvedis reject-onlycounterparty_info_incompleteis manual-review-required and stays on the same transaction review lane
What the Playground uses from OpenAPI
serversto determine where requests are sentsecuritySchemesandsecurityto render authentication inputsparametersandrequestBodyto build request formsresponsesandexamplesto display result shapes and sample payloads
Public Try It contract
- Public Try It uses platform token Basic Auth.
- The backend target is the confirmed public ingress host and not the legacy/private runtime.
- Only the retained public routes present in
openapi/blips-public-reference.yamlare exposed through the generated Playground. - The sandbox routes use the same backend target and auth surface as the rest of the Reference, but remain visually separated from the core business API families.
Boundary negatives
The public docs and Playground do not advertise or target:/platforms/internal/*/payments/*- legacy-only routes
- operator/bootstrap-only surfaces