Pipedream is a workflow automation platform built for developers. Workflows are trigger-and-step pipelines, like Zapier or Make, but any step can be inline JavaScript, Python, Go, or Bash code alongside 3,000+ prebuilt connectors. That makes Pipedream the go-to pick when an automation needs real logic, typed data handling, embedded integrations, or version-controlled source rather than a purely visual builder.
In March 2025 Pipedream shipped hosted MCP (Model Context Protocol) servers that expose 10,000+ prebuilt tools to AI agents. That turned Pipedream into one of the primary tool-access layers for LLM agents alongside Zapier MCP and custom SDKs.
Workday now owns Pipedream. Workday signed the definitive agreement on November 19, 2025, then said in its February 24, 2026 fiscal Q4 results that it closed the acquisition of Pipedream. Public Pipedream pricing and docs still remain the best source for buyer-facing workflow, credit, Connect, and MCP details as of June 12, 2026.
System Verdict
Pick Pipedream if your automations need real code and you run AI agents that need tool access to many APIs. agent in one integration, which is the single cleanest path from “I want my agent to call 50 SaaS APIs” to a working system.
Skip it if your team is non-technical or the stakeholder list includes someone who insists on pure no-code. Zapier still wins on breadth of connectors (9,000+ vs 3,000+) and on the natural-language Zap builder. Make is cheaper at high volume and has the best visual debugging. Pipedream has no self-hosted edition, so n8n remains the pick for data-residency or on-premise deployments.
Who pays which tier: Free for hobby and exploration use. Basic $29/mo on annual checkout for small teams that need 10 active workflows, 5 connected accounts, and more monthly credits. Advanced $49/mo on annual checkout for teams that need unlimited workflows, unlimited connected accounts, control-flow operators, premium apps, and GitHub Sync. Connect $99/mo on annual checkout is the embedded-integration plan with production Connect, 10,000 included monthly credits, and 100 external users. Business is custom-quoted for volume pricing, dedicated support, HIPAA workloads, uptime/SLA needs, and enterprise procurement. Verify the monthly toggle before signing because the rendered page defaults to annual pricing.
Key Facts
| Core model | Trigger-and-step workflows with inline JS / Python / Go / Bash code nodes |
| Prebuilt integrations | 3,000+ apps |
| MCP servers | Hosted, free for personal use; exposes 10,000+ tools to AI agents (shipped March 28, 2025) |
| Credit unit | 1 credit = 30 seconds of compute at 256 MB memory |
| Free tier | $0/mo · 100 credits/month · 1M AI tokens · 3 active workflows · 3 connected accounts · 5-minute execution cap |
| Basic | $29/mo on annual checkout · 2,000 credits/month · 20M AI tokens · 10 active workflows · 5 connected accounts |
| Advanced | $49/mo on annual checkout · 2,000 credits/month · 50M AI tokens · unlimited workflows · unlimited connected accounts · premium apps · GitHub Sync |
| Connect | $99/mo on annual checkout · 10,000 credits/month · production Connect · auth for 100 external users · $2 per additional user |
| Business | Custom · volume pricing · custom invoicing · dedicated support · HIPAA workload support · SLA options |
| Workflow execution cap | 5 min (Free) · 12.5 min (paid) · custom (Business) |
| Self-hosting | None |
| Corporate status | Workday acquisition closed in fiscal Q4 2026, per Workday’s Feb. 24, 2026 results |
What it actually is
Pipedream workflows are a sequence of steps. Each step is either a prebuilt action (send Slack message, write to Postgres, call OpenAI, etc.) or a custom code step. Custom code runs in a managed Node.js, Python, Go, or Bash environment with access to any npm or PyPI package.
That architecture is the headline differentiator. Zapier, Make, and Gumloop all have “run code” escape hatches. In Pipedream the code step is first-class and sits inline in the workflow graph alongside prebuilt actions.
Three other pieces matter. Data Stores give each workspace a key-value store for cross-workflow state. Sources let workflows listen on HTTP webhooks, schedules, email, RSS, and polling triggers. Pipedream Connect is the separate SDK product that lets you embed integrations into your own app or agent, billed on API credits and end-user counts.
When to pick Pipedream
- Developer-heavy teams. Inline JS and Python nodes remove the “I have to write a custom HTTP action” friction that breaks Zapier budgets. Version control works through the built-in Git-style history.
- AI-agent tool access. Pipedream’s hosted MCP servers expose 10,000+ prebuilt tools across 3,000+ APIs. Point Claude, ChatGPT, or a custom LangChain agent at one MCP endpoint and get real SaaS-side action coverage in minutes.
- Workflows that need real logic. Branching, loops, retries, rate-limit handling, and typed data transformations all stay readable when you drop into Python rather than chaining no-code blocks.
- Secure API-key management. Connected accounts store OAuth tokens and API keys server-side. Workflows use them without ever exposing the raw credential to the LLM or to logs.
- Cost efficiency at moderate volume. One credit covers 30 seconds of compute at 256 MB, not one workflow step. That can undercut Zapier’s per-task billing for multi-step flows, but monthly included-credit caps now matter more than the old daily-credit mental model.
When to pick something else
- Pure no-code stakeholders: Zapier wins on connector breadth (9,000+) and on the natural-language Zap builder. The AI Copilot builds working multi-step Zaps from prose.
- Complex visual debugging and branching: Make has the clearest visual debugger and cheaper per-operation billing at sustained high volume.
- Self-hosting and data residency: n8n is free self-hosted and ideal when the data must not leave your servers.
- AI-first agent orchestration: CrewAI, Relevance AI, and Gumloop are built agent-first. Pipedream is a workflow platform that happens to host MCP servers. The distinction matters when the agent logic itself needs to be the primary product.
- Fully free alternative for hobby use: Activepieces is open-source and competes directly on code-first flexibility.
Pricing
Subscription pricing via the rendered pipedream.com/pricing page on June 8, 2026:
| Plan | Price | Included credits | Active workflows | Connected accounts | Execution cap | Who’s it for |
|---|---|---|---|---|---|---|
| Free | $0/mo | 100/mo | 3 | 3 | 5 minutes | Hobby use and evaluation |
| Basic | $29/mo annual checkout | 2,000/mo | 10 | 5 | 12.5 minutes | Small-team automations |
| Advanced | $49/mo annual checkout | 2,000/mo | Unlimited | Unlimited | 12.5 minutes | Working developer teams land here |
| Connect | $99/mo annual checkout | 10,000/mo | Unlimited | Unlimited | 12.5 minutes | Embedded integrations and production Connect |
| Business | Custom | Custom | Unlimited | Unlimited | Custom | SSO / HIPAA workloads / SLA / dedicated support |
Workflow credits are consumed at 1 credit per 30 seconds of compute at 256 MB memory. Most single-step or short multi-step workflows use one credit per invocation regardless of step count, but memory increases multiply credit use. Included credits are monthly on the June 8 rendered pricing page, and docs say overage is added to the next invoice.
Pipedream Connect is a separate product, billed on API credits and external users. Use Connect to embed Pipedream integrations into your own SaaS or AI agent. The rendered pricing page lists Connect at $99/mo on annual checkout with 10,000 included monthly credits, auth for 100 external users, and $2 per additional user.
MCP server access is free for personal use at mcp.pipedream.com. Production deployments inside apps run through Pipedream Connect.
Prices and credit mechanics verified 2026-06-12 via the rendered Pipedream pricing page, Pipedream pricing docs, and Pipedream MCP docs. The public pricing page is client-rendered, so verify the current monthly/annual toggle before procurement.
Against the alternatives
| Pipedream | Zapier | Make | n8n | |
|---|---|---|---|---|
| Connector count | 3,000+ | 9,000+ | 2,000+ | 1,000+ |
| Inline code | First-class (JS · Python · Go · Bash) | Escape hatch only | Escape hatch only | First-class (JS · Python) |
| Billing model | Monthly included credits + compute overage | Per task (each step) | Per operation | Free self-hosted · paid cloud |
| Self-hosting | No | No | No | Yes (free) |
| MCP server | Hosted · 10,000+ tools | Hosted · Zapier MCP | No native MCP | Community builds |
| Natural-language builder | Limited | AI Copilot | Limited | Limited |
| Best viewed as | Developer workflow platform | No-code breadth incumbent | Visual power user | Self-hosted developer alternative |
Failure modes
- No self-hosting. Everything runs on Pipedream’s infrastructure. Data-residency-sensitive and regulated workloads should pick n8n instead.
- Monthly credits changed the buying math. The old daily-credit framing is stale. As of June 12, 2026, the rendered pricing page lists included monthly credits, so high-frequency automations need monthly run modeling before plan choice.
- Credit unit can surprise at heavy compute. One credit covers 30 seconds at 256 MB. Longer or heavier workflows use more credits, and heavy AI-inference steps inside a workflow eat credits quickly.
- Free tier event history is short. 30-day history on Basic, 1 year on Advanced. Long-horizon debugging needs the higher tier.
- No native versioning UX for team collaboration. Workflow history exists, but there is no equivalent of a pull-request review flow. Teams building critical automations should layer their own review discipline.
- Non-technical users hit a wall. The platform exposes real code surface by design. Teams without developer capacity should start with Zapier or Make.
- Workday ownership. The acquisition has closed, so the risk is no longer “will the deal close?” It is packaging, roadmap, governance, and whether Pipedream stays independently sold in the same way. Readers evaluating multi-year deployments should price in the concentration risk and ask how Pipedream fits Workday’s agent platform.
- MCP tool sprawl. The hosted MCP server exposes 10,000+ tools. Agents given unfiltered access make worse decisions than agents given scoped tool allowlists. Use Pipedream’s per-workflow MCP scoping.
- Execution cap on paid tiers. 12.5 minutes per workflow on Basic and Advanced. Long-running jobs need to be chunked or moved to Business.
Methodology
This page was rechecked by the aipedia.wiki editorial workflow on June 12, 2026 against Pipedream pricing, Pipedream pricing docs, Pipedream MCP end-user docs, Pipedream MCP developer docs, and Workday’s fiscal 2026 Q4 results. Scoring follows the four-dimension rubric at /about/scoring/ (Utility × Value × Moat × Longevity, unweighted average).
FAQ
Is Pipedream free to use? Yes for hobby and evaluation work. The free tier gives 100 credits/month, 3 active workflows, 3 connected accounts, 1M AI tokens, and a 5-minute execution cap. Paid plans start at Basic $29/month on annual checkout for 2,000 included monthly credits and longer-running workflows.
What is Pipedream’s MCP server? A hosted Model Context Protocol endpoint at mcp.pipedream.com that exposes 10,000+ prebuilt tools across 3,000+ APIs to any MCP-compatible AI agent. It is free for personal use. Production embedding into apps runs through Pipedream Connect.
Is Workday buying Pipedream? Workday signed a definitive agreement to acquire Pipedream on November 19, 2025, and Workday’s February 24, 2026 fiscal Q4 results say the acquisition closed. Pipedream’s public docs and pricing surface remain active as of June 12, 2026, but enterprise buyers should ask Workday/Pipedream about long-term packaging and roadmap.
Related
- Category: AI Automation
- Alternatives: Zapier · Make · n8n · Activepieces · Gumloop · Relevance AI · CrewAI