Pipedream
FreemiumDeveloper-first integration platform with 10,000+ APIs, code steps in Node, Python, Go or Bash, and compute-metered credit pricing.
What is Pipedream?
Pipedream is a code-friendly integration platform built for engineers who find no-code builders limiting. Every workflow is a sequence of steps, and any step can be a prebuilt component or arbitrary code in Node.js, Python, Go or Bash with npm and PyPI packages available inline. Pipedream provides managed authentication for over 10,000 APIs, which means you skip the OAuth plumbing entirely and just call the service. Its billing model is unusual and important: credits meter compute, with one credit equal to roughly 30 seconds of execution at 256MB of memory, so a 40-step workflow that finishes in five seconds costs the same as a two-step workflow that takes five seconds. That rewards well-optimised code and penalises workflows that sit blocked on slow upstream API calls. Pipedream Connect extends the managed-auth layer so SaaS builders can embed integrations into their own products. Workday acquired Pipedream in late 2025, with self-serve pricing left in place since, which is worth tracking if you are planning a long-term commitment.
Key Features
Integrations
How to Use Pipedream
✅ Best For
- Backend and full-stack developers who want the speed of managed OAuth with the freedom to drop into real code whenever a connector falls short
- Teams whose workflows involve heavy custom logic, API orchestration or data transformation that visual builders express awkwardly
- SaaS companies using Pipedream Connect to embed a native integration marketplace inside their own product without building auth for every provider
- Engineering teams running many multi-step workflows, since compute-metered credits do not penalise you for adding steps
❌ Not For
- Non-technical users, because writing and debugging code steps is central to getting real value from the platform
- Workflows that block on slow upstream APIs, since credits meter wall-clock execution time and a nine-second API wait costs the same as nine seconds of real work
- Teams needing a polished drag-and-drop canvas, which Make or Activepieces provide far more comfortably
- Long-running jobs, as standard plans enforce a hard execution timeout that forces you to re-architect into async chunks
Reviews
No reviews yet. Be the first to review Pipedream!
Pricing
- ✓100 credits/month with a hard cap
- ✓3 active workflows
- ✓3 connected accounts
- ✓2
- ✓000 credits/month
- ✓more workflows and accounts
- ✓no hard usage cap
- ✓Unlimited workflows and connected accounts
- ✓GitHub Sync
- ✓higher credit pool
- ✓Embedded managed auth for 100 external users
- ✓10
- ✓000-tool API access
- ✓Custom volume pricing
- ✓HIPAA support
- ✓SSO
- ✓VPC deployment
- ✓SLA
Prompts to Try
Build a workflow that receives a Stripe webhook, runs a Python step to validate the payload and writes to Postgres
Create a workflow using a Node code step that calls three APIs in parallel and merges the results
Set up a scheduled workflow that pulls from an internal API and posts a formatted digest to Slack
Use Pipedream Connect to let my SaaS users connect their own Google accounts