Introduction & Setup
Learn how to install and configure the AgentBrains Make modules
Make Modules Setup
Build workflow logic in Make and use AgentBrains for knowledge access, semantic retrieval, image retrieval, employee configuration, and AI automation workflows.
The AgentBrains Make app connects Make scenarios to the parts of AgentBrains that matter in production:
Semantic Retrieval
Retrieve text and image chunks using semantic RAG.
Knowledge Base
Deterministic access to entities, categories, and attachments.
AI Employee Config
Load centrally-configured employee instructions and settings.
Company Context
Access tenant-level workspace metadata instantly.
Using AgentBrains Make modules removes repetitive API setup and makes your workflows easier to maintain.
Install the AgentBrains Make app
The AgentBrains Make app is distributed through a Make app installation URL.
Access invitation link
Open the invite link to add the app to your Make account:
Select organization
Sign in to Make if prompted and choose the Make organization where the app should be installed. Confirm the installation.
Create scenario
Open or create a Make scenario in that organization.
Add the module
Search for AgentBrains in the module picker and add one of the modules to the canvas.
Configure credentials
Create a connection using your AgentBrains API key.
If the app does not appear
Check that:
- You are working inside the correct Make organization.
- The app was installed into that organization.
- Your Make user has permission to create or edit scenarios in the selected team.
- The scenario page was refreshed after the app was installed.
Configure credentials
Create one AgentBrains connection and reuse it across all AgentBrains Make modules.
| Field | Description |
|---|---|
| AgentBrains API Key | API key generated from your AgentBrains integration/API settings |
The Make connection sends the key to the AgentBrains Public API Gateway. You do not need to manually configure API headers inside each module.
API Key Required
If you do not have an API key yet, create one from your AgentBrains account or see Access API Key.
Dynamic dropdowns
The AgentBrains Make app uses dynamic dropdowns for fields that would otherwise require hardcoded IDs:
- RAG custom indexes
- Knowledge Base categories
- Category types
- AI Employees
This makes scenarios much easier to build and maintain because you can select records by name instead of copying IDs manually.
Notes and limitations
- The AgentBrains Make app is installed through the published Make app URL.
- Each Make user or scenario connection needs an AgentBrains API key.
- The app calls the AgentBrains Public API Gateway directly.
- Some public API list endpoints do not support limit or pagination.
- A full List Attachments module is currently hidden/removed because the direct attachments list endpoint can return very large payloads.
- Use Retrieve Images from RAG for image discovery and Get an image for exact attachment retrieval.
- For synchronous HTTP responses, use Make’s Webhooks — Custom webhook trigger together with Webhooks — Webhook response.
Next steps
- Install the AgentBrains Make app using the provided installation URL.
- Create or obtain an AgentBrains API key.
- Create a Make connection using that API key.
- Test RAG modules.
- Test Knowledge Base modules.