01 · Platform · Integrations

Plug into the systems you already pay for - not the other way around.

BMS, communication tools, data warehouses, ticket systems. Anonymous counts flow out via the channels you already trust. We don't ask you to learn a new ops surface.

01 · BMS
Niagara BETA
Honeywell EBI BETA
Schneider EcoStruxure BETA
Tridium BETA
02 · Communications
Microsoft Teams LIVE
Email · SMTP LIVE
Slack BETA
SMS · Twilio BETA
03 · Data
Snowflake LIVE
BigQuery LIVE
PostgreSQL LIVE
S3 · CSV drop LIVE
04 · Tickets
ServiceNow BETA
Jira BETA
Pagerduty BETA
Zendesk Q3 2026
05 · API
Webhook · outbound LIVE
MQTT · ingress LIVE
REST · v2 BETA
GraphQL Q3 2026
06 · Don't see yours?

Webhook + REST means you can wire us into anything.

REST · v2
GET /v2/zones/library-a/counts
Authorization: Bearer xxx

{
  "zone": "library-a",
  "ts":   "2026-05-20T14:32:00+10:00",
  "count": 27,
  "capacity": 30,
  "density": 0.94,
  "status": "warm"
}

Stable schema. Cursor pagination. ETag caching. Built for the integrator who hates surprises.

Outbound webhook
POST https://your-endpoint/cv
X-CV-Event: threshold.crossed
X-CV-Signature: sha256=...

{
  "event":  "threshold.crossed",
  "zone":   "library-a",
  "rule":   "density > 0.85 for 60s",
  "ts":     "2026-05-20T14:32:00+10:00"
}

Signed. Idempotent. Retried with exponential back-off. Audit-ready.

07 · Wire us in

A demo with your stack in the room takes 30 minutes.