Flowise
Flowise is an open-source, low-code tool designed to help developers build customized applications using Large Language Models (LLMs). It provides a drag-and-drop interface to create and manage LLM orchestration flows and AI agents.
How to Integrate Flowise with ZBrain Flow
To integrate Flowise, please follow these steps:
Click the '+' button in ZBrain Flow and search for Flowise.
Select an available action to begin setup.
How to Connect Flowise to ZBrain Flow
Enter Connection Name β Assign a unique name to identify the connection easily.
Enter Base URL & API Key β Required for authentication and secure access to Flowise.
How to Find the Base URL & API Key in Flowise
Base URL: The default Flowise API URL is
http://localhost:30001
. If using a custom setup, check your Flowise configuration.API Key:
Go to Settings or Credentials in Flowise.
Generate a new credential.
If integrating OpenRouter or TogetherAI, use the corresponding API key and configure it in Flowise.
Click βSaveβ β This completes the connection setup, enabling communication between Flowise and ZBrain Flow.
Actions Available in ZBrain Flow
Make Prediction
Use Flowiseβs AI capabilities to process inputs and generate insights.
Configuration Steps:
Chatflow ID β Specifies the Flowise chat model to use.
Question/Input β The query or data to be analyzed.
History (Optional) β Provides context for better predictions.
Override Config (Optional) β Customizes model behavior as needed.
Note: Click βfβ to insert dynamic values where necessary.
Custom API Call
Send API requests to Flowise for advanced workflows and automation.
Configuration Steps:
Select a Connection β Choose an existing connection or create a new one.
Select HTTP Method β Determines the request type:
GET β Retrieve data from Flowise.
POST β Send new data for processing.
PATCH β Modify existing data partially.
PUT β Replace existing data entirely.
DELETE β Remove data.
HEAD β Retrieve response headers only.
Add Headers β Define custom request headers (Authorization headers are auto-injected).
Add Query Parameters β Customize API behavior with key-value pairs.
Enter JSON Body β Provide structured request data in JSON format.
Set Timeout β Define how long the request should wait before timing out.
Note: Click βfβ to insert dynamic values for flexible configurations.
Last updated