Make.com + MindStudio
Integrate MindStudio AI Agents with Make.com
Last updated
Integrate MindStudio AI Agents with Make.com
Last updated
MindStudio Agents can be triggered directly from using the MindStudio app in a Make scenario. This guide walks you through the full setup.
Before you start:
You must have a MindStudio account with a published AI Agent.
You'll need your Agent ID and an API key from the MindStudio Developer Portal.
Your agent must have Launch Variables setup in the Start Block.
(optional) Set your Terminator Block to the End behavior
Open the Agent you'd like to call via API
In the Editor, click the top folder to open the Agent Settings
On the Metadata tab, you'll find the Agent ID at the bottom.
Click on the Agent ID to copy it to your clipboard.
Click on "Create Key"
Name your Key
Click on the key to copy it to your clipboard
Open the Agent you'd like to call via API
In the automations tab, click on the Start Block
Make sure your Run Mode is set to On-Demand
At the top of the configuration panel click to add new launch variables
Click the "+" button or the wrench icon to add a new module
Search for "MindStudio" in the Apps and Modules list.
Once added, select the Run an App action
Name your connection.
Save the connection.
Enter your workflow name. (Ex: Main.flow
)
Enter your launch variables by clicking "+ Add Item". For each variable enter the following:
Variable Value
- These values will come from your Make scenario. You can click into the form field to view values from previous steps in the
Click "Save" to confirm configurations.
When the agent is run in a Make scenario, use the returned result
value in the modules later in the scenario. This value represents the output of the AI Agent.
Run the module manually with sample data from the previous module. If there’s an error, check the debugging tools. You may also consider using n8n's built in assistant to help debug.
Invalid API Key → Ensure your key is copied correctly from MindStudio.
Invalid Agent ID → Only use published Agent IDs.
Missing variables → Ensure all required launch variables are included.
Go to
Enter your API key
.
Enter your Agent ID
.
Variable Name
- The name of the launch variable in your MindStudio workflow.