From 1793aed177bb82a582f528894d08571990c8db68 Mon Sep 17 00:00:00 2001 From: andypalmi Date: Mon, 21 Sep 2026 16:32:36 +0200 Subject: [PATCH] docs: document agent-initiated flow deploy --- docs/user/mcp.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/user/mcp.md b/docs/user/mcp.md index 038d708694..ae59e62470 100644 --- a/docs/user/mcp.md +++ b/docs/user/mcp.md @@ -52,7 +52,11 @@ Flow work runs in a live editor session, not as a file to import. Point the agen | Canvas | Read the full flow, list config nodes, read debug output, search and select nodes | Navigate to a tab or subflow, align and distribute nodes | | FlowFuse Tables | Query table data | Build a [Query Node](/docs/user/ff-tables/#query-nodes) flow that reads and writes tables | -Nothing goes live until you deploy from Node-RED. +By default nothing goes live until you deploy from Node-RED. A team owner can let agents deploy their own changes, see [Agent deploy](#agent-deploy). + +## Agent deploy + +A team owner turns this on from **Team Settings > Danger > AI Flow Deploy**. It is off by default and needs AI Features enabled for the team. ## Access and permissions