---
title: "Workflows ask before they write"
description: "Turning on a workflow that writes to your tools now shows exactly what it will change and waits for your consent. Webhooks are signed, repeated failures pause the workflow and tell you, and any run can be rerun whole."
---

> Documentation Index
> Fetch the changelog index at: https://docs.aiagent.app/changelog/llms.txt

# Workflows ask before they write

Turning on a workflow that writes to your tools now shows exactly what it will change and waits for your consent. Webhooks are signed, repeated failures pause the workflow and tell you, and any run can be rerun whole.

- **Consent at activation.** A workflow that creates, updates, or sends on your behalf lists every write before it goes live. Nothing runs until you agree, and every consented write is on record.
- **Emails outside your organization** are capped per day, and each send is logged.
- **Signed webhooks.** Every outgoing webhook carries a signature the receiver can verify. Rotate the secret without downtime.
- **Failure breaker.** A workflow that keeps failing pauses itself and emails you, instead of failing quietly forever.
- **Rerun a whole run** from its history with one click.

![A consent dialog listing the writes a workflow will make, with approve and cancel actions.](/changelog/v2-workflow-consent.webp)

Source: https://docs.aiagent.app/changelog/workflows-ask-before-they-write/index.mdx
