Integrations
Guardian adds a lightweight governance and evidence layer on top of your existing models, pipelines, and monitoring tools — so your team can turn technical monitoring outputs into traceable governance records.
No stack replacement required.
Keep your current monitoring stack
Ingest metrics via API or webhook
Normalize signals into governance-ready evidence
Most enterprises already compute model metrics. The challenge is not measurement — it is turning heterogeneous technical signals into a consistent governance layer.
Simple flow
Existing monitoring and evaluation tools → Guardian API or webhook → Normalized governance schema → Evidence records, status tracking, and oversight workflows
Send the metrics your team already produces from monitoring jobs, evaluation pipelines, or internal review systems.
Guardian maps different model-specific metrics into a stable schema for drift, consistency, status changes, and evidence tracking.
Use normalized outputs to support governance dashboards, internal review processes, escalation workflows, and traceable records over time.
Choose the integration path that best fits your engineering environment and internal control model.
Send the raw or existing monitoring metrics you already compute. Guardian handles the translation into a normalized governance schema.
Example metrics
Best for
Fast onboarding and pilot deployments
If your team prefers to control the mapping logic internally, you can send Guardian-normalized fields directly.
Example fields
Best for
Teams that want tighter control over internal adapters and mapping rules
Different AI systems produce different native metrics. Guardian does not force them into one technical framework. It translates them into a common governance layer.
PSI, recall, disparate impact, demographic parity, equal opportunity gaps
MAE, RMSE, MAPE, calibration error, score-distribution drift
MAPE, SMAPE, forecast bias, residual drift
mAP, IoU, embedding drift, confidence drift, per-group recall
NDCG, MAP, MRR, CTR shift, exposure fairness
Hallucination rate, groundedness, refusal rate, toxicity rate, task success, prompt drift
Standardize governance outputs, not model internals.
Use Guardian's API to submit metrics from scheduled evaluations, batch monitoring jobs, or internal reporting pipelines.
Typical payload includes
Illustrative payload
{
"schemaVersion": "1.0",
"tenantId": "example-enterprise",
"systemId": "wafer-defect-detection-model-01",
"systemName": "Wafer Defect Detection Model",
"modelType": "computer_vision",
"runId": "quality_monitoring_2026_05_12_1030",
"timestamp": "2026-05-12T10:30:00Z",
"window": {
"start": "2026-05-12T09:00:00Z",
"end": "2026-05-12T10:00:00Z"
},
"source": {
"provider": "internal-monitoring",
"pipeline": "manufacturing-quality-monitoring",
"environment": "prod"
},
"nativeMetrics": {
"mAP": 0.91,
"embeddingDrift": 0.14,
"confidencePSI": 0.18,
"recall_groupA": 0.92,
"recall_groupB": 0.87
},
"evaluationContext": {
"groupType": "production_line",
"reference": "line_A",
"comparison": "line_B"
}
}Guardian stores the native metrics, applies the relevant mapping logic, updates governance state, and appends the result to the evidence trail.
Use webhooks when governance-relevant events should trigger ingestion or downstream workflows automatically.
Inbound events can either carry metrics directly or notify Guardian to retrieve them from a configured source.
Outbound events allow Guardian to connect with alerting systems, workflow engines, GRC platforms, and internal review queues.
Illustrative outbound event
{
"schemaVersion": "1.0",
"eventType": "governance.status_changed",
"tenantId": "example-enterprise",
"systemId": "wafer-defect-detection-model-01",
"timestamp": "2026-05-12T10:32:00Z",
"previousStatus": "GREEN",
"newStatus": "AMBER",
"scores": {
"driftScore": 74,
"groupConsistencyScore": 83
},
"reason": "drift and group-level recall deviation exceeded configured thresholds"
}A first integration can start from aggregate monitoring signals and model metadata — without changing your existing AI stack.
Start with one metric source, one integration path, and one governance workflow.
Guardian is intended to fit engineering environments where reliability, traceability, and controlled rollout matter.
Guardian provides technical evidence infrastructure. It does not determine legal compliance on its own.
The best way to evaluate Guardian is through a focused pilot: one model family, one existing metric source, one lightweight integration, and one evidence workflow.
Keep your monitoring stack. Add the governance layer.