Flowiseai
FlowiseAI is an open-source generative AI development platform for building AI Agents and LLM workflows.
This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.
Connect
Flowiseai authenticates with an API key. Generate the credential in your Flowiseai account, then paste it into FlyMyAI the first time an agent uses a Flowiseai action.
Get your Flowiseai credential →
Fields to fill in FlyMyAI
| Field | Details |
|---|---|
Hosted FlowiseAI Base URL | The base URL of your hosted FlowiseAI instance, e.g., 'https://flowise-test.com'. (required) |
FlowiseAI API Key | The API key used for authenticating requests to the FlowiseAI API. (required) |
Actions
Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.
| Action | What it does | Required inputs |
|---|---|---|
FLOWISEAI_CLONE_CHATFLOW | Tool to clone an existing chatflow. Use when you need to duplicate a chatflow by its ID. | id |
FLOWISEAI_CREATE_CHATFLOW | Tool to create a new chatflow in FlowiseAI. Use when you need to programmatically set up chatflows with custom configuration. Call after preparing the chatflow parameters. | - |
FLOWISEAI_DELETE_CHATFLOW | Tool to delete a chatflow by its ID. Use after confirming the chatflow ID is correct. | id |
FLOWISEAI_DELETE_CHAT_MESSAGES | Tool to delete chat messages for a specific chatflow. Use when you need to remove messages based on optional filters. Use after confirming the chatflow ID. | id |
FLOWISEAI_DELETE_TOOL_BY_ID | Tool to delete a specific FlowiseAI tool by ID. Use after confirming the tool ID is correct. | id |
FLOWISEAI_EXPORT_CHATFLOW | Tool to export a chatflow by its ID. Use after confirming the chatflow exists. | id |
FLOWISEAI_GET_ALL_CHATFLOWS | Tool to retrieve all chatflows. Use when you need to list existing chatflows after authentication. | - |
FLOWISEAI_GET_SINGLE_CHATFLOW | Tool to retrieve a chatflow by its ID. Use when you have a chatflow ID and need its full details. | id |
FLOWISEAI_GET_TOOL_BY_ID | Tool to retrieve a specific FlowiseAI tool by its ID. Use when you need detailed metadata of a tool before interacting with it. | id |
FLOWISEAI_IMPORT_CHATFLOW | Tool to import a chatflow from an exported JSON file. Use after obtaining the exported chatflow data. | filename, content |
FLOWISEAI_LIST_ALL_TOOLS | Tool to retrieve a list of all tools. Use when you need to list every tool available after authentication. | - |
FLOWISEAI_LIST_CHAT_MESSAGES | Tool to list chat messages of a chatflow. Use after selecting a chatflow when you need to view its messages. | id |
FLOWISEAI_UPDATE_CHATFLOW_DETAILS | Tool to update details of an existing chatflow. Use when you have confirmed the chatflow ID and want to modify its fields. | id |
FLOWISEAI_UPDATE_TOOL_BY_ID | Tool to update a specific tool by its ID. Use when you need to modify existing tool metadata after retrieval. Call after confirming the fields you want to change. | id |
Links
We love our partners - FlyMy.AI builds with the best. Thanks, Flowiseai!