IndagateDOCUMENTATION
BUILDING MANAGEMENT Live

Indagate BMS

bms.indagate.ai: portfolio dashboards, sites and equipment, alert rules and monitors, the Argo assistant, and fourteen synthetic industry organizations to evaluate against.

Last updated 15 September 2026 ยท Documentation version 2026.07
Monitoring, not control

The BMS observes and explains. Every control write is confirmed by a person, carries an actor and a reason, and lands in an audit trail. PLC logic, safety relays and interlocks remain authoritative.

What it is

bms.indagate.ai is the building and plant monitoring product: a multi-organization, multi-site view of equipment and points, with alert rules an engineer would write, monitors that watch trends over time, and Argo, an assistant that answers from the site's own data. It runs on the same identity and control-plane boundaries as the rest of Indagate.

SurfaceWhat you getBoundary
Portfolio dashboardCost, energy, emissions and attention across every site, a portfolio trend and a mapFigures are labelled by source; emission factors follow the site's country
Sites and equipmentOrganization → site → equipment group → equipment → point, with live values and historyReads only; control points require confirmation
Alert rulesThreshold, band, status and change rules scoped to a point, a component or a class of equipmentEach rule states the standard or design value behind its threshold
MonitorsWindowed evaluations: value, change, rate, forecast, anomaly, staleness; composites and roll-upsDeadbands and M-of-N so a monitor on its limit does not chatter
ArgoComputed answers from the site's own data first; standards and general practice from the knowledge baseDecision support; human review remains authoritative
Reference packsFourteen synthetic organizations, one per industry, to evaluate the product in your sectorSynthetic; no claim of conformance

Architecture

The web app is a React single-page application served from a private S3 origin behind CloudFront. It talks to an AppSync GraphQL API authenticated with Cognito JSON Web Tokens. Device telemetry arrives from BACnet gateways over MQTT into AWS IoT Core; an ingestion function writes readings to DynamoDB and an S3 archive and publishes them to AppSync subscriptions so open pages update live. Historians and other systems reach the same pipeline through a signed HTTP webhook.

  1. Sign in. Cognito identities and roles: super user, admin, manager, technician. Feature entitlements decide which surfaces an organization sees.
  2. Choose an organization. Real organizations sit beside the synthetic reference packs, which can be hidden per user.
  3. Work the estate. Dashboard for the portfolio, a site for its equipment, a point for its history, alerts for what needs attention, Argo for why.

Where to go next