- Home
- Resources
- Integrations
- Braintrust
Braintrust Make integrationAutomate Braintrust with Make.
Can your evals run without anyone opening the Braintrust dashboard? The Braintrust Make integration gives you 4 modules: three actions and one search. This guide is for AI teams that want to connect the account, then build a first scenario that creates an experiment and launches an evaluation.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Braintrust Make integration do for you?
The Braintrust Make integration links your Braintrust account to Make, a visual tool where you build a scenario (the automation itself, a chain of modules) without writing code. Each module is one brick: here, creating an experiment, launching an evaluation, listing functions or calling the API directly.
An experiment opened for every new model version. When another tool you already use signals a change, Create a Experiment opens a fresh experiment in Braintrust, so results stay grouped under a clear name instead of piling up by hand.
An evaluation launched right after. Chain Update an Evaluation Module behind it: the module launches an evaluation as soon as the experiment exists, so no new version goes untested.
An inventory of what your project exposes. List Functions returns every function as a separate bundle (one item passed from module to module), which makes it easy to review them or copy them elsewhere.
What Make does not do here: Braintrust has no trigger module, so nothing starts on its own from inside Braintrust. The scenario begins on a schedule or on another app. For anything the three dedicated modules skip, Make an API Call reaches the rest of the API. The same app often exists as an n8n node too; the n8n vs Make page lays out the differences, and the Make pricing page explains what each plan allows. If you would rather learn the editor properly first, see the Make training.
How do you connect Braintrust to Make?
- 01
Copy your API key in Braintrust
In Braintrust, open the organization settings page, go to the API keys section and copy the key shown on screen. You need an active Braintrust account for this; the subscription itself is handled on the Braintrust side.
- 02
Add a Braintrust module in Make
Log in to Make, open your scenario, add any Braintrust module and click Create a connection. The connection is your Braintrust account linked to Make once, then reused by every Braintrust module you add later.
- 03
Paste the key and save
Give the connection a label in Connection name if you like, it is optional. Paste the API key you copied, confirm, and Make now lists what it can read from your account inside the module fields.
Your first scenario with Braintrust
GoalWhen another app you use sends new data, Make creates an experiment in Braintrust and launches an evaluation.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the +. Pick the app that should start the flow, since Braintrust has no trigger of its own.
- 02
Add Create a Experiment
Click the + to the right of that first module, search for Braintrust and choose Create a Experiment. Select your connection or click Create a connection with your API key.
- 03
Chain the evaluation
Add Update an Evaluation Module after it and fill its fields. Map the data coming from the previous modules instead of typing values by hand, so each run uses fresh information.
- 04
Test with Run once
Click Run once. Make executes the scenario a single time and shows the bundles each module received, which is the fastest way to check that the experiment and the evaluation really happened.
- 05
Schedule and switch it on
Open the clock on the first module to set the schedule, every 15 minutes by default, then switch the scenario on. From then on, every run counts operations on your plan.
What the Braintrust modules do
Braintrust gives you 4 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Create a Experiment
ActionIn Make“Creates an experiment.”
You get a new experiment in Braintrust without clicking through the interface, ready to collect the results of the next test run.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
This one opens the rest of the Braintrust API to your scenario, reusing the connection you already set up, with no second key to paste.
Update an Evaluation Module
ActionIn Make“Launches an evaluation.”
Despite the word update in its name, the directory describes this module as the one that launches an evaluation, so a new round of evals starts without anyone opening Braintrust.
List Functions
SearchIn Make“Lists all functions.”
Here the output is a full list of your Braintrust functions, delivered as one bundle per function so the next modules can handle them one at a time.
Need help automating Braintrust with Make?
A person reads every message.