Skip to main content

Governance Home

Supported modes: Hosted Available in: Teams -- View pricing

The /governance/home page is the single-shot summary for the whole organization. Open it from the top-level nav labeled Home under Governance. It is the first page most admins see after logging in.

What you see

The page is organized as four tiles plus a recent-activity feed:

  1. Fleet — the number of enrolled machines reporting in. Split by status (active, inactive, quarantined). A machine is considered active if it has heartbeated within the last 15 minutes.
  2. DLP rules — the number of published rules, the number of drafts awaiting approval, and the number of rules that fired in the last 24 hours. Only populated on Solo+ tiers.
  3. Coverage — the percentage of users in your organization who have a governed AI surface reporting for them. Users with no governed surface show up in the coverage-gap list on /governance/coverage.
  4. 24h decisions — total policy decisions in the last 24 hours, broken down into allow, transform, and deny. Spikes usually map onto a rule change or a new deployment.

Below the tiles is a tamper-alerts feed and a recent-decisions feed. Both are live and backed by the events stream.

How to interpret the numbers

  • Fleet count drops to zero. Either the SDK rolled out without enrollment credentials, or the enrollment feature flag is disabled. Check /settings/enrollment for enrollment tokens.
  • Coverage below 80%. Roll the SDK out to more users, or mark known-exempt users (executive assistants, service accounts) as exempt from /governance/coverage.
  • Spike in deny. Open the recent decisions feed; click through to the audit log page for the full request / response context.
  • DLP drafts piling up. Rules remain in draft until a second admin approves them. Route the drafts to a reviewer from the DLP page.

Permissions

Analyst role and above can read the home page. Writers do not get write actions from this page — all mutations route through the relevant feature page (DLP, fleet, coverage).

Backing API

The tiles are served by GET /api/orgs/{orgID}/home/summary, which aggregates fleet, DLP, coverage, and 24h decision counts in one call.