Skip to main content

Documentation Index

Fetch the complete documentation index at: https://quintsecurity.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

The Fleet page gives you visibility and control over every device and agent in your organization. Four tabs cover different views of the same fleet data.

Tabs

A tree view showing the organizational structure:
Organization
└── Team
    └── Machine (Device)
        └── Agent (Claude Code, Cursor, etc.)
Expand nodes to drill down. Each level shows aggregate status and risk. Click any node to see its details in a side panel.This view is useful for understanding how agents are distributed across your organization and spotting machines with unusual agent counts or risk levels.

Agent Status

Each agent has a status indicating its current state:
StatusMeaning
ActiveAgent is running and reporting events
IdleAgent is running but no recent activity
DisconnectedAgent hasn’t reported in beyond the heartbeat threshold
BlockedAgent has been manually or policy-blocked
PendingAgent enrolled but awaiting policy evaluation

Agent Management

From the Agents tab, you can:
  • Block — immediately stop an agent from operating. The edge daemon enforces the block.
  • Unblock — restore a blocked agent.
  • View Sessions — jump to the sessions page filtered to this agent.
  • View Alerts — see alerts generated by this agent.
  • Assign to Group — move the agent’s device to a different group for policy scoping.

Graph Visualization

The graph view uses React Flow to render agent-device-team relationships visually. Key features:
  • Node colors — green (low risk), yellow (medium), orange (high), red (critical)
  • Edge thickness — thicker edges indicate more event traffic
  • Clustering — devices on the same team cluster together
  • Hover details — hover any node for a quick summary tooltip
  • Click to detail — click a node to open its full detail view
The graph view is particularly useful for spotting outliers — a single red node in a sea of green is immediately visible, whereas it might get lost in a table of hundreds of rows.

Groups and Policies

Groups are the bridge between fleet management and policy enforcement:
1

Create a group

Define a group with a name and description (e.g., “Production Servers”).
2

Add devices

Assign devices to the group. A device can belong to multiple groups.
3

Attach policies

Create or assign policies scoped to this group. Policies only apply to devices within the group.
4

Monitor

The group’s aggregate risk and alert count reflect only its member devices.
Devices not assigned to any group inherit the organization-level default policies. Explicit group membership always takes precedence over org defaults.