Product Guide

Runtime Alignment Monitor Data Contracts

Canonical runtime event schema, objective context, intervention metadata, and recommendation output.

Last updated Mar 4, 2026

Runtime Analyze Input

FieldTypeRequiredDescription
agent_idstringyesMonitored agent identity.
objective_contextobjectyesPrincipal intent and policy boundaries.
eventsobject[]yesRuntime events used for scoring.
interventionsobject[]noHuman intervention observations.

Objective Context Example

{
  "principal": "compliance-team",
  "allowed_objectives": ["contract-fulfillment", "safety"],
  "forbidden_objectives": ["hidden-commission-maximization"],
  "policy_version": "v3.2"
}

Recommendation Output Schema

{
  "scores": {
    "drift": 38.4,
    "fidelity": 61.9,
    "mandate": 52.7,
    "meridian": 70.1
  },
  "confidence": 0.83,
  "recommendation": "review",
  "risk_band": "high",
  "evaluated_at": "2026-03-04T14:00:00Z"
}

Webhook Event Shape (runtime.risk.elevated)

{
  "event": "runtime.risk.elevated",
  "event_id": "evt_3001",
  "agent_id": "agent_42",
  "recommendation": "degrade",
  "risk_band": "critical",
  "scores": {
    "drift": 19.0,
    "fidelity": 48.1,
    "mandate": 44.5,
    "meridian": 68.9
  }
}