Integration

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.

1

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.

2

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.

3

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.

4

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.

5

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.

6

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.

7

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.