Skip to main content
This schema does not exist. There is no policy.proto in any Quint repository, and PolicyConfig, ServerPolicy, ToolRule and ScoringPolicy appear in zero .proto files. Verified 2026-08-09 against origin/main of every repo: the only protos that exist are quint/events/v1/agent_action.proto and quint/events/v1/scoring.proto, and the latter defines ScoringConfig — a different message with a different shape.This page describes a planned design. It is kept, clearly labelled, rather than deleted, so the intended shape stays on the record — but nothing here is implemented and no client should be written against it.For what policy delivery actually does today, see Policies API.

policy.proto

Hierarchical policy configuration: PolicyConfig → ServerPolicy → ToolRule. Supports glob wildcards for flexible server and tool matching.

PolicyConfig

Top-level configuration for the Quint proxy.

ServerPolicy

Per-MCP-server access control rules.

ToolRule

Per-tool access control within a server policy.

ScoringPolicy

Risk scoring engine policies — maps directly to the infra API’s policy schema.

Policy Hierarchy

Wildcard matching:
  • * matches any single segment
  • Server/tool names are matched against the pattern
  • blocked_action_patterns takes precedence over allowed_action_patterns