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
23 changes: 7 additions & 16 deletions nuxt/pages/ai/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const FAQ = [
},
{
question: 'Can I use my own AI agent with FlowFuse?',
answer: 'Yes. FlowFuse acts as an MCP server, so Microsoft Copilot, ChatGPT, Claude, Gemini or a local model can connect to it and work your platform. You add one address, sign in, and choose which teams the agent may act on and whether it has editing rights or read access only. Because the agent is yours, so is the model behind it.',
answer: 'Yes. FlowFuse acts as an MCP server, so Microsoft Copilot, ChatGPT, Claude or a local model can connect to it and work your platform. You add one address, sign in, and choose which teams the agent may act on and whether it has editing rights or read access only. Because the agent is yours, so is the model behind it.',
},
{
question: 'How do you keep AI from making changes you did not approve?',
Expand Down Expand Up @@ -98,28 +98,19 @@ const CLIENTS = [
id: 'chatgpt',
logo: '/images/ai/agents/chatgpt.svg',
name: 'ChatGPT',
step2Title: 'Settings, Connectors',
step2Body: 'An administrator enables custom connectors first, under Permissions and Roles.',
step2Title: 'Enable developer mode, then add a connector',
step2Body: 'Custom connectors sit behind developer mode, which a workspace administrator turns on. The connector itself is added from the prompt dashboard.',
step2Label: 'Open ChatGPT',
step2Url: 'https://chatgpt.com/',
},
{
id: 'claude',
logo: '/images/ai/agents/claude.svg',
name: 'Claude',
step2Title: 'Settings, Customize, Connectors',
step2Body: 'Add a custom connector and paste the URL. On Team and Enterprise an owner adds it once for everyone.',
step2Label: 'Open Claude connectors',
step2Url: 'https://claude.ai/settings/connectors',
},
{
id: 'gemini',
logo: '/images/ai/agents/gemini.svg',
name: 'Gemini',
step2Title: 'Settings, Manage team, Connected apps',
step2Body: 'Add the FlowFuse URL as an MCP server.',
step2Label: 'Open Gemini',
step2Url: 'https://gemini.google.com/',
step2Title: 'Add a custom connector',
step2Body: 'Where custom connectors are available on your plan, add one and paste the URL. On Team and Enterprise an owner adds it once for everyone.',
step2Label: 'Open Claude',
step2Url: 'https://claude.ai/',
},
{
id: 'local',
Expand Down
2 changes: 1 addition & 1 deletion src/changelog/2026/08/connect-your-own-ai-agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ You can now connect your own AI agent to FlowFuse. Your company-approved AI can

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.
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/) or [Claude](https://claude.ai/). 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.

Expand Down