Pipedream logo

Pipedream

by Pipedream Inc

Cloud Free Tier freemium API Available
Developer-FriendlyData PipelineIT Operations

Connect APIs, remarkably fast Pipedream is a developer-first integration and workflow-automation platform founded in 2019 by Tod Sacerdoti and headquartered in San Francisco. It targets the gap between no-code tools that cannot express arbitrary logic and bespoke integration code that nobody wants to host.

Performance Scores

7.7

6 rankings evaluated

Score range: 6.5 – 8.7

Key Facts

technical

technical facts about Pipedream
AttributeValueAs ofSource
Integrated apps (May 2026)2,700+ integrated applications with managed authentication (OAuth token storage and refresh handled by Pipedream)May 2026Pipedream apps directory
Code runtimes (May 2026)Inline code steps support Node.js, Python, Go, and Bash, with npm and PyPI packages available by importMay 2026Pipedream code documentation

pricing

pricing facts about Pipedream
AttributeValueAs ofSource
Pricing (May 2026)Free 100 credits/day; Basic $29/month (2,000 credits/day); Advanced $79/month (10,000 credits/day); Business custom. 1 credit = 30s at 256 MBMay 2026Pipedream pricing page

General

General facts about Pipedream
AttributeValueAs ofSource
Founded2018Apr 2026Official Website
GitHub StarsApproximately 9,000 GitHub stars on the main Pipedream repository (as of March 2026)Mar 2026GitHub
Supported LanguagesNode.js / Python / Go / BashApr 2026Documentation
Free Tier10,000 invocations/monthApr 2026Official Website
Notable UsersUsed by developers at companies of all sizesApr 2026Official Website
Developer FocusCode-first platform supporting Node.js, Python, Go, and Bash within workflow steps; designed for developers who prefer writing logic over visual buildersMar 2026Pipedream
Free Tier LimitsFree tier includes 10,000 invocations per month, 100 connected accounts, and 30-second execution timeout per stepMar 2026Pipedream
Event SourcesOver 2,400 pre-built event sources and actions across 1,000+ integrated apps (as of 2026)Mar 2026Pipedream

Core Features

Core Features facts about Pipedream
AttributeValueAs ofSource
Integrations1,000+Apr 2026Official Website

Strengths

  • Full Node.js/Python/Go/Bash runtimes
  • npm and pip package access
  • Event source architecture
  • 1000+ pre-built auth-handled integrations
  • 10K free invocations/month
  • Full code control (Node.js Python Go Bash)
  • npm/pip package access in every step
  • 1000+ pre-built integrations
  • Generous free tier
  • Code-first (Node.js/Python)
  • Built-in event sources
  • Excellent for developer workflows
  • 10,000 free workflow invocations/month
  • Native Node.js and Python code steps for custom logic
  • Event sources for webhooks, schedules, and incoming HTTP
  • Strong fit for developer-adjacent small teams
  • Developer-friendly with full code support (Node.js, Python, Go)
  • Event-driven architecture for real-time data flows
  • Generous free tier with 10,000 invocations/month
  • 10,000 free daily invocations is generous for development and testing
  • Full code execution in Node.js, Python, Go, and Bash
  • 2,300+ pre-built integrations alongside code steps
  • Connected accounts and state management on free tier

Limitations

  • Cloud-only — no self-hosting
  • Less visual workflow representation
  • Paid plans start at $29/month
  • Cloud-only execution
  • Less suited for non-technical users
  • Paid plans jump to $29/month
  • Code-first intimidates non-technical users
  • Smaller app connector library
  • Less visual workflow building
  • Visual canvas is lighter than Zapier or Make
  • Code-step model adds friction for fully non-technical users
  • Integrations library is narrower than Zapier
  • Not designed for batch ETL workloads
  • Limited data warehouse connectors compared to dedicated ETL tools
  • Less suitable for teams without developer resources
  • Developer-focused interface not suited for non-technical users
  • Execution time limits per invocation on free tier
  • Less visual workflow builder than Make or Zapier
  • Community is smaller than n8n or Zapier

Based on evaluations in 6 rankings: Best Automation Tools for Developers and Engineering Teams in 2026, Best Automation Tools by Price-Performance Value in 2026, Best Automation Tools for Startups in 2026, Best No-Code Automation Platforms in 2026, Best ETL & Data Pipeline Tools 2026, Best Free Automation Tools in 2026

Pricing Plans

View official pricing →

Free

Free

Free forever

  • 100 credits per day
  • Unlimited workflows
  • All 2,000+ integrations
  • Node.js, Python, Go, Bash steps
  • Community support
  • !100 credits/day
  • !30-second execution timeout
Get started →
As of Jan 2026 · Source
Most Popular

Basic

$29.00/mo

Billed monthly

  • 5,000 credits per month
  • Unlimited workflows
  • 300-second execution timeout
  • Version history
  • Email support
  • Custom domains for HTTP endpoints
  • !5,000 credits/month
Get started →
As of Jan 2026 · Source

Advanced

$99.00/mo

Billed monthly

  • 25,000 credits per month
  • Unlimited workflows
  • 750-second execution timeout
  • Priority support
  • Concurrency controls
  • Workflow error notifications
  • !25,000 credits/month
Get started →
As of Jan 2026 · Source

Business

$249.00/mo

Billed monthly

  • 100,000 credits per month
  • SSO / SAML authentication
  • Dedicated support channel
  • Organization-level workspace
  • Advanced logging and monitoring
  • Custom credit allocation per team
  • !100,000 credits/month
Get started →
As of Jan 2026 · Source

About Pipedream

Pipedream is a developer-first integration and workflow-automation platform founded in 2019 by Tod Sacerdoti and headquartered in San Francisco. It targets the gap between no-code tools that cannot express arbitrary logic and bespoke integration code that nobody wants to host. A Pipedream workflow is a sequence of steps triggered by an event source, where each step is either a pre-built action or a block of code the developer writes inline.

The defining feature is first-class code. Inside any workflow step a developer can write Node.js, Python, Go, or Bash, with npm and PyPI packages available by import and no separate build or deploy stage. This makes Pipedream closer to a hosted serverless runtime with an integration layer on top than to a visual builder with an "escape hatch" code block. The platform connects to more than 2,700 applications and maintains managed authentication for them, so a workflow can call an authenticated API without the developer handling OAuth token storage or refresh.

Pipedream pricing as of May 2026 is metered in credits, where one credit equals 30 seconds of compute at 256 MB of memory and credit cost scales with memory (512 MB doubles it, 1 GB quadruples it). The free plan includes 100 credits per day with hard caps that stop a workflow mid-run when exceeded. The Basic plan is $29 per month for 2,000 credits per day, and the Advanced plan is $79 per month for 10,000 credits per day, longer event-history retention, and custom domains for HTTP endpoints. The Business plan is custom-priced and adds unlimited credits, single sign-on, audit logging, and service-level agreements.

flowchart LR
  A[Event source: webhook, schedule, app trigger] --> B[Pipedream Workflow]
  B --> C[Pre-built action step]
  B --> D[Code step: Node.js / Python / Go / Bash]
  C --> E[Managed auth + connected app APIs]
  D --> E
  D --> F[npm / PyPI packages]
  E --> G[Result / next step / HTTP response]

Beyond standalone workflows, Pipedream has expanded into embedded integrations. Pipedream Connect lets a SaaS company offer its own users a library of third-party integrations without building each one, using Pipedream's connector catalogue and managed authentication behind the customer's own interface. The company has also added Model Context Protocol support, exposing its connector catalogue to AI agents in the same way it exposes them to workflows.

Pipedream competes with Zapier, Make, n8n, and Workato, and with serverless platforms such as AWS Lambda for the code-heavy end of the spectrum. Its niche is well defined: teams that have developers, want managed authentication and hosting, and refuse to be limited by a visual builder's logic constraints. It is a weaker fit for non-technical operators, who are better served by Zapier, and for teams that need to keep all execution inside their own infrastructure, who are better served by self-hosted n8n or Activepieces.

Editor's Note: Across 7 ShadowGen Pipedream builds in 2024-26, the credit model is honest but easy to misjudge. The mistake we see most: a workflow that calls a slow upstream API sits idle waiting on the response and still burns compute credits the whole time. In one client integration a single 9-second third-party API call, run a few thousand times a day, quietly consumed most of a Basic plan's daily credits. The fix that works: move slow or unreliable upstream calls behind a queue or a separate async workflow rather than blocking inside the main run. For fast API work, the free and Basic tiers stretch a long way. — Rafal Fila, ShadowGen

Integrations (7)

GitHub native
Google Sheets native
OpenAI native
PostgreSQL native
Slack native
Stripe native
n8n (via Webhooks) webhook

Written & reviewed by · Last updated: · Last verified:

Other Workflow Automation Tools

See How It Ranks

Questions About Pipedream

Learn More