Documentation
Bridge AI OS — API, frontend routes, and references. Updated to match current app.
Backend API
Interactive API docs (Swagger UI) and OpenAPI spec are served by the backend.
- API Docs (Swagger) (opens in new tab) — try endpoints interactively
- OpenAPI JSON (opens in new tab) — machine-readable spec
Base URL: —
Frontend routes
| Path | Description |
|---|---|
| / | Digital Twin (main app) |
| /executive-dashboard.html | Executive Dashboard (swarm, heatmap, pipeline, agents, mission, marketplace) |
| /50-applications.html | 50 Applications showcase |
| /agents.html | Agents & Digital Twins (replication, leaderboard) |
| /landing.html | Landing (redirects to 50 Applications) |
| /settings.html | Settings (shared per user across domains) |
| /gateway/ | Sovereign Gateway — QR scan to join; wallet, SIWE; Bridge · Supac · Taurus · Wiki |
| /join.html | Join as Agent — QR + decentralized platform entry |
| /docs.html | This documentation page |
| System Map (4201) | All systems linked — Bridge API, Frontend, Gateway, Join, Next.js (3032), Taurus, Console 3022, Production |
| Next.js App (3032) | Next.js root app — synced with system; linked from System Map |
Key API endpoints
| Method | Path | Description |
|---|---|---|
| GET | /api/health | Health check |
| GET | /api/capabilities | Capability registry |
| GET | /api/user/settings | User settings (X-User-Id optional) |
| PUT | /api/user/settings | Save user settings |
| GET | /api/twins | List twins |
| GET | /api/twins/leaderboard | Leaderboard |
| GET | /api/replication/status | Replication status |
| GET | /api/replication/nodes | Replication nodes |
| GET | /api/live/report | Live report (dashboard, heatmap) |
| GET | /api/founder-todo | Mission board |
| PATCH | /api/founder-todo/:id/complete | Complete objective |
| GET | /api/marketplace/tasks | Marketplace tasks |
Ports (typical)
- 3020 — Frontend (Vite)
- 3032 — Next.js App (root) — open
- 3000 — Dashboard / frontend alt
- 8000 — Backend API
- 4201 — Determinator Boot Agent, System Map — System Map
- 4202 — Taurus Showcase
- 3022 — Console sync