Skip to content

API route inventory

A read-only list of the mxr daemon HTTP routes described in the generated OpenAPI document. That document carries paths, methods, and the protocol schemas. It leaves out per-route parameters and response bodies, and some live routes are missing from it. TheHTTP bridge reference documents the request and response shapes.

This page sends no request to a daemon. The only thing it fetches is the OpenAPI document from this site. Your daemon runs on your own machine, and by default its bridge accepts browser requests only from loopback origins, so a page served from mxr.sh cannot reach it. The daemon hosts its own Swagger UI at /api/v1/docs behind the same bearer token as the rest of the bridge, so an address-bar visit gets a 401. The bridge reference covers reading that token and the curl recipes.

The raw document is at /openapi.json. A running daemon serves the same thing at /api/v1/openapi.json.

Loading route list...