Pipedream

General SaaS

Pipedream, Inc. · General SaaS app marketplaces

Best for: Developers comfortable with code and GitHub who want open-source workflow components.

Overview

Pipedream is a developer-first automation platform whose Registry is a source-available catalog of components — sources (triggers) and actions (workflow steps) — built for thousands of apps. Contribution is open to the community: developers author components in Node.js, fork the public GitHub registry, and open a PR that the Pipedream team reviews against its Component Guidelines before the component is verified and listed in the marketplace and workflow builder. Pipedream manages OAuth token exchange and hosting, so publishers do not run infrastructure.

Its standout distribution surface is Pipedream Connect, a hosted integration layer and MCP server (thousands of tools across thousands of apps, managed OAuth) that other companies embed into their own products and AI agents — turning the same component library into an embeddable integration backend. Developers pay nothing to contribute; Pipedream monetizes execution credits and Connect usage, with no partner revenue share. Choose Pipedream when your team is code-comfortable and wants a Git-based, source-available contribution workflow, or when you want to embed a managed multi-app integration/MCP layer into your own SaaS or agent product.

How to build & ship

  1. 1Fork the public PipedreamHQ/pipedream registry repository
  2. 2Add a component (source or action) in the relevant app's directory using the Node.js component API
  3. 3Define props, the app auth object, and the run/deploy logic
  4. 4Run the local checks (pnpm lint/build) to satisfy automated checks
  5. 5Open a pull request for the Pipedream team to review
  6. 6Address feedback against the component guidelines; on approval the PR is merged and published to the registry

Key APIs & SDKs

Pipedream Component API (Node.js)
PipedreamHQ/pipedream GitHub registry
Sources and Actions model
Managed auth / app props
pnpm-based CI checks
Pipedream REST API

Integration types

Authentication & security

  • Primary auth: OAuth 2.0
  • Also supports: API key, PAT, Webhook
  • Security review: Required
  • Components are curated and verified by the Pipedream team through the public GitHub PR review process before appearing in the marketplace.
  • Contributions are submitted as GitHub pull requests that pass automated checks and a Pipedream team review against the component guidelines before being merged and published to the registry.
  • Varies by plan; Pipedream meters credits/invocations and concurrency per subscription tier.

Monetization

Onboarding
$0 (free to list)
Commission
None (no partner rev-share; Pipedream monetizes execution credits and Connect usage)
Merchant of Record
Not applicable

Pros & cons for builders

Pros

  • Open-source, GitHub-native contribution flow
  • Managed auth removes OAuth token handling for component authors
  • Code-first components with full Node.js flexibility
  • Active contributor community (Slack/Discourse)

Cons

  • Requires Git/GitHub and JavaScript proficiency
  • Merge depends on maintainer review turnaround
  • Component guideline conventions must be followed closely