Flowiseai
Overview
SLUG: FLOWISEAI
Description
FlowiseAI is an open-source generative AI development platform for building AI Agents and LLM workflows.
Authentication Details
API Key
Connecting to Flowiseai
Create an auth config
Use the dashboard to create an auth config for the Flowiseai toolkit. This allows you to connect multiple Flowiseai accounts to Composio for agents to use.
Create and Get auth config ID
Click “Create Flowiseai Auth Config”. After creation, copy the displayed ID starting with ac_. This is your auth config ID. This is not a sensitive ID — you can save it in environment variables or a database.
This ID will be used to create connections to the toolkit for a given user.
Connect Your Account
Using API Key
Tools
Executing tools
To prototype you can execute some tools to see the responses and working on the Flowiseai toolkit’s playground
OpenAI (Python)
Anthropic (TypeScript)
Google (Python)
Vercel (TypeScript)
Tool List
FLOWISEAI_CLONE_CHATFLOW
Tool Name: Clone Chatflow
Description
Action Parameters
Action Response
FLOWISEAI_CREATE_CHATFLOW
Tool Name: Create Chatflow
Description
Action Parameters
Action Response
FLOWISEAI_DELETE_CHATFLOW
Tool Name: Delete Chatflow
Description
Action Parameters
Action Response
FLOWISEAI_DELETE_CHAT_MESSAGES
Tool Name: Delete Chat Messages
Description
Action Parameters
Action Response
FLOWISEAI_DELETE_TOOL_BY_ID
Tool Name: Delete Tool By ID
Description
Action Parameters
Action Response
FLOWISEAI_EXPORT_CHATFLOW
Tool Name: Export Chatflow
Description
Action Parameters
Action Response
FLOWISEAI_GET_ALL_CHATFLOWS
Tool Name: Get All Chatflows
Description
Action Parameters
Action Response
FLOWISEAI_GET_SINGLE_CHATFLOW
Tool Name: Get Single Chatflow
Description
Action Parameters
Action Response
FLOWISEAI_GET_TOOL_BY_ID
Tool Name: Get Tool By ID
Description
Action Parameters
Action Response
FLOWISEAI_IMPORT_CHATFLOW
Tool Name: Import Chatflow
Description
Action Parameters
Action Response
FLOWISEAI_LIST_ALL_TOOLS
Tool Name: List All Tools
Description
Action Parameters
Action Response
FLOWISEAI_LIST_CHAT_MESSAGES
Tool Name: List Chat Messages
Description
Action Parameters
Action Response
FLOWISEAI_UPDATE_CHATFLOW_DETAILS
Tool Name: Update Chatflow Details
Description
Action Parameters
Action Response
FLOWISEAI_UPDATE_TOOL_BY_ID
Tool Name: Update Tool By ID
Description
Action Parameters
Action Response