Zapier's LLM-Powered Orchestration Shift
Diving deeper into
Mike Knoop, co-founder of Zapier, on Zapier's LLM-powered future
It's somewhat ironic that Zapier hasn't had a universal general API before, despite being so well known as an API company.
Analyzed 6 sources
Reviewing context
Zapier’s big moat was never a clean developer surface, it was the messy translation layer between raw app APIs and the way humans actually work. For years that translation lived inside the Zap editor, where Zapier handled long forms, custom fields, and readable labels instead of cryptic IDs. Natural language gave Zapier a new interface that could absorb that complexity without forcing developers to rebuild it themselves.
-
Classic universal APIs, like Merge, work best when many apps can be squeezed into one shared schema, such as common HRIS or CRM objects. Zapier’s problem is broader. It has to expose thousands of app specific actions, edge cases, and field mappings that do not fit a neat common model.
-
That is why Zapier became known as an API company without offering one universal API endpoint. The product sold interoperability to end users, not abstraction to developers. The actual hard part was the editor logic that turned scattered SaaS endpoints into usable workflows for non technical people.
-
LLMs changed the economics of packaging this layer. A model can choose Create record instead of action ID 472, fill arguments from plain language, and handle unstructured inputs like transcripts or web pages. That turns Zapier’s accumulated integration complexity into a machine readable orchestration layer.
From here, Zapier keeps moving from workflow builder to orchestration fabric. The more software is accessed through chat, agents, voice, and background automation, the more valuable it becomes to own the layer that decides which tool to call, what data to pass, and how to make thousands of APIs feel like one system.