Skip to main content
Tool Automation freemium active Below 8
7.8/10 Useful
Active

Monthly $0-$99/mo annual checkout Annual Business custom

Try Pipedream free

Editorial · no paid placements

The call

Pipedream is the code-first workflow automation platform for developers, with inline JS, Python, Go, and Bash nodes next to 3,000+ prebuilt connectors. Pick it for scriptable automations, embedded integrations, and AI-agent tool access via hosted MCP servers. Skip it for pure no-code work where Zapier or Make fit better.

  • Buy if Developers who want scriptable, version-controlled workflows
  • Pick $0-$99/mo annual checkout; Business custom
  • Skip if Non-technical users who do not want to touch code

Editorial score

Unweighted average of 4 axes · confidence high

  • Utility 9/10

    How much real work it can do for a competent operator, end to end.

  • Value 8/10

    What you get for the dollar relative to the closest alternative.

  • Moat 7/10

    How hard it would be for a competitor to replicate the underlying advantage.

  • Longevity 7/10

    How likely the product is to still be best-in-class 24 months out.

Key facts

  1. Best For Developer-first workflow automation with inline JS, Python, Go, and Bash nodes, 3,000+ integrations, hosted MCP servers for 10,000+ agent tools, Pipedream Connect, and Workday ownership after the acquisition closed in fiscal Q4 2026.
    medium Drifts 2026-06-12 Pipedream MCP end-user docs
  2. Pricing Anchor Rendered annual pricing page shows Free $0/mo with 100 credits/month, Basic $29/mo with 2,000 credits/month, Advanced $49/mo with 2,000 credits/month, Connect $99/mo with 10,000 credits/month and 100 external users, and Business custom.
    medium Volatile 2026-06-12 Pipedream pricing
  3. Watch Out For Workday now owns Pipedream, so long-term packaging, governance, pricing, and enterprise roadmap should be verified before multi-year procurement.
    medium Volatile 2026-06-12 Workday FY2026 Q4 results

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 modelTrigger-and-step workflows with inline JS / Python / Go / Bash code nodes
Prebuilt integrations3,000+ apps
MCP serversHosted, free for personal use; exposes 10,000+ tools to AI agents (shipped March 28, 2025)
Credit unit1 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
BusinessCustom · volume pricing · custom invoicing · dedicated support · HIPAA workload support · SLA options
Workflow execution cap5 min (Free) · 12.5 min (paid) · custom (Business)
Self-hostingNone
Corporate statusWorkday 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:

PlanPriceIncluded creditsActive workflowsConnected accountsExecution capWho’s it for
Free$0/mo100/mo335 minutesHobby use and evaluation
Basic$29/mo annual checkout2,000/mo10512.5 minutesSmall-team automations
Advanced$49/mo annual checkout2,000/moUnlimitedUnlimited12.5 minutesWorking developer teams land here
Connect$99/mo annual checkout10,000/moUnlimitedUnlimited12.5 minutesEmbedded integrations and production Connect
BusinessCustomCustomUnlimitedUnlimitedCustomSSO / 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

PipedreamZapierMaken8n
Connector count3,000+9,000+2,000+1,000+
Inline codeFirst-class (JS · Python · Go · Bash)Escape hatch onlyEscape hatch onlyFirst-class (JS · Python)
Billing modelMonthly included credits + compute overagePer task (each step)Per operationFree self-hosted · paid cloud
Self-hostingNoNoNoYes (free)
MCP serverHosted · 10,000+ toolsHosted · Zapier MCPNo native MCPCommunity builds
Natural-language builderLimitedAI CopilotLimitedLimited
Best viewed asDeveloper workflow platformNo-code breadth incumbentVisual power userSelf-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.

Reader reviews

Loading…
Share LinkedIn
Was this review helpful?
Embed this score on your site Free. Links back.
Pipedream editorial score badge
<a href="https://aipedia.wiki/tools/pipedream/" target="_blank" rel="noopener"><img src="https://aipedia.wiki/badges/pipedream.svg" alt="Pipedream on aipedia.wiki" width="260" height="72" /></a>
[![Pipedream on aipedia.wiki](https://aipedia.wiki/badges/pipedream.svg)](https://aipedia.wiki/tools/pipedream/)

Badge value auto-updates if the editorial score changes. Attribution via the link is required.

Cite this page For journalists, researchers, and bloggers
According to aipedia.wiki Editorial at aipedia.wiki (https://aipedia.wiki/tools/pipedream/)
aipedia.wiki Editorial. (2026). Pipedream: Editorial Review. aipedia.wiki. Retrieved June 16, 2026, from https://aipedia.wiki/tools/pipedream/
aipedia.wiki Editorial. "Pipedream: Editorial Review." aipedia.wiki, 2026, https://aipedia.wiki/tools/pipedream/. Accessed June 16, 2026.
aipedia.wiki Editorial. 2026. "Pipedream: Editorial Review." aipedia.wiki. https://aipedia.wiki/tools/pipedream/.
@misc{pipedream-editorial-review-2026, author = {{aipedia.wiki Editorial}}, title = {Pipedream: Editorial Review}, year = {2026}, publisher = {aipedia.wiki}, url = {https://aipedia.wiki/tools/pipedream/}, note = {Accessed: 2026-06-16} }
Spotted an error or want to share your experience with Pipedream?

Every tool page is re-verified on a recurring cycle, and corrections land faster when readers flag them directly. If you spot a stale fact, a missing capability, or have used Pipedream and want to share what worked or didn't, the editorial desk reviews every message sent through this form.

Email editorial@aipedia.wiki
Report outdated info Help us keep this page accurate