INSTALL:
- If you don’t already have it, download Node.js from nodejs.org and install it
- In terminal
npm install -g flowise@latest
RUN:
npx flowise start
- Open http://localhost:3000/ in your bowser
- Setup an account (instance running locally on your machine, local login)
Obtain API key and set Credentials
- Obtain an API key from an LLM provider (your favorite LLM or OpenRouter so you can experiment with different LLMs using the same API key) - be sure to charge it with a small amount of credits (e.g. $5) and to set it so that it cannot use any more than that.
- Select Credentials from the menu on the left
- Click on “+ Add Credential” on the top right corner
- Select your provider of choice
- Give it a name (e.g., openrouter_flowise_demos)
- Paste your API key and click on “Add”
Setup the Agent in Flowise
- Select Agentflows from the menu on the left
- Check that “New V2” is selected on the top right corner
- Click on “+ Add New” at the top right corner
- Give your agent a name and save