-
Notifications
You must be signed in to change notification settings - Fork 19
changelog: connect your own AI agent (3.0) #5672
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
dimitrieh
wants to merge
3
commits into
main
Choose a base branch
from
changelog/connect-your-own-ai-agent
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+89
−0
Open
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| --- | ||
| 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"] | ||
| tags: | ||
| - changelog | ||
| issues: | ||
| - https://github.com/FlowFuse/flowfuse/issues/8192 | ||
| --- | ||
|
|
||
| FlowFuse Expert is no longer the only AI that can work your platform. FlowFuse now acts as an MCP server, so the agent your team already uses can query your teams and instances, and build Node-RED applications for you. | ||
|
|
||
|  | ||
| *Your agent talks to one address. FlowFuse reaches the instances, so they are never opened up.* | ||
|
|
||
| Add the FlowFuse address in your agent's connector settings, sign in, and choose which teams the agent may reach and whether it may make changes. Microsoft Copilot, ChatGPT and Claude all connect this way, and so do command-line and editor agents such as Claude Code, Cursor and Visual Studio Code. | ||
|
|
||
| This matters most where company policy only permits an approved AI assistant. Until now that meant no AI on the platform at all, because the only way in was our own. Now the assistant your company already sanctioned can do the work. | ||
|
|
||
| The access you grant is enforced on every call, so a read-only grant is refused whatever the agent tries. Nothing an agent reaches through FlowFuse can delete an instance, an application, a snapshot or a team, and deploying stays yours. | ||
|
|
||
| Flow building happens on the canvas in front of you. Open the instance, turn on the MCP toggle in the page header, and you watch the agent work. | ||
|
|
||
| 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. | ||
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dimitrieh I would suggest a better CTA here: that actually installs the agents on my claude or otherwise.