Documentation

Build and operate on EOCC

Everything you need to evaluate, integrate, and deploy the Emergency Operations Command Center.

Getting started

  1. 1Create an account from the Register page.
  2. 2Complete onboarding: name your organization, pick an industry, and choose a mode.
  3. 3Choose Demo Mode to instantly explore a fully populated workspace.
  4. 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 account
POST/auth/login-jsonAuthenticate (supports remember me)
POST/onboardingCreate organization & provision workspace
GET/workspaceWorkspace info & data-source provenance
GET/mission-control/summaryComposite operational picture
GET/incidentsList incidents (filter, sort, paginate)
POST/simulations/runRun a what-if scenario
POST/integration/import/csvImport operational data from CSV

Deployment

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