- Home
- Resources
- Integrations
- AI21 Labs
AI21 Labs Make integrationAutomate AI21 Labs with Make.
Put an AI21 model to work inside your scenarios, with no code. The AI21 Labs Make integration offers 6 modules: 5 actions and 1 search. This guide shows what each one does, how to link your account and how to build a first scenario you can test.
Verified Trustpilot reviews · AI, automation & growth agency
What can the AI21 Labs Make integration do for you?
The AI21 Labs Make integration lets a Make scenario, the automation you build as a chain of modules, send text to AI21 and get an answer back, then manage the files stored in your AI21 library. A module is one brick of that chain. The app has no trigger, so another app or a schedule starts the flow.
Answer support tickets faster. A helpdesk app starts the scenario, Create a Chat Completion drafts a reply, and the next module posts it as an internal note for an agent to review before sending.
Keep a clean view of your document library. List library files returns what sits in your AI21 library, and Get a Workspace File pulls the details of one file, so a sheet or a Slack message can reflect the current state.
Share a document in one click. Get a File Download Link hands you a link to a file in the library, ready to drop into an email or a project card.
A clear limit: Make says its documentation for AI21 Labs is incomplete, because little public information exists about the app. Test every module with Run once before relying on it. When a listed module is not enough, Make an API Call reaches the rest of the AI21 API. To weigh the two automation tools, read n8n vs Make, and for a guided start, the Make training covers scenario building step by step. If a run fails, Make troubleshooting lists the usual fixes.
How do you connect AI21 Labs to Make?
- 01
Add an AI21 Labs module
In a scenario, click the +, search for AI21 Labs and pick any of its modules. Then click Create a connection. A connection is your AI21 account linked to Make once and reused by every AI21 module afterward.
- 02
Name it and authorize
Give the connection a name if you plan to link several accounts, so you can tell them apart. Then either authorize Make on the AI21 page that opens, or paste the key that AI21 gives you, depending on what the window asks for.
- 03
Save and check
Click Save. The connection now appears in the module, and Make can read what your AI21 account holds, such as the files of your library when you set up a file module.
Build your first AI21 Labs scenario
GoalWhen the scenario runs on its schedule, Make lists the files of your AI21 library and gets a download link for each one.
- 01
Create the scenario
Open the Scenarios page, create a new scenario and click the + in the middle of the editor to add the first module.
- 02
Add List library files
Search for AI21 Labs, choose List library files and create the connection. This search returns each file as a bundle, one item passed on to the next module.
- 03
Add Get a File Download Link
Click the + on the right of the first module, pick Get a File Download Link and map the file coming from List library files.
- 04
Test with Run once
Click Run once. Make runs the scenario one time, and you can open each module to read the bundles it received and the links it produced.
- 05
Schedule and switch on
Click the clock on the first module to set Scheduling. A new scenario runs every 15 minutes by default. Pick what suits you, then switch the scenario on.
What the AI21 Labs modules do
AI21 Labs gives you 6 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Create a Chat Completion
ActionIn Make“Creates a chat completion.”
This module sends your text to an AI21 model and brings back the written reply, which the following modules can store, post or send.
Get a File Download Link
ActionIn Make“Get a link used to download the file contents from the library.”
Hand it a file from your AI21 library and you get a link that downloads its contents, which you can drop into an email, a chat message or a task card.
Get a Workspace File
ActionIn Make“Get metadata about a specific file by file ID. The file ID is generated by AI21 when you upload the file.”
Returns the metadata of a single file, looked up by the file ID that AI21 generates when the file is uploaded. You get details about the file, not the file itself.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Covers what the five other modules leave out: it calls any endpoint of the AI21 API from your scenario, using the connection you already set up, so there is no second login.
Upload a Workspace File
ActionIn Make“Uploads a file and assigns metadata. Files must be loaded one at a time.”
Places a file in your AI21 workspace and attaches metadata to it, so the document becomes available to the rest of your AI21 work.
List library files
SearchIn Make“Lists documents in the user's library.”
Gives you an inventory of the documents sitting in your AI21 library, each returned as a separate bundle that later modules can handle one by one.
Need help automating AI21 Labs with Make?
A person reads every message.