Back to Documentation
API – Servers URLs and prefixes
Related
- Doc index: API – Documentation index
- Production hosts: Production – Public URLs and placeholders
Safety: Ports and localhost examples below are for local documentation only—never paste real cloud URLs, API keys, or worker credentials into this wiki.
Public API (NestJS)
/api/v1 on almost all controllers/health, /health/ready, /health/live, /health/info (root of host)Agents worker (FastAPI)
/api/v1 for council, agents, streaming, debates, deliberation routersAI_WORKERS_URL on the API points here (see repo apps/api)Typical full URLs
https://your-api-host/api/v1/debateshttp://localhost:8000/api/v1/debates/start (worker; called by API, not browsers in production)