Documentation
Build and operate on EOCC
Everything you need to evaluate, integrate, and deploy the Emergency Operations Command Center.
Getting started
- 1Create an account from the Register page.
- 2Complete onboarding: name your organization, pick an industry, and choose a mode.
- 3Choose Demo Mode to instantly explore a fully populated workspace.
- 4Or choose Connected Mode and import your own data from the Integration Center.
Operating modes
Demo Mode
Provisions synthetic incidents, hospitals, shelters, resources, outages, alerts, and risk assessments so every module is populated for evaluation.
Connected Mode
Starts empty and guides you to import or connect real operational data. Dashboards show meaningful empty states until data arrives.
Integrations
Connect data via the Integration Center:
Weather APIsGIS ProvidersHospital SystemsEmergency DispatchUtility MonitoringREST APIsCSVExcel
API reference
EOCC is API-first. Explore the full interactive specification at /docs (Swagger) or /redoc.
POST
/auth/registerCreate an accountPOST
/auth/login-jsonAuthenticate (supports remember me)POST
/onboardingCreate organization & provision workspaceGET
/workspaceWorkspace info & data-source provenanceGET
/mission-control/summaryComposite operational pictureGET
/incidentsList incidents (filter, sort, paginate)POST
/simulations/runRun a what-if scenarioPOST
/integration/import/csvImport operational data from CSVDeployment
Bring up the full stack — frontend, API, and database — with one command:
docker compose up --build
Status
All systems operational
Changelog
- v2.0 — Multi-tenant SaaS: marketing site, onboarding, demo/connected modes, data provenance.
- v1.0 — Initial release: 12 operational modules and deterministic decision engines.
Ready to try it?
Start Free Demo