Skip to main content

Impact Levels

Every agent action is classified into an impact level that determines how it executes. Higher-impact operations require progressively more explicit confirmation.

Impact levels

ParameterTypeDescription
readimpactExecuted immediately with no side effects. Queries, searches, and inspections.
draft_mutationimpactCreates or modifies drafts. Workshop-first — nothing is published without confirmation.
live_mutationimpactRequires explicit user confirmation before executing. Affects live data.
irreversibleimpactRequires keyword confirmation (e.g., typing "DELETE"). Cannot be undone.
The agent always operates workshop-first: schema changes create drafts, not live versions. You review and publish when ready.