Product

Evidence-ready calibration intelligence

Every drift detection, technician dispatch, and post-calibration validation step is exportable as a signed bundle — mapped to ISO-oriented audit language for insurers, OEM programs, and fleet safety boards.

Detect

Residual events

Mahalanobis scores, changepoint flags, and tier routing (NOMINAL → CRITICAL) with VIN-scoped timelines.

Act

Guided intervention

Repair network workflows gated on pass/fail validation — not subjective sign-off alone.

Prove

Signed exports

Chain-of-custody payloads via /v1/evidence/bundle and SDK helpers.

POST /v1/evidence/bundle
{
  "vin": "EVB-20260603-B7F2",
  "drift_event_id": "evt_8f2a",
  "include_validation": true
}

Pilot-ready audit trail

Bundle generation ties telemetry ingest, scoring responses, and closure metadata — designed for shadow-mode pilots before any in-vehicle actuation.

View API Demo

Bundle schema

Evidence field glossary

Signed exports from GET /v1/evidence/bundle/{event_id} use format version 2.1. Fields below map to insurer and OEM audit reviews in shadow-mode pilots.

FieldTypeDescription
event_idstringUnique evidence bundle identifier (e.g. EVB-20260603-B7F2)
vehicle_idstringFleet VIN or operator vehicle key at detection time
timestampISO-8601Detection wall-clock when tier was classified
format_versionstringBundle schema version — currently 2.1
tierenumNOMINAL, CAUTION, or CRITICAL at export
measurementsobjectcamera_drift_deg, radar_drift_mm, lidar_drift_mm, mahal_distance, health_score
chain_of_custodyarrayOrdered steps: TELEMETRY_RECEIVED → TIER_CLASSIFIED → EVIDENCE_SIGNED
iso_standardsarrayReferenced frameworks (ISO 26262, ISO 21448, FMVSS 127)
signaturestringHMAC-SHA256 digest over canonical bundle JSON
before_state / after_stateobjectTier and drift delta before/after the triggering event
validation_resultobjectPost-repair pass/fail, workflow type, operator notes

Example fixture: NADIR_SDK/schemas/examples/evidence-bundle.critical.json · View V3 visual →