Skip to content

Get Started

This guide walks through a first compliance setup in one project.

1. Start Live Verification

Open Project -> COMPLY -> Live verification and verify that your team can operate:

  • Live Sessions for active-session triage
  • Live Traces for in-flight verdict visibility
  • Live Alerts for incident triage

Live Verification intercepts decisions before execution and records approve/block outcomes with compliance context.

2. Open Rules

Go to Project -> COMPLY -> Rules, then click Create Rule.

3. Create a Rule

Start in Manual mode and define:

  • Name
  • Severity (CRITICAL, WARNING, INFO)
  • Check type
  • JSON config
  • Optional regulation source
  • Active/inactive state

Example STEP_SEQUENCE config:

{
"before": "risk_assessment",
"after": "final_decision",
"requireBefore": true,
"requireAfter": true
}

4. Validate in Rule Sandbox

Use Rule Sandbox to dry-run the rule against:

  • A list of specific trace IDs, or
  • Recent traces (recentCount)

Sandbox runs do not persist evaluations, alerts, or audit records.

5. Activate and Backfill

Activate the rule once results look correct. If you changed active policy and want historical coverage, run backfill from:

  • NEW_ONLY
  • LAST_7_DAYS
  • LAST_30_DAYS
  • LAST_90_DAYS
  • FULL

6. Operate the Workflow

  • Monitor KPIs in Compliance Dashboard
  • Triage in Alerts
  • Process human decisions in Reviewer Queue
  • Verify record integrity in Audit Trail

Continue