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.

Base URL:

Frontend routes

Path Description
/Digital Twin (main app)
/executive-dashboard.htmlExecutive Dashboard (swarm, heatmap, pipeline, agents, mission, marketplace)
/50-applications.html50 Applications showcase
/agents.htmlAgents & Digital Twins (replication, leaderboard)
/landing.htmlLanding (redirects to 50 Applications)
/settings.htmlSettings (shared per user across domains)
/gateway/Sovereign Gateway — QR scan to join; wallet, SIWE; Bridge · Supac · Taurus · Wiki
/join.htmlJoin as Agent — QR + decentralized platform entry
/docs.htmlThis 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/healthHealth check
GET/api/capabilitiesCapability registry
GET/api/user/settingsUser settings (X-User-Id optional)
PUT/api/user/settingsSave user settings
GET/api/twinsList twins
GET/api/twins/leaderboardLeaderboard
GET/api/replication/statusReplication status
GET/api/replication/nodesReplication nodes
GET/api/live/reportLive report (dashboard, heatmap)
GET/api/founder-todoMission board
PATCH/api/founder-todo/:id/completeComplete objective
GET/api/marketplace/tasksMarketplace tasks

Ports (typical)