- Home
- Resources
- Integrations
- MindStudio
MindStudio Make integrationAutomate MindStudio with Make.
What if your MindStudio apps ran on their own, fed by the tools your team already uses? The MindStudio Make integration gives you 3 modules: two actions and one search. This page shows how to link your account, then walks you through a first scenario, step by step.
Verified Trustpilot reviews · AI, automation & growth agency
What can the MindStudio Make integration do for you?
The MindStudio Make integration lets a Make scenario (the automation you build, a chain of steps) start one of your MindStudio apps, look up the apps your organization owns, or call the MindStudio API directly. Each step is a module, one brick of the scenario, and there is no code to write.
Put an AI app behind a form. A request lands in another tool, such as a table in Airtable. Make hands its content to Run an App, which executes the MindStudio app you picked, and the next module stores what comes back. The Airtable Make integration page covers that side of the flow.
Keep an inventory of your apps. List Organization Apps returns the apps of your MindStudio organization, one bundle each (a bundle is one item passed from a module to the next). Send them to a sheet and everyone on the team knows what already exists before building a duplicate.
Reach what the list does not cover. Make an API Call uses the same connection to call any endpoint of the MindStudio API, so a missing module rarely blocks you.
Know the limits before you start. MindStudio has no trigger in Make: nothing inside MindStudio can start a scenario, so a schedule or another app has to kick things off. The Make documentation for this app also warns that its text was generated from MindStudio's own docs and should be checked with MindStudio when a detail matters. If you are still choosing a platform, the n8n vs Make comparison lays out the criteria, and the Make pricing page explains how operations are counted.
How do you connect MindStudio to Make?
- 01
Get your Bearer token
Log in to MindStudio and open your account or developer settings. Find the part about API access or API tokens, then generate or copy your Bearer token. It may show up under the name
ACCESS_TOKEN. Keep it at hand for the next step. - 02
Add a MindStudio module
In your Make scenario, add any MindStudio module and click Create a connection. A connection is your MindStudio account linked to Make once, then reused by every MindStudio module you add later.
- 03
Paste the token and save
Give the connection a clear label in Connection name if you like, which helps when you link more than one MindStudio account. Then paste the token you copied and save. Make now lists the MindStudio data it can read.
Your first scenario with MindStudio
GoalWhen a new request appears in another app, Make runs your MindStudio app on it and passes the result along.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the +. Pick the app where your requests arrive, a table or a form tool, and choose the module that watches for new items.
- 02
Add Run an App
Click the + to the right of that first module, search for MindStudio and pick Run an App. Select your connection, or create it with the token from the previous section.
- 03
Map the incoming data
Fill the module. Make lists what it can read from your account, and you drag the content of the request, from the first module, into the fields of Run an App.
- 04
Test with Run once
Click Run once, the button that executes the scenario a single time. Then read the bundles each module received and check that the answer from your MindStudio app looks right.
- 05
Schedule and switch it on
Set the Scheduling clock on the first module, every 15 minutes by default, then switch the scenario on. Each module run counts as one operation on your Make plan.
What the MindStudio modules do
MindStudio gives you 3 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Reach any endpoint of the MindStudio API from your scenario, with the connection you already set up, and get back whatever that endpoint returns.
Run an App
ActionIn Make“Executes an app”
Start one of your MindStudio apps from Make, so the AI work happens inside a larger flow instead of by hand in the MindStudio interface.
List Organization Apps
SearchIn Make“Lists organization apps.”
Pull the list of apps that belong to your MindStudio organization, so you can see or reuse them elsewhere without opening MindStudio.
Need help automating MindStudio with Make?
A person reads every message.