Builders — route families

Routes are grouped by the first two path segments (for example /api/blueprints, /api/docs-health) so coverage tables and CI stay readable. Prefer this page plus the generated catalog’s family headings over scrolling the…

Landing · Updated

What it is

Routes are grouped by the first two path segments (for example /api/blueprints, /api/docs-health) so coverage tables and CI stay readable. Prefer this page plus the generated catalog’s family headings over scrolling the raw route grid: open api-routes.md, jump to the family anchor you care about, then cross-check JSON bodies against builders-openapi.md / builders-schemas.md.

The same grouping drives:

When to use it

When you need a stable mental model before diving into the full table or lenses/serve.py.

Verify

Open the generated page and confirm a family you care about (for example /api/blueprints) lists non-zero counts for the HTTP methods you expect.

What to do next