Flowise
Add Trappr security monitoring to your Flowise chatflows and agents by pointing the ChatOpenAI node at the Trappr Gateway. One config field change, full protection.
Setup
1
Open your chatflow in the Flowise editor
Locate the ChatOpenAI node (or any OpenAI-based LLM node) in your chatflow.
2
Update the node credentials
In the node settings, find the OpenAI API Key field. Replace your OpenAI key with your Trappr Gateway key (cht_gw_*).
In the Base Path or Base URL field (expand Additional Parameters if needed), enter:
Text
https://gateway.trappr.net/v1
3
Save and test
Save the chatflow and send a test message. Verify the request appears in Trappr → Gateway → Logs with the correct model and timestamp.
Flowise supports environment variables for credentials. Set
OPENAI_API_KEYto your Trappr Gateway key and OPENAI_BASE_PATH to https://gateway.trappr.net/v1 in your Flowise .env file to apply the change globally across all chatflows.Self-hosted Flowise
For self-hosted Flowise, set the environment variables in your deployment configuration:
Shell
# .env for Flowise OPENAI_API_KEY=cht_gw_XXXX OPENAI_BASE_PATH=https://gateway.trappr.net/v1
Restart Flowise after updating the environment variables.