Pipedream
Pipedream is a developer-centric integration platform providing three product lines: Workflows (code-level event-driven automation in Node.js/Python/Go/Bash), Connect (an embedded integration toolkit for adding customer-facing integrations and AI agents to applications, with managed OAuth for 3,000+ APIs), and a hosted MCP server exposing 10,000+ tools over JSON-RPC for AI agents. Pipedream announced an acquisition agreement with Workday on 2025-11-19.
Reference-quality API operations across every facet — a rich contract, published governance, transparent operations, and machine-readable commercial terms.
API Evangelist profiles Pipedream the way a machine reads it — 218 machine-readable artifacts across 16 APIs, pulled from the provider's own public surface and indexed so a developer, an analyst, or an AI agent can evaluate it against every other provider on the network.
Every provider in the network is reduced to the same set of machine-readable artifacts — OpenAPI contracts, event specifications, GraphQL schemas, runnable collections, pricing and rate-limit signals, security posture, OAuth scopes, and the agent surfaces (MCP servers and skills) that let software drive the API on its own. We profile them because the interface is the part of a company you can actually inspect: it is a truer signal of what a provider does than any marketing page. From those artifacts we compute the Kin Score — Pipedream scores 74.4/100 (exemplar), with a separate agent-readiness read of 48/100 (agent ready). The full breakdown is below, followed by every artifact we hold — each card links through to its machine-readable definition on apis.io.
Kin Score
This is the API Evangelist rating — a single, repeatable read computed from the artifacts on this page. Green fill is points earned; the red track is points possible, so every bar shows earned-versus-possible at a glance.
How we profile Pipedream
Each block below is one kind of artifact we hold for Pipedream. For each we say what it is and why it earns a place in the profile, then list every one we've indexed — capped at two rows, scroll within the panel for the rest.
APIs 16
Each API is captured as its own OpenAPI definition — every operation, parameter, and response. This is the single most useful machine-readable description of what an API does, and it's what lets us score, lint, mock, and generate against it without asking the provider for anything.
Individual APIs this provider publishes, each with its own machine-readable definition.
Pipedream Accounts API
The Accounts API from Pipedream — 4 operation(s) for accounts.
Pipedream Actions API
The Actions API from Pipedream — 5 operation(s) for actions.
Pipedream App Categories API
The App Categories API from Pipedream — 2 operation(s) for app categories.
Pipedream Apps API
The Apps API from Pipedream — 6 operation(s) for apps.
Pipedream Components API
The Components API from Pipedream — 4 operation(s) for components.
Pipedream Deployed Triggers API
The Deployed Triggers API from Pipedream — 7 operation(s) for deployed triggers.
Pipedream File Stash API
The File Stash API from Pipedream — 1 operation(s) for file stash.
Pipedream MCP API
The MCP API from Pipedream — 1 operation(s) for mcp.
Pipedream OAuth API
The OAuth API from Pipedream — 1 operation(s) for oauth.
Pipedream Projects API
The Projects API from Pipedream — 4 operation(s) for projects.
Pipedream Proxy API
The Proxy API from Pipedream — 1 operation(s) for proxy.
Pipedream Tokens API
The Tokens API from Pipedream — 2 operation(s) for tokens.
Pipedream Triggers API
The Triggers API from Pipedream — 5 operation(s) for triggers.
Pipedream Usage API
The Usage API from Pipedream — 1 operation(s) for usage.
Pipedream Users API
The Users API from Pipedream — 1 operation(s) for users.
Pipedream Webhooks API
The Webhooks API from Pipedream — 2 operation(s) for webhooks.
Scroll within the panel for all 16 ·
Open Collections 2
Open, tool-agnostic collections carry the same runnable value as Postman without locking you to one client — the portable, forkable form of the same exercise.
Open, tool-agnostic API collections (OpenAPI-derived and Bruno).
Pipedream MCP Server
OPEN COLLECTIONPipedream API
OPEN COLLECTIONArazzo Workflows 18
Real integrations are rarely a single call. Arazzo describes the multi-step sequences — auth, then create, then confirm — so both a human and an agent can follow the choreography, not just the endpoints.
Multi-step API workflows described with the Arazzo specification.
Pipedream Audit and Clean Up Accounts by App
List a user's accounts for an app, inspect one, and remove all accounts for that app.
ARAZZOPipedream App Discovery
Browse app categories, search apps in a category, and retrieve one app's metadata.
ARAZZOPipedream Configure a Component Prop
Retrieve a component, then fetch the remote options for one of its props.
ARAZZOPipedream Connect Account Onboarding
Mint a Connect token for an end user, connect their account, and confirm it landed.
ARAZZOPipedream Deploy a Trigger
Find a trigger for an app, deploy it for an external user, and confirm deployment.
ARAZZOPipedream Pause a Deployed Trigger
Retrieve a deployed trigger, then deactivate it via an update.
ARAZZOPipedream Configure Project Environment Webhook
Set the project environment webhook URL, then read it back to confirm.
ARAZZOPipedream Provision a Connect Project
Create a Connect project, confirm it, and read its app configuration info.
ARAZZOPipedream Reload Dynamic Component Props
Retrieve a component, then reload its dynamic props from the current configuration.
ARAZZOPipedream Rotate a Trigger Webhook Signing Key
Retrieve a trigger webhook, then regenerate its signing key and confirm the new key.
ARAZZOPipedream Discover and Run an Action
Find an action for an app, inspect its props, and run it for an external user.
ARAZZOPipedream Route Trigger Events to Webhooks
Confirm a deployed trigger, set its webhook listeners, then read them back.
ARAZZOPipedream Route Trigger Events to Workflows
Confirm a deployed trigger, bind it to Pipedream workflows, then read them back.
ARAZZOPipedream Connect Token Mint and Validate
Create a Connect token for a user and validate it against a target app.
ARAZZOPipedream Inspect Deployed Trigger Events
Retrieve a deployed trigger, then poll its most recent emitted events.
ARAZZOPipedream Update Connect Project Settings
Read a project's current settings, apply updates, and confirm the new values.
ARAZZOPipedream Connect Usage and Users Report
List external users for a project, then pull Connect usage records for a window.
ARAZZOPipedream Offboard an External User
List a user's accounts and deployed triggers, then delete the user and all their resources.
ARAZZOScroll within the panel for all 18 ·
GraphQL 1
Where a provider ships GraphQL, the schema is the contract. We profile it alongside the REST surface so the whole interface is legible in one place.
GraphQL schemas published by this provider.
Pipedream GraphQL Schema
This is a conceptual GraphQL schema for the Pipedream developer-first workflow automation platform. Pipedream exposes its capabilities today via a REST API at `api.pipedream.com...
GRAPHQLPricing Plans 1
Pricing is part of the interface. Machine-readable plans tell you what a tier costs and includes before you commit — one of the six things the Kin Score reads for commercial clarity.
Published pricing tiers and plan structures.
Rate Limits 1
Rate limits are the difference between a demo that works and a production integration that doesn't fall over. Publishing them is an operational-transparency signal — and a hard requirement for any agent that plans its own throughput.
Documented rate limits and quota policies.
Pipedream Rate Limits
RATE LIMITSFinOps 1
Cost, billing, and metering signals let a buyer model the financial operations of an API before it's live. We profile them for the same reason we profile pricing: the money is part of the contract.
Cost, billing, and metering signals for API financial operations.
Pipedream Finops
FINOPSFeatures 19
The notable capabilities this provider advertises, captured as structured features so they can be searched and compared instead of read one landing page at a time.
Notable capabilities this provider offers.
Scroll within the panel for all 19 ·
Semantic Vocabularies 1
JSON-LD contexts give the data shared meaning across APIs. We profile them because semantics are what let a machine reconcile 'customer' here with 'customer' somewhere else.
JSON-LD contexts and semantic vocabularies used across these APIs.
Pipedream Context
JSON-LDSpectral Rules 2
Governance rulesets we run against this provider's specs — the automated checks behind parts of the score. Profiling them makes the quality bar explicit and re-runnable, not a matter of opinion.
Pipedream API Rules
SPECTRALPipedream API Rules
SPECTRALJSON Schema 135
Standalone JSON Schema definitions describe the data models behind the API. We profile them so the shapes are validatable on their own — useful long after a single request is forgotten.
Standalone JSON Schema definitions for this provider's data models.
Pipedream Account
JSON SCHEMAAccountId
JSON SCHEMAPipedream App
JSON SCHEMAAppAuthType
JSON SCHEMAPipedream AppCategory
JSON SCHEMABackendClientOpts
JSON SCHEMAClientOpts
JSON SCHEMAPipedream Component
JSON SCHEMAComponentStash
JSON SCHEMAComponentType
JSON SCHEMAConfigurableProp
JSON SCHEMAConfigurablePropAirtableBaseId
JSON SCHEMAConfigurablePropAirtableFieldId
JSON SCHEMAConfigurablePropAirtableTableId
JSON SCHEMAConfigurablePropAirtableViewId
JSON SCHEMAConfigurablePropAlert
JSON SCHEMAConfigurablePropAlertType
JSON SCHEMAConfigurablePropAny
JSON SCHEMAConfigurablePropApp
JSON SCHEMAConfigurablePropApphook
JSON SCHEMAConfigurablePropBase
JSON SCHEMAConfigurablePropBoolean
JSON SCHEMAConfigurablePropDataStore
JSON SCHEMAConfigurablePropDb
JSON SCHEMAConfigurablePropDir
JSON SCHEMAConfigurablePropDirAccessMode
JSON SCHEMAConfigurablePropDiscord
JSON SCHEMAConfigurablePropDiscordChannel
JSON SCHEMAConfigurablePropDiscordChannelArray
JSON SCHEMAConfigurablePropHttp
JSON SCHEMAConfigurablePropHttpRequest
JSON SCHEMAConfigurablePropInteger
JSON SCHEMAConfigurablePropIntegerArray
JSON SCHEMAConfigurablePropObject
JSON SCHEMAConfigurablePropSql
JSON SCHEMAConfigurablePropSqlAuth
JSON SCHEMAConfigurablePropString
JSON SCHEMAConfigurablePropStringArray
JSON SCHEMAConfigurablePropStringFormat
JSON SCHEMAConfigurablePropTimer
JSON SCHEMAConfigurablePropTimerDefault
JSON SCHEMAConfigurablePropTimerOption
JSON SCHEMAConfigurablePropTimerStatic
JSON SCHEMAConfiguredProps
JSON SCHEMAConfiguredPropValue
JSON SCHEMAConfiguredPropValueAny
JSON SCHEMAConfiguredPropValueApp
JSON SCHEMAConfiguredPropValueBoolean
JSON SCHEMAConfiguredPropValueInteger
JSON SCHEMAConfiguredPropValueObject
JSON SCHEMAConfiguredPropValueSql
JSON SCHEMAConfiguredPropValueString
JSON SCHEMAConfiguredPropValueStringArray
JSON SCHEMAConfigurePropOptions
JSON SCHEMAConfigurePropOpts
JSON SCHEMAConfigurePropResponse
JSON SCHEMAPipedream ConnectToken
JSON SCHEMAPipedream ConnectUsage
JSON SCHEMAConnectUsageResponse
JSON SCHEMACreateAccountOpts
JSON SCHEMACreateOAuthTokenOpts
JSON SCHEMACreateOAuthTokenResponse
JSON SCHEMACreateProjectOpts
JSON SCHEMACreateTokenOpts
JSON SCHEMACreateTokenResponse
JSON SCHEMADeleteTriggerOpts
JSON SCHEMADeployedComponent
JSON SCHEMADeployTriggerOpts
JSON SCHEMADeployTriggerResponse
JSON SCHEMADynamicProps
JSON SCHEMAEmittedEvent
JSON SCHEMAEmitter
JSON SCHEMAEmitterType
JSON SCHEMAErrorResponse
JSON SCHEMAExternalUser
JSON SCHEMAGetAccountsResponse
JSON SCHEMAGetAppCategoryResponse
JSON SCHEMAGetAppResponse
JSON SCHEMAGetAppsResponse
JSON SCHEMAGetComponentResponse
JSON SCHEMAGetComponentsResponse
JSON SCHEMAGetTriggerEventsResponse
JSON SCHEMAGetTriggerResponse
JSON SCHEMAGetTriggersResponse
JSON SCHEMAGetTriggerWebhooksResponse
JSON SCHEMAGetTriggerWorkflowsResponse
JSON SCHEMAGetUsersResponse
JSON SCHEMAGetWebhookResponse
JSON SCHEMAGetWebhookWithSigningKeyResponse
JSON SCHEMAHttpInterface
JSON SCHEMAHttpRequestAuth
JSON SCHEMAHttpRequestBody
JSON SCHEMAHttpRequestConfig
JSON SCHEMAHttpRequestField
JSON SCHEMAJsonRpcRequest
JSON SCHEMAJsonRpcResponse
JSON SCHEMAListAccountsResponse
JSON SCHEMAListAppCategoriesResponse
JSON SCHEMAListAppsResponse
JSON SCHEMAListProjectsResponse
JSON SCHEMAObservation
JSON SCHEMAObservationError
JSON SCHEMAPageInfo
JSON SCHEMAPipedream Project
JSON SCHEMAProjectEnvironment
JSON SCHEMAProjectInfoResponse
JSON SCHEMAProjectInfoResponseApp
JSON SCHEMAPropOption
JSON SCHEMAPropOptionNested
JSON SCHEMAPropOptionValue
JSON SCHEMAProxyResponse
JSON SCHEMAProxyResponseBinary
JSON SCHEMAReloadPropsOpts
JSON SCHEMAReloadPropsResponse
JSON SCHEMARunActionOpts
JSON SCHEMARunActionOptsStashId
JSON SCHEMARunActionResponse
JSON SCHEMASetWebhookOpts
JSON SCHEMASetWebhookResponse
JSON SCHEMAStartConnectOpts
JSON SCHEMAStashId
JSON SCHEMATimerCron
JSON SCHEMATimerInterface
JSON SCHEMATimerInterval
JSON SCHEMAToolAnnotations
JSON SCHEMATriggerWebhook
JSON SCHEMAUpdateProjectLogoOpts
JSON SCHEMAUpdateProjectOpts
JSON SCHEMAUpdateTriggerOpts
JSON SCHEMAUpdateTriggerWebhooksOpts
JSON SCHEMAUpdateTriggerWorkflowsOpts
JSON SCHEMAValidateTokenResponse
JSON SCHEMAWebhook
JSON SCHEMAWebhookWithOptionalSigningKey
JSON SCHEMAWebhookWithSigningKey
JSON SCHEMAScroll within the panel for all 135 ·
JSON Structure 8
JSON Structure captures the data shapes in a form built for tooling — a complement to JSON Schema that keeps the model machine-legible.
JSON Structure definitions describing this provider's data shapes.
Pipedream Account Structure
JSON STRUCTUREPipedream App Structure
JSON STRUCTUREPipedream Appcategory Structure
JSON STRUCTUREPipedream Component Structure
JSON STRUCTUREPipedream Connecttoken Structure
JSON STRUCTUREPipedream Connectusage Structure
JSON STRUCTUREPipedream Project Structure
JSON STRUCTUREPipedream Structure
JSON STRUCTUREScroll within the panel for all 8 ·
Examples 9
Real request and response payloads are what turn a spec from abstract into obvious — and they're one of the twelve things an agent needs to call an API correctly on the first try.
Example request and response payloads for these APIs.
Pipedream List Apps Example
EXAMPLEPipedream Run Action Example
EXAMPLEScroll within the panel for all 9 ·
Security Posture 2
Authentication, domain security, vulnerability disclosure, and trust-center signals — the evidence that a provider takes security seriously enough to document it. We profile it because you can't govern what you can't see.
Authentication, domain security, vulnerability disclosure, and trust-center signals.
Scopes 1
OAuth scopes are the vocabulary of least-privilege access. Profiling them shows exactly what an integration — or an agent acting on a user's behalf — is allowed to do.
OAuth scopes governing access to this provider's APIs.
Agentic Access 1
An x-agentic-access contract marks which operations are safe for an agent to run on its own and which need a human in the loop. It is the difference between an API an agent can use and one it can use safely.
Recommended x-agentic-access execution contracts for AI agents.
Resources
Every other property we hold for Pipedream — documentation, portals, status pages, policies, and corporate surface — grouped by the job it does, following the integrator's arc from getting started to running in production.
Get Started 4
Portal, sign-up, and the first successful call
Documentation 2
Reference material describing how the API behaves
Agent Surfaces 2
MCP servers, agent skills, and machine-readable catalogs
Design & Contract 21
Pagination, idempotency, versioning, errors, and events
Scroll within the panel for all 21 ·
Build 8
SDKs, sample code, and the tooling you integrate with
Scroll within the panel for all 8 ·
Access & Security 5
Authentication, authorization, and security posture
Operate 6
Status, limits, changes, and where to get help
Commercial 5
Pricing, plans, and the legal terms of use
Company 2
The organization behind the API
Other 2
Properties that don't map to a standard resource type
← All providers · Data indexed from github.com/api-evangelist/pipedream · machine-readable index on apis.io