SINT Gateway now serves a built-in API documentation surface from the live OpenAPI schema.
- Landing page:
GET /v1/docs - Interactive docs (Redoc):
GET /v1/docs/redoc - Raw schema:
GET /v1/openapi.json
Start gateway:
pnpm --filter @sint/gateway-server devOpen docs:
- The docs are generated from the same OpenAPI route used by tooling.
- Protected endpoints still require auth (
X-API-Key) when called from clients. - Keep OpenAPI paths in
apps/gateway-server/src/routes/discovery.tsaligned with route changes.