Make.com automations with Meridian
Wire Meridian into any Make.com scenario using the built-in OpenAI app modules. One base URL, one token, infinite automations.
Create a Make scenario
Log into Make.com, click Scenarios → Create a new scenario. Choose a trigger (webhook, schedule, or any app event) that will fire your automation.
Add a connection module
Search for the OpenAI app in the module palette. Drag in the Create a Completion or Create a Chat Completion module — whichever matches your Meridian endpoint.
Switch to Custom OpenAI
Inside the OpenAI module settings, toggle the connection type to Custom. This exposes the Base URL and API Key fields you need to point at Meridian.
Point Base URL at Meridian
Set Base URL to https://meridian.getnimbus.net/api/v1. This routes all OpenAI-compatible calls through your Meridian gateway.
Authenticate with your Meridian token
In the API Key field, paste your Meridian live token. It always starts with nim_live_. Keep this secret — treat it like a password.
Configure model and prompt
Select your model from the dropdown (Make will query Meridian's /models endpoint automatically once the connection is saved). Fill in system prompt, user message, temperature, and max tokens as usual.
Test and activate
Click Run once to verify the module calls Meridian and returns a completion. If the test passes, save the scenario and toggle it ON. Your automation is live.
Your Meridian token
Tokens are provisioned in the API keys dashboard. Every live token follows the format nim_live_xxxxxxxxxxxxxxxx. Rotate tokens anytime — old tokens revoke instantly.