Documentation Index
Fetch the complete documentation index at: https://docs.tisabs.com/llms.txt
Use this file to discover all available pages before exploring further.
The current TIBS API section now distinguishes between:
- the live dedicated TIBS Core API service in
tibs-api - app-specific route handlers still exposed in the other repos
What this section covers
This section is organized around the real code already present across the confirmed repos:apifor the shared NestJS backend servicetibslive route handlers underapps/web/app/apitibs-surveyrestricted route handlers underapp/apitibs-learning-centerauth callback routes plus browser-side Supabase RPC usage- synced OpenAPI artifacts kept in
api-reference/openapi.jsonandapi-reference/openapi.yaml
Current source of truth
Use these pages together:- TIBS Core API
- Live interfaces
- Public app routes
- Restricted operations routes
- Learning and auth
- API domain map
apifor the centralized backend, auth enforcement, and generated OpenAPI spectibsfor the main transport safety platform and Supabase schematibs-surveyfor surveyor operations and project workflowstibs-learning-centerfor course progress and learning flows
Shared backend service
The generated OpenAPI files are now tied to a live deployed service rather than an imagined future contract. Use TIBS Core API when you want the real dedicated backend surface for external integrations and cross-app backend behavior.TIBS Core API
Start here for the dedicated backend service, auth models, and synced
OpenAPI contract.
Live interfaces
Use this when you need the full platform split across
api, tibs,
tibs-survey, and tibs-learning-center.