You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-v2/pages/pricing/index.mdx
+33-53Lines changed: 33 additions & 53 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,91 +2,71 @@ import Callout from '@/components/Callout'
2
2
3
3
# Plans and Pricing
4
4
5
-
We believe anyone should be able to run simple, low-volume workflows at no cost, and we want you to be able to prototype and get to value before having to pay Pipedream any money. We also hope that you share your [sources](/components/contributing/#sources), [workflows](/workflows/building-workflows/), [actions](/components/contributing/#actions), and other integration components so that other Pipedream users benefit from your work.
5
+
We believe anyone should be able to run simple, low-volume workflows at no cost, and whatever you're building, we want you to be able to prototype and get to value before having to pay Pipedream any money. We also hope that you share your [sources](/components/contributing/#sources), [workflows](/workflows/building-workflows/), [actions](/components/contributing/#actions), and other integration components so that other Pipedream users benefit from your work.
6
6
7
-
To support these goals, Pipedream offers a generous [free plan](#free-plan), free access to Pipedream Connect [while in `development`](/connect/environments), and you can **[request a free trial of our Advanced plan](https://pipedream.com/pricing)**. You can run sources and workflows for free within the limits of the free plan. If you hit these limits, you can upgrade to one of our [paid plans](#paid-plans).
7
+
To support these goals, Pipedream offers a generous [free plan](#free-plan), free access to Pipedream Connect [while in `development`](/connect/environments), and you can **[request a free trial of our Advanced plan](https://pipedream.com/pricing)**. If you exceed the limits of the free plan, you can upgrade to one of our [paid plans](#paid-plans).
8
8
9
9
[Read more about our plans and pricing here](https://pipedream.com/pricing).
10
10
11
11
## Free plan
12
12
13
-
Workspaces on the Free plan have access to many of the Pipedream features including Workflows and Connect. However, the free plan includes several limitations:
13
+
Workspaces on the Free plan have access to many of the Pipedream features including [Workflows](/workflows) and [Connect](/connect). However, the free plan includes several limitations:
14
14
15
15
**General:**
16
16
-**Daily credit limit**: Free workspaces have a [daily limit of free credits](/workflows/limits/#daily-credits-limit) that cannot be exceeded
17
-
-**Support**: Community support only via [our forum](https://pipedream.com/community) and Slack
18
-
19
-
**Workflows:**
20
-
-**Connected accounts**: Limited to 3 different service accounts (like Slack, Google Sheets, GitHub, etc.)
21
-
-**Active workflows**: Limited number of active workflows
22
-
-**Polling intervals**: Triggers that poll for updates are limited to a lower frequency compared to paid plans
17
+
-**Support**: Community support is available via our [community forum](https://pipedream.com/community) and [Slack](https://join.slack.com/t/pipedream-users/shared_invite/zt-36p4ige2d-9CejV713NlwvVFeyMJnQPwL)
23
18
24
19
**Connect:**
25
20
-**Development environment**: Access all the features of Connect while in [development mode](/connect/environments)
26
21
27
-
To lift the daily credit limit and increase the number of workflows and connected accounts, [upgrade to a paid plan](https://pipedream.com/pricing).
28
-
29
-
## Paid plans
22
+
**Workflows:**
23
+
-**Active workflows**: Limited number of active workflows
24
+
-**Connected accounts**: Limited number of connected accounts (like Slack, Google Sheets, GitHub, etc.)
30
25
31
-
[Visit our pricing page](https://pipedream.com/pricing) to learn more about our paid plans.
26
+
To lift the daily credit limit, access additional features, or use Connect in production, [upgrade to a paid plan](https://pipedream.com/pricing).
32
27
33
-
All paid plans vary features based on plan level, but each paid plan option will:
28
+
## Paid plans
34
29
35
-
- Remove the daily [credits](#credits) limit for both Workflows and Connect usage
36
-
- Increase the number of active workflows available
37
-
- Increase the number of connected accounts
38
-
- Unlock full Connect production features with higher usage limits
39
-
- Provide priority support options
30
+
[Visit our pricing page](https://pipedream.com/pricing) to learn more about the details of our paid plans.
40
31
41
32
## Pipedream Connect
42
33
43
-
Pipedream Connect provides SDKs and APIs to let you easily add {process.env.PUBLIC_APPS}+ integrations to your app or AI agent. Connect uses the same credit-based pricing model as Workflows, with some key differences in how credits are consumed.
34
+
Pipedream Connect provides SDKs and APIs to let you easily add {process.env.PUBLIC_APPS}+ integrations to your app or AI agent. Connect pricing is based on two inputs:
44
35
45
-
{/* todo: talk about external users */}
36
+
1.**[API usage](#how-credits-work-in-connect)**: Credits consumed by action executions, tool calls, and other operations
37
+
2.**[End users](#end-users)**: Referred to as "external users" throughout the docs and API, this is the number of unique users in your application who connect accounts
46
38
47
39
### How credits work in Connect
48
40
49
-
Here's how credit usage works in Connect:
41
+
API operations that consume credits (1 credit per 30 seconds of compute time):
50
42
51
-
-**`runAction()`** - Consumes 1 credit per call
52
-
-**`makeProxyRequest()`** - Consumes 1 credit per call
53
-
-**Deployed triggers** - Consume 1 credit per invocation
54
-
- For polling triggers: 1 credit each time the trigger checks for changes (based on your defined polling schedule/interval)
55
-
- For webhook triggers: 1 credit each time an event is received
43
+
-**Action executions**
44
+
-**Tool calls via MCP**
45
+
-**Source execution for deployed triggers**
46
+
-**Requests to the Connect proxy**
56
47
57
-
<Callouttype="info">
58
-
We don't charge credits for API calls that help you manage integrations, such as:
| Running a Slack "Send Message" action via `runAction()`| 1 credit |
71
-
| Making an authenticated API request via `makeProxyRequest()`| 1 credit |
72
-
| Polling trigger checking for new GitHub issues every 5 minutes | 1 credit per check (12 per hour) |
73
-
| Webhook trigger receiving a Stripe payment event | 1 credit per event |
74
-
| Calling `getAccounts()` to list user's connected accounts | 0 credits |
75
-
| Configuring a component with `configureComponent()`| 0 credits |
55
+
### End users
76
56
77
-
### Connect pricing considerations
57
+
End (external) users are a core billing component for Connect pricing, separate from credit usage:
78
58
79
-
-Credits are consumed at the workspace level, shared across both Workflows and Connect usage
80
-
-The same [free plan](#free-plan) and [paid plans](#paid-plans) limits apply
81
-
-Monitor your Connect usage in your [Billing and Usage Settings](https://pipedream.com/settings/billing)
59
+
-**End user definition**: A unique end user in your application who connects one or more accounts through Connect
60
+
-**User to account relationship**: Each end user can have multiple connected accounts (e.g., one user might connect their Slack, Gmail, and GitHub accounts)
61
+
-**Billing impact**: For standard plans, you're billed based on the number of unique external users, not the number of connected accounts
82
62
83
63
## Pipedream Workflows
84
64
85
65
Pipedream Workflows uses a credit-based pricing model where you pay for compute time used during workflow execution.
86
66
87
67
### Credits and billing
88
68
89
-
Pipedream uses a number of terms to describe platform metrics and details of our plans. See the definitions of key terms below.
69
+
Pipedream uses a number of terms to describe platform metrics and details of our plans. See the definitions of key terms in the [glossary](/glossary).
90
70
91
71
#### How credits work for Workflows
92
72
@@ -96,7 +76,7 @@ Unlike some other platforms, Pipedream does not charge for usage based on the nu
96
76
97
77
Adding additional memory capacity to workflows will increase credit usage in intervals of 256 megabytes. For example, doubling the memory of a workflow from 256MB to 512MB will double the cost of credits in the same execution time.
98
78
99
-
##### Scenarios
79
+
**Scenarios**
100
80
101
81
<Callouttype="info">
102
82
Developing a workflow with test events in the Pipedream workflow builder is free. No credit usage is incurred.
@@ -106,7 +86,7 @@ Developing a workflow with test events in the Pipedream workflow builder is free
106
86
If an active workflow isn't executed in a billing period no credit usage is incurred. Pipedream only charges credits for workflow executions.
107
87
</Callout>
108
88
109
-
###### Workflow segments configured to use 256MB memory (default)
89
+
**Workflow segments configured to use 256MB memory (default)**
110
90
111
91
| Scenario | Credits Used |
112
92
| --- | --- |
@@ -117,7 +97,7 @@ If an active workflow isn't executed in a billing period no credit usage is incu
117
97
| Workflow with a branch - 3 seconds before the branch- 15 seconds within the executed branch | 2 credits |
118
98
| Workflow with a branch - 3 seconds before the branch, 15 seconds within the executed branch, 3 seconds after the branch in the parent flow | 3 credits |
119
99
120
-
###### Workflow segments configured to use 1GB memory
100
+
**Workflow segments configured to use 1GB memory**
121
101
122
102
| Scenario | Credits Used |
123
103
| --- | --- |
@@ -128,7 +108,7 @@ If an active workflow isn't executed in a billing period no credit usage is incu
128
108
| Workflow with a branch - 3 seconds before the branch- 15 seconds within the executed branch | 8 credits |
129
109
| Workflow with a branch - 3 seconds before the branch, 15 seconds within the executed branch, 3 seconds after the branch in the parent flow | 24 credits |
130
110
131
-
#####Source credit usage
111
+
#### Source credit usage
132
112
133
113
When an [event source](/workflows/building-workflows/triggers/) triggers a workflow, **the source execution is included for free.** This includes workspaces on the [Free Tier](/pricing/#free-tier).
0 commit comments