- Home
- Resources
- Integrations
- codeGPT
codeGPT Make integrationAutomate codeGPT with Make.
Can your codeGPT agents answer on their own when something happens in another tool? The codeGPT Make integration gives you 11 modules: 9 actions and 2 searches. This page shows how to link your account, build a first scenario and pick the right module for each job.
Verified Trustpilot reviews · AI, automation & growth agency
What does the codeGPT Make integration do?
The codeGPT Make integration lets a Make scenario (the automation you build in Make, a chain of modules) talk to your codeGPT account. Each module is one brick of that chain: it can send text to an agent, create or update an agent, or upload documents the agent can learn from, all without writing code.
Answers without copy and paste. A developer drops a question in your team tool, another app's module passes the text on, and Add a Completion sends it to the agent. The reply comes back as a bundle, one item you can hand to the next module.
An agent that keeps up with your docs. When a new specification lands in your file storage, Load a Document and Train uploads it and trains it to your account, then Update Agent's Documents links it to the right agent.
A tidy inventory. List all Agents and List all Documents return everything your account holds, handy before a cleanup or to feed a report.
The app has no trigger, so a scenario starts from another app or from the schedule Make sets on the first module. For anything the listed modules skip, Make an API Call reaches the rest of the codeGPT API with the same connection. The same app often has an n8n node too; the n8n vs Make comparison helps you choose. To go further, see the Make training or check Make pricing before you scale.
How do you connect codeGPT to Make?
- 01
Copy your API key in codeGPT
You need an active codeGPT account and its Secret API Key. In codeGPT, open the API keys page from the main menu and copy the key shown there. Keep the tab open, you paste it in a moment.
- 02
Add a codeGPT module in Make
In your scenario, add any codeGPT module and click Create a connection. A connection is your codeGPT account linked to Make once, then reused by every codeGPT module. You can fill Connection name if you want a clear label.
- 03
Paste the key and save
Paste the API key you copied, or follow the on-screen instructions, and save. From then on, every codeGPT module in your scenarios uses this connection, so you never paste the key again.
Your first scenario with codeGPT
GoalWhen a new question arrives in another app, Make sends it to your codeGPT agent and passes the answer on.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the + to add the first module. Pick the app where questions arrive, such as your support desk or form tool.
- 02
Set up the starting module
Connect that app and fill its fields. Make lists the folders or objects it can read once the connection exists, so you choose from a menu instead of typing paths.
- 03
Send the text to codeGPT
Click the + on the right, search codeGPT and pick Add a Completion. Create the connection, choose your agent, then map the question text from the previous module.
- 04
Test with Run once
Click Run once to execute the scenario one time. Open each module's bubble to read the bundles it received and check that the agent's reply looks right.
- 05
Schedule and switch on
Set the schedule on the first module, every 15 minutes by default, then switch the scenario on. Each module run on a bundle counts as one operation on your plan.
What can codeGPT do in Make?
codeGPT gives you 11 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
Add a Completion
ActionIn Make“Sends a text to an agent.”
Hands a piece of text to one of your agents and gets its reply back, ready to map into the next module of the scenario.
Create an Agent
ActionIn Make“Create a new agent by adding your organization id and the necessary data”
Spins up a brand new agent in your codeGPT account from inside a scenario, using your organization ID and the data the module asks for.
Get a Document
ActionIn Make“Retrieve information about a document using its document ID.”
Fetches the details of one document stored in codeGPT when you already know its document ID, so later modules can use that information.
Get an Agent
ActionIn Make“Retrieve a specific agent by providing an agentId.”
Reads one agent's current setup from its agentId, which gives the scenario a clear picture of that assistant before it changes anything.
Load a Document
ActionIn Make“Uploads a document it to your codeGPT account.”
Uploads a file into your codeGPT account so it sits with your other documents, without training it at this stage.
Load a Document and Train
ActionIn Make“Uploads a document and trains it to your codeGPT account.”
Uploads a file and trains it to your codeGPT account in the same step, so the knowledge is usable right after the scenario runs.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Calls any endpoint of the codeGPT API with the connection you already set up, which covers whatever the ten other modules leave out.
Update Agent's Documents
ActionIn Make“Updates agent related documents.”
Changes which documents an agent relies on, so its answers follow the material you actually want it to use.
Update an Agent
ActionIn Make“Updates the CodeGPT agent by entering the ID.”
Edits an existing agent once you give it the agent's ID, so you can adjust an assistant without opening codeGPT.
List all Agents
SearchIn Make“Lists all the agents associated with your codeGPT account.”
Returns every agent tied to your codeGPT account, each one as its own bundle that the next module can process.
List all Documents
SearchIn Make“Lists all documents associated with your codeGPT account.”
Brings back all the documents stored in your codeGPT account, one bundle per document, so you can see what your agents can draw on.
Need help automating codeGPT with Make?
A person reads every message.