Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions nuxt/content/feature-catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,14 @@ sections:
beta: true
showOnPricing: false
tiers: { edge: true, hub: true, fleet: true }
- id: third-party-agents
title: Connect Your Own AI Agent
description: "Point the AI agent your company already uses at FlowFuse, so it can query your teams and instances and build Node-RED applications, with you deciding which teams it reaches and whether it can make changes."
docsLink: /docs/user/expert/third-party-agents/
changelog:
- url: /changelog/2026/08/connect-your-own-ai-agent/
release: "3.0"
tiers: { edge: true, hub: true, fleet: true }
- id: mcp-servers
title: Agentic Operations
description: "Expose your Node-RED flows as tools an AI agent can call directly, so agents can query the state of the factory or trigger actions without custom integration work."
Expand Down
25 changes: 25 additions & 0 deletions src/changelog/2026/08/connect-your-own-ai-agent.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: Connect your own AI agent to FlowFuse
description: The AI agent your team already uses can now work your platform and build Node-RED applications, with you deciding what it may reach.
date: 2026-08-27 12:00:00
release: "3.0"
authors: ["serban-costin", "andrea-palmieri", "stephen-mclaughlin"]
tags:
- changelog
issues:
- https://github.com/FlowFuse/flowfuse/issues/8192
---

Comment thread
dimitrieh marked this conversation as resolved.
You can now connect your own AI agent to FlowFuse. Your company-approved AI can manage your platform and build Node-RED applications for you.

Add the FlowFuse address to connect, then decide which teams the agent reaches and whether it can make changes.

The address is `https://app.flowfuse.com/mcp`. [Pick your agent on the AI page](/ai/) for the exact steps in [Microsoft Copilot](https://copilotstudio.microsoft.com/), [ChatGPT](https://chatgpt.com/), [Claude](https://claude.ai/settings/connectors) or [Gemini](https://gemini.google.com/). Any MCP client that supports the HTTP transport works too, including command-line and editor agents and local models. Sign-in uses OAuth where the client supports it, with a token fallback where it does not.

Your own agent gets the full, growing set of FlowFuse platform automation and flow-building tools to run. That matters most where company policy only permits an approved AI agent, so FlowFuse Expert wasn't an option.

Your grant is enforced on every call: a read-only agent stays read-only, and no agent can delete an instance, application, snapshot or team. Every action is recorded in the audit log, marked `via MCP`.

When the agent builds a flow, you watch it happen on the canvas: open the instance and turn on the MCP toggle in the page header. Nothing goes live until you deploy.

This is available to all FlowFuse Cloud users and to Enterprise self-hosted installations from v3.0, across FlowFuse Hub, Edge and Fleet. See [connecting your own agent](/docs/user/expert/third-party-agents/) for setup, including what to check on an instance before asking for a flow.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flagging this link: what ships first is not settled yet, and gets decided later today.

/ai and the docs page are landing on different tracks. /ai is #5670 (11ty) or #5681 (Nuxt), still an open renderer question, and we aligned in the Slack thread that it may land the week after release. The docs page is FlowFuse/flowfuse#8241, which is green.

Default for now: point at /ai. It carries the address to copy and the three steps per agent, which is what a reader at this point actually needs. The docs link stays for the detail.

If /ai slips past release day, this line needs the order flipped, so leave the thread open until that call is made.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll leave this up to you and marketing then, correct?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

docs is fine for changelog entries. we can mention the ai page additionally

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct, ours to call. Keeping the order as it stands: /ai first for the per-agent steps, the docs page after it for the detail. Both links are in.

If /ai slips past release day I will flip them before this merges, so leaving this thread open until that lands.