The platform that connects everything to everything - and let a million developers stop writing glue code.
Somewhere right now a developer is staring at two apps that refuse to talk to each other. A CRM here, a billing system there, an AI agent that needs to read both. The old answer was a weekend of glue code, a server to run it, and a pager that goes off at 3 a.m. The newer answer is Pipedream: a trigger, a few lines of real code, and a workflow that just runs.
Pipedream is an integration and compute platform built for the people who actually write the integrations. It links more than 3,000 APIs and exposes over 10,000 pre-built actions and triggers. You can drag and drop, or you can drop into Node.js, Python, Go, or Bash and pull in any npm or PyPI package. It is serverless, which is the industry's polite way of saying you never think about servers. More than a million developers have signed up. In late 2025, Workday agreed to buy the whole thing.
That is the company today: small team, enormous surface area, and a product that quietly sits underneath a lot of other people's software. The interesting part is not what it became. It is the very specific annoyance it was built to kill.
Every modern app is really a switchboard. It talks to a payments API, a messaging API, a data warehouse, a half-dozen SaaS tools that marketing signed up for without telling anyone. Connecting them is unglamorous, repetitive, and weirdly time-consuming. Developers call it glue code, and they mean the word "glue" with some contempt.
The trouble is that glue code never stays small. First you write the integration. Then you write the error handling. Then you find somewhere to run it, monitor it, secure the credentials, and rotate the tokens. A two-hour job becomes a small piece of permanent infrastructure that one engineer now owns forever, usually against their will.
No-code tools tried to solve this by removing the code, which works right up until you need the code. Traditional integration platforms solved it for the enterprise buyer, which works right up until a developer wants to actually customize something. There was a gap in the middle: a tool that respected developers enough to let them write code, and respected their time enough not to make them run it.
In 2019, Tod Sacerdoti and a group of former BrightRoll colleagues started Pipedream. Sacerdoti had done this rodeo before - BrightRoll was a video-advertising company Yahoo bought for around $640 million - so the founding team knew something about plumbing data between systems at scale, and about how much of an engineering org's time disappears into it.
A repeat founder who watched engineers spend their best hours on integration grunt work and decided that was a product, not a fact of life. Under his lead, Pipedream grew bottom-up - hundreds of new developers a day - without leaning on a heavy enterprise sales motion.
The bet was contrarian for its moment. Most integration companies were chasing the enterprise buyer with procurement decks and per-seat pricing. Pipedream aimed one level down, at the engineer who would adopt a tool on a Tuesday afternoon because it solved their immediate problem. Make that person 10x faster, the thinking went, and the company they work for follows.
It was also a bet on openness. The integration registry - the catalog of triggers and actions - was open source. The community could read it, fork it, and extend it, which meant the catalog grew faster than any single team could build it. Pipedream was, in part, selling a library its own users helped write.
Tod Sacerdoti and former BrightRoll colleagues launch Pipedream to attack glue code head-on.
Early backing from CRV and Felicis Ventures fuels a developer-first, bottom-up growth model.
True Ventures leads, with CRV, Felicis, World Innovation Lab, and 20+ angels. Users had already processed billions of events.
SDKs in TypeScript, Python, and Java let other companies embed 10,000+ integrations and managed auth into their own products.
Pipedream MCP servers turn 3,000+ apps into tools AI agents can call - landing inside OpenAI's ChatGPT and Agent Builder.
Workday signs a definitive agreement to bring Pipedream's connectors to its enterprise AI agents.
The reason developers tolerate - then like - Pipedream is that it never forces a choice between simple and powerful. A workflow starts with a trigger: a webhook, a schedule, an event from one of thousands of apps. Then you chain steps. Each step can be a pre-built action or a block of custom code with full package access. Need to remember something between steps? Data Stores handle that without you standing up a database.
Serverless, event-driven automations that mix pre-built actions with custom Node, Python, Go, or Bash - npm and PyPI included.
SDKs and APIs that let you embed managed authentication and 10,000+ integrations directly into your own app or AI agent.
Model Context Protocol servers that expose thousands of apps as tools agents can actually use - in ChatGPT, Claude, or your own stack.
An open-source catalog of triggers and actions the community reads, forks, and extends. The library that builds itself.
The pricing tells the same story as the product. There is a genuinely usable free tier for developers, paid plans (roughly $45 and $74 a month) metered on credits, active workflows, and AI tokens, and a Connect tier from about $150 a month for companies embedding integrations in production. Adopt it alone, expand it as a team. The classic developer-first funnel, run correctly.
Pipedream raised about $22M total - modest by 2022 standards. The leverage shows up elsewhere: in the count of APIs it connects and the tools it exposes to agents. A chart of what the platform plugs into says more than a cap table.
For years Pipedream was infrastructure most people never saw - the layer underneath someone else's product. Then 2025 happened, and large language models started wanting to take actions, not just answer questions. An agent that can talk but cannot click is a very expensive parrot. The missing piece was a safe, standard way for a model to call thousands of real apps.
That piece was the Model Context Protocol, and Pipedream already had the hard part built. Its registry of 3,000+ apps and 10,000+ tools became MCP servers almost overnight. Suddenly an AI agent could read your Slack, file a Jira ticket, update HubSpot, and process a Recurly charge - through one connection. Pipedream MCP shipped inside OpenAI's ChatGPT and Agent Builder, with OAuth and static URLs for production use.
Credentials matter when agents start acting on their own, which is why the SOC 2 Type II and HIPAA certifications stopped being a checkbox and became a selling point. Then Workday - mid-transformation from HR software into an enterprise AI platform - looked at its agents and realized they needed to act across Slack, Asana, Jira, and thousands of other apps. In November 2025 it signed a definitive agreement to acquire Pipedream. The integration layer had become the point.
The mission never really changed. Make developers dramatically more productive by removing the work that should not exist. What changed is what counts as "connecting things." In 2019 it meant wiring a webhook to a database. By 2025 it meant giving an autonomous agent safe hands across a company's entire software stack. Same plumbing, far higher stakes.
There is a quiet ambition in choosing to be the layer nobody notices. Pipedream is not trying to be the app you open every morning. It is trying to be the thing that makes the apps you do open actually work together. The best infrastructure is invisible, right up until it disappears and everything breaks.
Software is shifting from things people operate to things that operate on their own. Agents will book the travel, reconcile the invoice, escalate the ticket, and answer the customer. Every one of those actions crosses an API boundary, and every boundary needs a secure, reliable, well-documented connection. The integration layer is no longer back-office plumbing. It is the floor the whole AI economy stands on.
That is the wager Workday is making by absorbing Pipedream, and it is why a company of roughly two dozen people, with $22M raised, ended up mattering far beyond its size. The connectors are the moat. Whoever owns the most of them, maintained best, owns the most of what AI can actually do.
So picture that developer again - the one staring at two apps that won't talk. The weekend of glue code is gone. The 3 a.m. pager is gone. There is a trigger, a few lines of code, and now an AI agent that can run the whole thing without being asked twice. The annoyance Pipedream was built to kill is still there in the world. It just isn't their problem anymore.
Profile compiled from public sources. Figures are approximate and reflect disclosures available at the time of writing.