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 Map50+ Applications — all systems linked with navigation
Full SitemapComplete system map — pages, APIs, WebSockets, subdomains

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

Services (Production)