Use cases

Start with one real risky action

Pick an agent workflow that already touches code, data, messages, cloud resources, or external APIs. BeforeWire shows the same controlled path across policy, checkpoints, approvals, and action receipts.

Refund flow

Refund case: payment, ticket updates, and customer replies wait for confirmation

The agent reads redacted order data, checks refund rules, and drafts a reply. The actual refund, ticket status change, and customer message enter the action queue first.

View full path →
PR evidence

Coding agents: leave an evidence pack before PR

Example: after Codex or Claude Code changes code, BeforeWire records policy, commands, test results, file coverage, and PR receipt fields.

pr_182required check
policy: repo-safe-v2coverage: 17 filestests: 42 passedreceipt: sha256:91fd...
Branchable data

Data writes: recoverable state goes through a branch or broker first

Example: create a checkpoint or branch before SQL writes. Actions that cannot be safely restored move into the confirmation path.

Blocked action

Cloud operations: out-of-policy writes are blocked

Example: terraform, kubectl, or cloud API write operations are evaluated before execution. Out-of-scope actions do not happen silently.