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.

Policies

Policy management endpoints are under active development. The current API focuses on event telemetry and session tracking. Policy-based blocking and alerting is on the roadmap.

Current State

Today, Quint captures and scores all agent activity. Risk scores are computed per-event based on action type, tool sensitivity, and behavioral context.

Planned Capabilities

The policies system will add:
  • Action blocking — Define rules to block specific action types or tools
  • Alert thresholds — Trigger alerts when risk scores exceed configurable thresholds
  • Allowed/blocked patterns — Glob-pattern matching for fine-grained action control
  • Sensitive field detection — Flag events that access sensitive file paths or data
Check the Events API and Sessions API for what’s available today.