# Make (platform)

> Source: https://aiwiki.ai/wiki/make_com
> Updated: 2026-06-04
> Categories: AI Companies, AI Tools & Products, Robotics
> From AI Wiki (https://aiwiki.ai), a free encyclopedia of artificial intelligence. Quote with attribution.

**Make** (stylized **make.com**, and known as **Integromat** until 2022) is a visual [no-code](/wiki/no_code) automation and integration platform that lets users connect web applications and build multi-step workflows on a drag-and-drop canvas without writing code. The product was created in the Czech Republic, where it launched publicly in 2016 as Integromat, and it was acquired by the German process-mining company [Celonis](/wiki/celonis) in October 2020. In February 2022 Integromat was renamed Make and moved to the premium make.com domain. The platform competes most directly with [Zapier](/wiki/zapier), and it differentiates itself through a visual scenario builder that supports complex branching, routers, and iterators rather than a linear list of steps. Since 2024, Make has invested heavily in [generative AI](/wiki/generative_ai) capabilities, including an AI scenario builder (Maia), no-code [AI agents](/wiki/ai_agents), connectors for major [large language model](/wiki/large_language_model) providers, and support for the Model Context Protocol (MCP).

## History

### Integromat origins and founding

The technology that became Integromat began as an internal integration tool. Developer Patrik Šimek started building it as a side project around 2012 inside a small Prague company before it was spun out into a standalone product. Integromat launched publicly in 2016 and was based in Prague, Czech Republic. The company was bootstrapped, meaning it took no outside venture capital. Its two most prominent founders were Ondřej Gazda, who served as chief executive officer, and Patrik Šimek, who served as chief technology officer and is widely credited with the platform's distinctive visual interface.

Integromat positioned itself as an integration-platform-as-a-service (iPaaS) and grew quickly on the strength of its visual editor and generous operations limits relative to competitors. By the time of its acquisition it had a small team (around 60 employees) and roughly $10 million in annual recurring revenue.

### Acquisition by Celonis (2020)

On October 14, 2020, Celonis announced that it had acquired Integromat. Celonis, founded in 2011 and headquartered in Munich, Germany, is best known for process mining and what it calls execution management. The stated rationale was to add automation to the Celonis Execution Management System, so that insights surfaced by process mining could be acted on automatically across the hundreds of systems a business uses.

Celonis did not formally disclose the price, but co-founder and co-CEO Alexander Rinke described it as "a three-digit amount of over $100 million." Czech press reported the figure as more than CZK 2.5 billion. At acquisition Integromat reported more than 375,000 users, year-over-year growth above 400 percent, and more than 500 out-of-the-box application connectors. Founders Gazda and Šimek stayed on, and Integromat continued to operate as a relatively independent unit serving its existing customers.

| Acquisition fact | Detail |
| --- | --- |
| Announced | October 14, 2020 |
| Acquirer | Celonis (Munich, Germany) |
| Reported price | Over $100 million / more than CZK 2.5 billion |
| Integromat users (at deal) | 375,000+ |
| Integromat growth | 400%+ year over year |
| Connectors (at deal) | 500+ |
| Funding history | Bootstrapped (no venture capital) |

### Rebrand to Make (2022)

On February 22, 2022, the company announced that Integromat would become **Make** and migrate to the make.com domain. Make was presented not just as a new name but as a rebuilt platform with a redesigned visual builder and an expanded mission to let anyone "visually create, build, and automate" without coding. The Integromat name was kept as a legacy product through 2022 while existing customers were migrated to the new platform over the following year. By the rebrand, Make operated as a business unit within Celonis, which has since described Make as part of the wider Celonis group.

### Growth as Make

Make grew rapidly as a consumer- and SMB-facing automation brand even as Celonis pursued enterprise process intelligence. According to the company's own year-in-review reporting, more than a million new users discovered Make in 2024, bringing the global community of "Makers" to about 3.1 million, a 68 percent increase over the year. The platform ran an estimated 5.6 billion scenarios in 2024 and added more than 500 new app integrations that year. The company's about page reports 400,000-plus paying customers across more than 200 countries and territories and over 350 employees. Make's annual user conference, Waves, has become a venue for product announcements; Waves '25 took place in Munich on October 16, 2025, and the company has scheduled Make Waves '26 in Prague for October 19-20, 2026.

## Product

### The visual scenario builder

The core of Make is the **scenario**, an automation workflow assembled visually on a canvas. A scenario begins with a trigger and then chains together **modules**, each of which represents an action in a connected app (for example, create a row, send a message, or call an [LLM](/wiki/llm)). Modules are linked by lines that show how data flows from one step to the next, and Make animates the data as a scenario runs, which the company markets as a transparent "glass-box" view of automation logic.

Make's editor emphasizes control flow that goes beyond linear automations:

- **Routers** split a workflow into multiple parallel branches, so a single trigger (such as a new order) can simultaneously start invoicing, inventory updates, and a marketing sequence.
- **Filters** set conditions that determine whether data continues down a given path.
- **Iterators and aggregators** loop over arrays of items and then recombine results.
- Early-2026 additions include dedicated **If-Else** and **Merge** modules to simplify conditional logic and data consolidation, and **Make Code**, which runs JavaScript or Python inside a scenario for custom logic.

The platform offers thousands of pre-built app connectors. Make reported the catalog passing 2,100 apps during 2024 and now advertises more than 3,000 pre-built apps and over 30,000 actions across them. Pricing and execution are measured in **operations** (also surfaced as credits), where each module action a scenario performs typically consumes one operation.

### Make Grid

**Make Grid** is a higher-level view designed to manage an entire automation estate rather than a single scenario. In development and testing since 2024, Grid was rolled out to all paid plans in 2025. It provides a real-time map of an organization's scenarios and agents, support for additional app connectors and SQL parsing, efficiency monitoring to track credit and data consumption, automated issue detection that highlights assets needing attention, and shareable snapshots for cross-team troubleshooting.

### Differences from Zapier

Make is frequently compared to Zapier, the larger linear-workflow automation tool. The principal differences are structural. Zapier presents automations ("Zaps") as a top-to-bottom list of steps, which is fast for simple tasks, whereas Make uses a two-dimensional visual canvas. Make supports an effectively unlimited number of modules and routes per scenario and richer branching, iteration, and parallel processing, which makes it better suited to complex, multi-branch processes. Reviewers generally describe Make as more powerful and more cost-efficient at high volumes but with a steeper learning curve, while Zapier is often considered simpler for beginners and has a larger native app catalog.

## AI features

Make has positioned AI as central to its product since 2024, both as a way to build automations and as a set of building blocks inside them.

### Maia (AI scenario builder)

Make first launched an **AI Assistant** in February 2024 as a beta that became available to every user, including free accounts. The assistant accepts a natural-language prompt describing a desired automation and then generates a scenario with the appropriate modules, which the user can refine through follow-up prompts. Early on it could lay out modules and add routers for conditional logic but could not configure every detailed field inside each module. At Waves '25 in October 2025, Make introduced **Maia**, its conversational AI automation builder, which generates scenarios end-to-end from chat while preserving the visual canvas so users keep control over the logic. Maia was rolled out via an early-access waitlist.

### Make AI Agents

**Make AI Agents** are goal-driven automations powered by an [LLM](/wiki/llm). Rather than following a fixed scenario, an agent receives a task, chooses from a set of tools (scenarios, app actions, or external services) that the builder has attached to it, and decides how to act based on its reasoning. Make began rolling out AI Agents in the spring of 2025 as a way to embed [agentic](/wiki/agentic_ai) automation in its workflows.

In October 2025 the company previewed a next generation of AI Agents, opened a waitlist, and released it on February 11, 2026. The redesigned agents live directly inside the scenario builder and stress transparency, marketed as "AI you can see, understand, and trust." Notable features include:

- A **Reasoning Panel** that shows, step by step, each decision an agent makes, the tools it selects, and its reasoning path on the canvas.
- An **in-canvas chat** to test and refine agent behavior without leaving the builder.
- **Multimodal** input and output, so agents can process and produce files such as PDFs, images, and CSVs.
- An **Agents Library** of production-ready templates for use cases such as inventory management, research, triage, and reporting.

### LLM app modules

Make ships dedicated connectors for the major model providers, so AI calls can be dropped into any scenario as ordinary modules. Supported providers include [OpenAI](/wiki/openai) (covering [ChatGPT](/wiki/chatgpt), DALL-E, [Whisper](/wiki/whisper), and Sora), [Anthropic](/wiki/anthropic) Claude, Google Vertex AI ([Gemini](/wiki/gemini)), [Mistral AI](/wiki/mistral), Azure OpenAI, and [Hugging Face](/wiki/hugging_face). Typical uses include generating or summarizing text, classifying or scoring incoming data, drafting outreach, and routing tasks to whichever model best fits a step, including building fallback chains across providers.

### Model Context Protocol (MCP) support

Make supports the Model Context Protocol, the open standard for connecting AI systems to external tools, on both sides of the connection:

- The **Make MCP Server** turns a user's Make scenarios into secure, ready-to-use tools that any MCP-compatible AI can call. It exposes structured inputs and verified outputs, runs as a Make-hosted cloud server over Streamable HTTP and Server-Sent Events, and lets assistants such as ChatGPT, Claude, and [Cursor](/wiki/cursor) trigger Make workflows. Make markets it as connecting these AI tools to its 3,000-plus apps and 30,000-plus actions, with GDPR and SOC 2 protections, and includes it on all plans at no additional cost.
- The **Make MCP Client** is a module that lets Make scenarios and agents call tools hosted outside Make on external MCP servers, without raw code or self-hosting. The MCP Client is available on all paid plans.

## Pricing

Make uses a subscription model priced by the volume of operations (credits) consumed per month rather than by the number of workflows. Plans scale up the operations allowance and unlock collaboration, governance, and execution features. Approximate published tiers (lowest annual-billing prices, which vary over time) are below.

| Plan | Approx. price | Positioning |
| --- | --- | --- |
| Free | $0 | Up to 1,000 operations/month, 2 active scenarios, 15-minute minimum interval, access to 3,000+ apps, routers and filters |
| Core | ~$9-12/month | Entry paid tier, more operations, additional active scenarios |
| Pro | ~$16-21/month | Adds full-text execution log search, custom variables, priority execution |
| Teams | ~$29-38/month | Team roles, shared templates, collaboration |
| Enterprise | Custom | Advanced security, 24/7 support, custom credit capacity, enterprise integrations and functions |

The AI Assistant is free on every plan, MCP Server access is included on all plans, and AI Agents and the MCP Client are available on paid plans. As of late 2025, Make priced extra operation packs above the per-operation rate of the operations included in a plan.

## Reception and adoption

Make is widely regarded as one of the most capable no-code automation tools, praised for the flexibility of its visual builder and its cost efficiency for complex, high-volume workflows, while reviewers note a steeper learning curve than Zapier and a smaller (though large) native app catalog. The company reports a community of roughly 3.1 million users as of the end of 2024 and a Make Community forum of nearly 30,000 members. Within Celonis, Make functions as the broad-market automation and AI-orchestration arm alongside Celonis's enterprise process-intelligence platform; Celonis itself has been valued at around $13 billion.

## Related

[Zapier](/wiki/zapier) | [No-code](/wiki/no_code) | [AI agents](/wiki/ai_agents) | [Agentic AI](/wiki/agentic_ai) | [Large language model](/wiki/large_language_model) | [OpenAI](/wiki/openai) | [Anthropic](/wiki/anthropic) | [Generative AI](/wiki/generative_ai)

## References

1. "Celonis Acquires Integromat, an Industry Leading Online Automation Platform." PR Newswire, October 14, 2020. https://www.prnewswire.com/news-releases/celonis-acquires-integromat-an-industry-leading-online-automation-platform-301152316.html
2. "Celonis acquires Czech startup Integromat to accelerate move to process automation." TechCrunch, October 14, 2020. https://techcrunch.com/2020/10/14/celonis-acquires-czech-startup-integromat-to-accelerate-move-to-process-automation/
3. "Interview with Ondřej Gazda and Patrik Šimek ... The Czech company Integromat was acquired by the German firm Celonis for a price of more than CZK 2.5 billion." CzechStartups.gov.cz, 2020. https://czechstartups.gov.cz/en/novinky/interview-with-ondrej-gazda-and-patrik-simek-on-an-investment-that-resonates-with-the-startup-world-the-czech-company-integromat-was-acquired-by-the-german-firm-celonis-for-a-price-of-more-than-czk-2/
4. "Integromat Evolves to Make, Expanding Its Vision to Empower Creators to Innovate Without Limits." Business Wire, February 22, 2022. https://www.businesswire.com/news/home/20220222005231/en/Integromat-Evolves-to-Make-Expanding-Its-Vision-to-Empower-Creators-to-Innovate-Without-Limits
5. "Integromat evolves to Make." Make. https://www.make.com/en/integromat-evolves-to-make
6. "About Make." Make. https://www.make.com/en/about
7. "2024 Automation Wrap-Up." Make, 2025. https://www.make.com/en/blog/2024-automation-wrap-up
8. "Make AI Agents | Build transparent AI agents across 3000+ apps." Make. https://www.make.com/en/ai-agents
9. "Announcing the next generation of Make AI Agents." Make, February 11, 2026. https://www.make.com/en/blog/announcing-next-generation-make-ai-agents
10. "Make product releases announced at Waves '25: AI Agents & Maia." Make, October 16, 2025. https://www.make.com/en/blog/waves-make-product-releases-2025
11. "Make MCP Server | What is MCP, How it works & Examples." Make. https://www.make.com/en/mcp
12. "Make MCP Client: Connect your scenarios to external tools." Make. https://www.make.com/en/blog/mcp-client
13. "OpenAI (ChatGPT, Sora, Whisper) and Anthropic Claude Integration." Make. https://www.make.com/en/integrations/openai-gpt-3/anthropic-claude
14. "Make vs Zapier: How Are We Different?" Make. https://www.make.com/en/blog/make-vs-zapier
15. "Zapier vs. Make comparison: Which is best?" Zapier. https://zapier.com/blog/zapier-vs-make/
16. "Make.com pricing: Is it worth it?" Zapier. https://zapier.com/blog/make-com-pricing/
17. "Pricing & Subscription Packages." Make. https://www.make.com/en/pricing
18. "Build Automations in Seconds with Make's AI Assistant." XRAY, 2024. https://www.xray.tech/post/make-ai-assistant
19. "Reflections & predictions: 2025 & 2026 in AI and automation." Make. https://www.make.com/en/blog/2025-reflections-2026-predictions
20. "Make (formerly Integromat) changes name to Make." Business Automated. https://www.business-automated.com/posts/integromat-changes-name-to-make

