🔥 Feature Spotlight: Make AI Sub-Agents

:robot: Make AI Agents can now delegate tasks to other Make AI Sub-Agents, enabling agent orchestration inside your scenarios.

Hey Makers :waving_hand: As AI workflows grow (more decisions, more tools, more edge cases), stuffing everything into one Make AI Agent starts to break down. Too much context, too many instructions, too hard to debug when something goes wrong.

:brain: That’s why we are excited to introduce Make AI Sub-Agents, a new agent orchestration capability in Make: you can now add Make AI Agents as tools inside other Make AI Agents.

One Make AI Agent receives the task, selects the appropriate specialist, and returns a final result. No hard-coded handoffs needed.

:new_button: What’s new with Make AI Sub-Agents

  • :brain: Agent orchestration in real time: The orchestrator Make AI Agent calls the right specialist Make AI Agent based on what the request needs, instead of following one fixed path every time.
  • :hammer_and_wrench: Build focused AI agent specialists: Give each Make AI Agent its own tools, system prompt, and job, like CRM lookup, refund handling, or invoice review.
  • :test_tube: Test and improve Make AI Agents one by one: You can tune a refund Make AI Agent without touching your account lookup Make AI Agent, then plug both back into the same workflow.
  • :recycling_symbol: Reuse proven Make AI Agents across scenarios: Build a specialist Make AI Agent once, then use it in multiple orchestrators across support, finance, and operations.

Sub-agents

:rocket: What you can automate with Make AI Sub-Agents

  • :headphone: Customer support flows: An orchestrator Make AI Agent reads the customer message, sends account questions to a lookup Make AI Agent, refund requests to a refund Make AI Agent, and edge cases to a human handoff agent.
  • :money_bag: Finance operations: One Make AI Agent handles incoming requests, then routes document checks, invoice matching, and approval prep to separate specialist Make AI Agents before returning one clear result.
  • :office_building: Internal service desks: Route employee requests across access checks, policy answers, and ticket creation, while keeping one AI point of contact for the whole exchange.

:wrench: How to create Make AI Sub-Agents

Here is how it works:

  1. Add a Make AI Agent to your scenario. This will be your AI agent orchestrator.
  2. Inside that Make AI Agent orchestrator, click Add tools and find Make AI Agents in the tools list.
  3. Configure the Make AI Agent as a tool and click Add. It will link to your orchestrator as a Sub-Agent.
  4. Repeat to add as many Sub-Agents as you need, each one a focused specialist.

One thing to note: currently, Sub-Agents support one level of nesting. You can add Make AI Agents as tools inside an orchestrator Make AI Agent, but you cannot add Sub-Agents to Sub-Agents (yet).

Add Make AI Sub-Agent

That’s agent orchestration, Make-style: one orchestrator, many specialists, one result. What would you build first?

:white_check_mark: Availability

Make AI Sub-Agents are available on all Make plans, including the Free plan. You can start building with nested Make AI Agents today, no upgrade needed.

:puzzle_piece: Try Make AI Agent orchestrator with sub-agents yourself

Want to see Make AI Sub-Agents in action before building your own? Clone this example scenario and explore how the AI agent orchestrator and its agent specialists are set up: https://ma.ke/ai-sub-agents-scenario

Happy automating! :purple_circle:

Valery from Make

:books: Helpful resources

:backhand_index_pointing_right: Make AI Agents full guide

:backhand_index_pointing_right: Learn how to add Make AI Sub-Agents

:backhand_index_pointing_right: Make AI Agent best practices (token optimization, testing, data security and more)

6 Likes

top! truly agentic system directly in Make!

2 Likes

Agreed, @Vicente_Moreno ! The orchestrator + specialist setup really does feel like a big step toward true agentic workflows. Do you have any cool use cases in mind you’d want to share? Would love to hear what you end up building with it :raising_hands:

What’s the significant advantage to this, when compared against calling scenarios which themselves have Ai agents within them?

I think this will be super useful. I’ve been chaining Agents as a way to get better outputs from not giving too much to one, but sub-agents should be able to do this more efficiently.