Assurance Compliance Operations
Phase 5.5 — the software-automatable SOC 2 program surface on OpsGraph Assurance. Evidence support for human auditors — not a certification claim.
Human boundary
Software drafts, tracks, evidences, and reminds. Humans author policy content, accept risk, approve exceptions, sign reviews, and face the auditor. No module claims SOC 2 certification.
Workflow
- Program setup — generate policy templates, register vendors, seed the risk register, start personnel checklists.
- Evidence — approve policies (human only), collect VCS/CI change evidence, run access-review campaigns from Core access grants.
- Drift — failing controls and expiring artifacts become findings routed through
cp_incidentsand the universal escalation domain. - Readiness —
human assurance readinessshows per-TSC coverage and Type II window blockers with resolve commands. - Auditor access — grant a read-only, period-bound seat; track evidence requests with SLA visibility.
CLI
human assurance policies
human assurance readiness
human assurance vendors
human assurance risks
human assurance drift
human assurance access-reviews
human assurance personnel
human assurance audit-package
API / MCP / SDK
| Capability | API | MCP | SDK |
|---|---|---|---|
| Policies | GET /v1/assurance/policies |
human.assurance.policies.list |
listAssurancePolicies |
| Readiness | GET /v1/assurance/readiness |
human.assurance.readiness.get |
getAssuranceReadiness |
| Vendors | GET /v1/assurance/vendors |
human.assurance.vendors.list |
listAssuranceVendors |
| Risks | GET /v1/assurance/risks |
human.assurance.risks.list |
listAssuranceRisks |
| Drift | GET /v1/assurance/drift |
human.assurance.drift.list |
listAssuranceDriftFindings |
| Access reviews | GET/POST /v1/assurance/access-reviews |
human.assurance.access_reviews.list |
listAssuranceAccessReviews |
Routes mount only when humanos.bundle.opsgraph-assurance.v1 is installed.
Canvas
assurance_readiness— window blockers with resolve deep linksassurance_campaigns— access-review campaign progressassurance_program_records— policies / vendors / risks overview
Registered from the Assurance bundle manifest — not hardwired into Console core.
See also
- Developer guide:
docs/guides/opsgraph/assurance-compliance-ops.md - OpsGraph MCP tools