Integrations · Kaltreon

What already works with Kaltreon today.

The procurement-grade answer to “what plugs into this today?” — grouped by ingest protocols, sensor vendors, CMMS adapters, and the cloud platforms Kaltreon pushes signed compliance to. Each entry below links into the API reference section that documents the wire contract end-to-end.

Ingest protocols

/01

Ingest protocols

The on-platform buses and frame formats the Kaltreon agents subscribe to natively — drop the agents onto a platform and the ingest path is already wired.

GET
/api/radar/frames
Public
Poll the live drift feed the on-platform radar agent produces. Each item is a single phased-array capture with a 32-value magnitude sample, the drift metric, and the CAN-sync timestamp.

Wire-up lives on /api/radar/frames — open the API reference section below for the request shape, sample response, and any integrator notes.

POST
/api/radar/recalibrate
Public
Trigger the boresight-rerun recalibration stub for a specific frame. Writes back a `RecalibrationEvent` and returns it in the same wire format the dashboard renders.

Wire-up lives on /api/radar/recalibrate — open the API reference section below for the request shape, sample response, and any integrator notes.

GET
/api/radar/events/[id]
Public
Single recalibration-event lookup. Returns the persisted `RecalibrationEvent` plus the drift-sample timeseries the recalibration ran against — the wire endpoint the `latestEventId` deep-links in `/api/radar/frames` and `/api/alerts` resolve to.

Wire-up lives on /api/radar/events/[id] — open the API reference section below for the request shape, sample response, and any integrator notes.

Sensor vendors

/02

Sensor vendors

The phased-array and 77 GHz sensor lines the platform reads today, with the firmware and channel metadata the roster surface exposes for each.

GET
/api/fleet/sensors
Public
List the monitored sensor roster — every sensor the platform is currently watching, with its operational status and the id of the most recent recalibration event for the same device.

Wire-up lives on /api/fleet/sensors — open the API reference section below for the request shape, sample response, and any integrator notes.

CMMS adapters

/03

CMMS adapters

The triage surfaces a fleet operator or CMMS calls back into — dismiss, escalate, or hand off an alert without leaving the work-order channel.

GET
/api/alerts
Public
List every drift alert in the queue, newest first. The server resolves `latestEventId` per row so the cell can deep-link to the drift-event detail page without a second round trip.

Wire-up lives on /api/alerts — open the API reference section below for the request shape, sample response, and any integrator notes.

PATCH
/api/alerts/[id]
Auth required
Mutate an alert's triage state. State machine: `dismiss` sets handledAt + reason; `escalate` flags for review; `assign` hands off to a teammate; `unassign` returns the row to the active queue.

Wire-up lives on /api/alerts/[id] — open the API reference section below for the request shape, sample response, and any integrator notes.

Cloud platforms

/04

Cloud platforms

The signed compliance and forecast surfaces Kaltreon pushes to regulator archives and operator dashboards — JSON out, audit trail preserved.

GET
/api/reports/sample
Public
Regulator-ready sample compliance report populated from 30 days of synthetic telemetry. Deterministic per UTC day so consecutive refreshes return the same payload (reproducible for the auditor).

Wire-up lives on /api/reports/sample — open the API reference section below for the request shape, sample response, and any integrator notes.

GET
/api/reports
Auth required
Archived compliance reports in reverse-chronological order. Each row carries the full `SampleReportResponse` payload so the PDF render path is typed end-to-end.

Wire-up lives on /api/reports — open the API reference section below for the request shape, sample response, and any integrator notes.

GET
/api/forecast
Public
30-day calibration forecast per monitored sensor: OLS linear fit, trajectory classification, and projected breach date within the horizon. Pre-sorted by `projectedBreachIso` ascending with `null`s last.

Wire-up lives on /api/forecast — open the API reference section below for the request shape, sample response, and any integrator notes.

Source of truth · Kaltreon procurement integration catalog

Need a connector that isn't here?

Tell us what to wire next.

The list above is what ships today — every connector in the queue is on the public roadmap with a target date. Send the protocol, the vendor name, or the CMMS work-order API and we will scope it.