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/account/billing-settings.mdx
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,38 +6,40 @@ You'll find information on your usage data (for specific [Pipedream limits](/wor
6
6
7
7
## Subscription
8
8
9
-
You can upgrade to [paid plans](https://pipedream.com/pricing) from this section.
10
-
11
9
If you've already upgraded, you'll see an option to **Manage Subscription** here, which directs you to your personal Stripe portal. Here, you can change your payment method, review the details of previous invoices, and more.
12
10
13
11
## Usage
14
12
15
-
[Credits](/pricing/#credits) are Pipedream's billable unit, and users on the [free tier](/pricing/#free-tier) are limited on the number of daily free credits allocated. The **Usage** section displays a chart of the daily credits across a historical range of time to provide insight into your usage patterns.
13
+
[Credits](/pricing/#credits-and-billing) are Pipedream's billable unit, and users on the [free plan](/pricing/#free-plan) are limited on the number of daily free credits allocated. The **Usage** section displays a chart of the daily credits across a historical range of time to provide insight into your usage patterns.
14
+
15
+
<Callouttype="warning">
16
+
Credit usage from [Connect](/connect) is not yet reflected in this section.
17
+
</Callout>
16
18
17
19
Hover over a specific column in the chart to see the number of credits run for that specific day:
_Click_ on a specific column to see credits for that day, broken out by workflow / source:
23
+
Click on a specific column to see credits for that day, broken out by workflow / source:
22
24
23
25

24
26
25
27
Users on the free tier will see the last 30 days of usage in this chart. Users on [paid plans](https://pipedream.com/pricing) will see the cumulative usage tied to their current billing period.
26
28
27
29
## Compute Budget
28
30
29
-
Control the maximum number of compute credits permitted on your account with an _Credit Budget_.
31
+
Control the maximum number of credits permitted on your account with a **Credit Budget**.
30
32
31
-
This will restrict your account-wide usage to the specified number of [credits](/pricing/#credits) on a monthly or daily basis. The compute budget does not apply to credits incurred by [dedicated workers](/workflows/building-workflows/settings/#eliminate-cold-starts).
33
+
This will restrict your workspace-wide usage to the specified number of [credits](/pricing/#credits-and-billing) on a monthly or daily basis. The compute budget does not apply to credits incurred by [dedicated workers](/workflows/building-workflows/settings/#eliminate-cold-starts) or Pipedream Connect.
32
34
33
-
To enable this feature, _click_ on the toggle and define your maximum number of credits in the period.
35
+
To enable this feature, click on the toggle and define your maximum number of credits in the period.
34
36
35
37
<Callouttype="info">
36
-
Due to how credits are accrued, there may be cases where your credit usage may _slightly_ go over the cap.
38
+
Due to how credits are accrued, there may be cases where your credit usage may go slightly over the cap.
37
39
38
40
In an example scenario, with a cap set at 20 credits and a long-running workflow that uses 10 credits per run, it's possible that two concurrent events trigger the workflow, and the cap won't apply until after the concurrent events are processed.
39
41
</Callout>
40
42
41
43
## Limits
42
44
43
-
For users on the [Free tier](/pricing/#free-tier), this section displays your usage towards your [credits quota](/workflows/limits/#daily-credits-limit) for the current UTC day.
45
+
For users on the [Free tier](/pricing/#free-plan), this section displays your usage towards your [credits quota](/workflows/limits/#daily-credits-limit) for the current UTC day.
Copy file name to clipboardExpand all lines: docs-v2/pages/connect/api.mdx
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -235,10 +235,6 @@ curl -X POST "https://api.pipedream.com/v1/connect/{your_project_id}/actions/run
235
235
236
236
## API Reference
237
237
238
-
### Invoke workflows
239
-
240
-
You can use the SDK to [invoke workflows on behalf of any end user](/connect/workflows/). **Write one workflow, run it for all of your users**.
241
-
242
238
### Tokens
243
239
244
240
Your app will initiate the account connection flow for your end users in your frontend. To securely scope connection to a specific end user, on your server, **you retrieve a short-lived token for that user**, and return that token to your frontend.
@@ -3726,3 +3722,9 @@ curl -X PUT \
3726
3722
]
3727
3723
}
3728
3724
```
3725
+
3726
+
### Workflows
3727
+
3728
+
#### Invoke workflows
3729
+
3730
+
You can use the SDK to [invoke workflows on behalf of any end user](/connect/workflows/). **Write one workflow, run it for all of your users**.
Copy file name to clipboardExpand all lines: docs-v2/pages/glossary.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,7 @@ You can restrict access to connected accounts to specific individuals or share w
104
104
105
105
### Credit
106
106
107
-
Pipedream charges one credit per 30 seconds of compute time at 256MB megabytes of memory (the default) per workflow execution. Credits are also charged for [dedicated workers](#dedicated-workers). [See the docs](/pricing/#credits) for more details.
107
+
Pipedream charges one credit per 30 seconds of compute time at 256MB megabytes of memory (the default) per workflow execution. Credits are also charged for [dedicated workers](#dedicated-workers). [See the docs](/pricing/#credits-and-billing) for more details.
Copy file name to clipboardExpand all lines: docs-v2/pages/pricing/index.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,7 @@ If an active workflow isn't executed in a billing period no credit usage is incu
110
110
111
111
#### Source credit usage
112
112
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).
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 plan](/pricing/#free-plan).
114
114
115
115
When a source is configured as a workflow trigger, the core value is in the workflow. You won't be charged for two credits (one to run the source, one to run the workflow) when the workflow contains the core logic.
Copy file name to clipboardExpand all lines: docs-v2/pages/workflows/building-workflows/code/nodejs/delay.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ One credit is used to initially start the workflow, then the second credit is us
53
53
<Callout type="info">
54
54
Exact credit usage depends on duration and memory configuration
55
55
56
-
If your workflow's [execution timeout limit](/workflows/building-workflows/settings/#execution-timeout-limit) is set to longer than [default limit](/workflows/limits/#time-per-execution), it may incur more than two [credits](/pricing/#credits) when using `pd.flow.delay`.
56
+
If your workflow's [execution timeout limit](/workflows/building-workflows/settings/#execution-timeout-limit) is set to longer than [default limit](/workflows/limits/#time-per-execution), it may incur more than two [credits](/pricing/#credits-and-billing) when using `pd.flow.delay`.
Copy file name to clipboardExpand all lines: docs-v2/pages/workflows/building-workflows/code/nodejs/rerun.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -256,7 +256,7 @@ These functions will only suspend and resume when run in production.
256
256
257
257
## Credits when using `suspend` / `rerun`
258
258
259
-
You are not charged for the time your workflow is suspended during a `$.flow.rerun` or `$.flow.suspend`. Only when workflows are resumed will compute time count toward [credit usage](/pricing/#credits).
259
+
You are not charged for the time your workflow is suspended during a `$.flow.rerun` or `$.flow.suspend`. Only when workflows are resumed will compute time count toward [credit usage](/pricing/#credits-and-billing).
260
260
261
261
<Callouttype="warning">
262
262
When a suspended workflow reawakens, it will reset the credit counter.
Copy file name to clipboardExpand all lines: docs-v2/pages/workflows/building-workflows/code/python/delay.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ One credit is used to initially start the workflow, then the second credit is us
51
51
<Callouttype="info">
52
52
Exact credit usage depends on duration and memory configuration
53
53
54
-
If your workflow's [execution timeout limit](/workflows/building-workflows/settings/#execution-timeout-limit) is set to longer than [default limit](/workflows/limits/#time-per-execution), it may incur more than two [credits](/pricing/#credits) when using `pd.flow.delay`.
54
+
If your workflow's [execution timeout limit](/workflows/building-workflows/settings/#execution-timeout-limit) is set to longer than [default limit](/workflows/limits/#time-per-execution), it may incur more than two [credits](/pricing/#credits-and-billing) when using `pd.flow.delay`.
Copy file name to clipboardExpand all lines: docs-v2/pages/workflows/building-workflows/code/python/rerun.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -170,7 +170,7 @@ These functions will only suspend and resume when run in production.
170
170
171
171
## Credits usage when using `pd.flow.suspend` / `pd.flow.rerun`
172
172
173
-
You are not charged for the time your workflow is suspended during a `pd.flow.suspend` or `pd.flow.rerun`. Only when workflows are resumed will compute time count toward [credit usage](/pricing/#credits).
173
+
You are not charged for the time your workflow is suspended during a `pd.flow.suspend` or `pd.flow.rerun`. Only when workflows are resumed will compute time count toward [credit usage](/pricing/#credits-and-billing).
174
174
175
175
<Callouttype="warning">
176
176
When a suspended workflow reawakens, it will reset the credit counter.
Copy file name to clipboardExpand all lines: docs-v2/pages/workflows/building-workflows/sharing.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,7 +131,7 @@ Sharing workflows via link is available on all plans, including the Free tier pl
131
131
132
132
To copy a workflow, a subscription is not required. However, the copied workflow is subject to the current workspace's plan limits.
133
133
134
-
For example, if a workflow requires more connected accounts than what's available on the [Free tier](/pricing/#free-tier), then users of your workflow will require a plan to run the workflow properly.
134
+
For example, if a workflow requires more connected accounts than what's available on the [Free tier](/pricing/#free-plan), then users of your workflow will require a plan to run the workflow properly.
0 commit comments