Gates and Policy Enforcement

Monitor gate health, pass rates, policy denials, and compute performance across governed workspaces.

What gates track#

Gates are quality checkpoints that governed agents must pass. The gates dashboard shows health, trends, and performance:

Gate health#

The gates page at /dashboard/{workspaceId}/gates shows:

SectionWhat it shows
Gate Health TablePer-gate pass rate with color coding (green >= 95%, amber >= 80%, red < 80%)
Activity TrendCombined pass + fail counts over time
Denial TrendPolicy denial count over time
Task LifecycleEvent counts by lifecycle stage (created, scheduled, executed)

Gate compute#

Gate execution performance is tracked as Gate Compute Time (not LLM costs — this measures gate execution duration in milliseconds):

MetricDescription
Total ComputeSum of all gate execution time
Total RunsNumber of gate executions
Avg DurationAverage execution time per gate
Slowest GateGate with highest total compute time

Policy denials#

When a governed action violates a policy, the denial is recorded with the tool name and denial count. View denials in the gates dashboard or query via GET /api/v1/evidence.

API access#

Pipeline telemetry: GET /api/v1/telemetry/pipeline?days=30 DORA metrics: GET /api/v1/telemetry/dora?days=30