Product Guide
Contract Assurance Monitor Integration Playbook
Implementation sequence for obligation mapping, evidence ingestion, scoring, and escalation.
Last updated Mar 6, 2026
Integration Sequence
- Import contract and obligation catalog.
- Map each obligation to one or more controls.
- Connect evidence event producers.
- Enable obligation scoring endpoint.
- Configure threshold and escalation destinations.
Reference Flow
1Contract system + telemetry/events
2Obligation map + control registry
3Evidence normalizer
4/v1/contracts/obligations/score
5Obligation score timeline
Emits
threshold.crossed webhook
Sample Request
{
"tenant_id": "tenant-a",
"contract_id": "contract-a-001",
"obligation_id": "obligation-a-001",
"control_id": "control-a-7",
"entity_id": "agent-a-9",
"event_id": "evt-a-1001",
"score_version": "fidelity_v0",
"control_effectiveness": 0.74,
"stake": {
"impact_level": "high",
"weighting": 1.1
},
"evidence_events": [
{
"evidence_id": "ev-a-1",
"event_type": "telemetry.accepted",
"quality": 0.9,
"fulfillment": 0.82,
"weight": 1.2
},
{
"evidence_id": "ev-a-2",
"event_type": "audit.sampled",
"quality": 0.7,
"fulfillment": 0.6,
"weight": 0.8
}
]
}
Sample Response
{
"accepted": true,
"tenant_id": "tenant-a",
"actor_id": "actor-a",
"request_id": "fixture-positive-req-a",
"contract_id": "contract-a-001",
"obligation_id": "obligation-a-001",
"control_id": "control-a-7",
"entity_id": "agent-a-9",
"event_id": "evt-a-1001",
"score_version": "fidelity_v0",
"scores": {
"fidelity_v0": 0.7496,
"mandate_v0": 0.7368,
"meridian_v0": 0.82,
"composite_v0": 0.7688
},
"breach_risk": 0.2925,
"recommended_action": "review",
"trend": {
"direction": "flat",
"delta": 0.0,
"previous_composite_v0": null,
"current_composite_v0": 0.7688
},
"lineage": {
"evidence_event_id": "90921404-a071-4f24-82c4-8e684f737527",
"score_snapshot_id": "66bc9bc4-8497-4683-9449-7ee7ba20b6de"
}
}
Rollout Guidance
- Start with top 20 obligations by financial or regulatory impact.
- Run in observe-only mode for one sprint.
- Enable threshold actions gradually by obligation class.