Skip to content

OpenAPI

Per-app OpenAPI specs live with the app codebases. This page indexes them.

Status: Phase B/C — specs are being generated app-by-app as REST surfaces stabilize.

Current state

AppSpec locationStatus
Caminocamino/static/openapi.jsonIN PROGRESS
Colectivacolectiva/static/openapi.jsonIN PROGRESS
Constanzaconstanza/static/openapi.jsonIN PROGRESS
AgenteNot yet generated
CaracolNot yet generated
ManchaNot yet generated
AgoraNot yet generated
Cookie MonsterNot yet generated
PatadasNot yet generated

Tooling

Specs are generated from the SvelteKit/Next.js server code using route introspection. The canonical generation command lives in each app's package.json as npm run openapi:generate.

Consuming

Until live spec URLs are published, rely on the per-app docs under /apps/ for the authoritative endpoint surface. OpenAPI URLs will be announced here as each app ships.

Roadmap

  • Phase B (in progress): T1 apps ship live OpenAPI URLs
  • Phase C: T2 apps ship live OpenAPI URLs + this page becomes a live index with click-through to Swagger UI

Source of truth

  • Each app's static/openapi.json once published
  • Per-app reference pages under /apps/

Red Broom Software Ecosystem