Handbook
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…
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:
- HTTP API route catalog — per-family sections with method counts (JSON mirror)
- Maintainer/strategy rollup on GitHub: API route families
docs/generated/api-routes.json— machine-readablefamiliesmap
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.