Documentation Index
Fetch the complete documentation index at: https://docs.crewai.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Rules let you apply policies — today: PII Redaction — across many automations at once, instead of configuring each deployment individually. Open the Rules tab in the Agent Control Plane to manage them.
Requirements
- The Agent Control Plane feature must be enabled for your organization. See Overview — Requirements.
- The
manageRBAC permission on Agent Control Plane is required to create, edit, toggle, or delete rules. Thereadpermission is enough to view them. - All rule changes are versioned for auditing.
Available rule types
| Type | What it does |
|---|---|
| PII Redaction | Applies PII redaction to executions of every matching automation, using the same entity catalog and custom recognizers documented in PII Redaction for Traces. |
Creating a rule

Open the editor
Click + Create new at the top-right of the Rules tab, or View Details on an existing rule card.
Name and describe the rule
Give the rule a clear name (e.g. Mask PII (CC)) and a description explaining when it applies. Both show up on the rule card and in the Engaged Automations modal.
Set the conditions
Conditions decide which automations the rule engages with. Both are optional and use set-equality semantics:
- Tools — only automations whose tool set exactly matches the selected tools will engage. Picks from Studio apps, MCPs, OSS tools, and Tool Repository registry tools.
- Automations — only automations whose tag set exactly matches the selected tags will engage.
Configure the PII Mask Type table
Check each entity type you want covered and choose Mask (replaces with the entity label, e.g.
<CREDIT_CARD>) or Redact (removes the matched text entirely). See PII Redaction for Traces for the full entity catalog and how to add organization-level custom recognizers.Engaged automations
Click Engaged N automations on any rule card to see exactly which deployments the rule is currently matching, along with each one’s last execution.
production tag isn’t accidentally matching a staging deployment.
Org-wide rules vs per-deployment settings
PII Redaction can be configured in two places:- Per-deployment — under Settings → PII Protection on each individual deployment (guide)
- Org-wide — as a Rule on this page
Related
Agent Control Plane — Overview
What ACP is, requirements, plan tiers, and RBAC.
Agent Control Plane — Monitoring
Monitor automations and LLM consumption across your fleet.
PII Redaction for Traces
Entity catalog, custom recognizers, and per-deployment configuration.
RBAC
Manage who can create or edit rules.
Need Help?
Contact our support team for help designing rules for your organization.
