LOCK
Flowise with Meridian
Route Flowise chatflows through Meridian's custom OpenAI-compatible endpoint. Keep your API keys server-side and your traffic encrypted.
1
Create a Meridian endpoint
In the Meridian dashboard, navigate to Endpoints → New. Select the OpenAI-compatible template. Note the generated base URL and bearer token.
2
Open Flowise chatflow settings
Inside your Flowise instance, open the chatflow you want to connect. Click the gear icon to open Additional Parameters.
3
Configure Custom OpenAI Endpoint
Under
Custom OpenAI Endpoint, paste your Meridian base URL:https://api.meridian.foogle.dev/v1Leave the model field as-is — Meridian proxies the model name transparently.4
Set the authorization header
In the
Headers section, add a single header:Authorization: Bearer <your-meridian-token>Flowise will attach this to every outbound request.5
Test and lock it down
Send a test message from the Flowise playground. Once confirmed, restrict your Meridian endpoint to the Flowise server IP for defense-in-depth.