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/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ We're moving from VuePress to Nextra. Here's what's the same and what's differen
22
22
- New docs are here, in the `docs-v2/` directory.
23
23
- All docs are still Markdown. Now MDX files instead of just Markdown, so extensions have been renamed to `.mdx`.
24
24
- Keep images in `public/images/foo.png`, reference with ``
25
-
- Leaf nodes in VuePress were at files like `/docs/workspaces/sso/google/README.md`. Nextra allows leaf nodes to be non-index files like `/docs/workspaces/sso/google.mdx`, so there's no need for the final directory, which simplifies things.
25
+
- Leaf nodes in VuePress were at files like `/docs/workflows/workspaces/sso/google/README.md`. Nextra allows leaf nodes to be non-index files like `/docs/workflows/workspaces/sso/google.mdx`, so there's no need for the final directory, which simplifies things.
26
26
- VuePress used Vue, Nextra uses React. All of the custom components used in MDX files are either [built-in Nextra components](https://nextra.site/docs/guide/built-ins) or Pipedream-specific components in `components/`, ported from Vue.
27
27
- Learn the [built-in Nextra components](https://nextra.site/docs/guide/built-ins). All the `::: tip`, `::: warning`, or other special VuePress components have an equivalent Nextra component.
The `_meta.tsx` files in each directory defines a mapping between the labels in the sidebar and the files in that directory. If you want to add an item to the sidebar, you'll probably want to edit the `_meta.tsx` file. [See the Nextra docs](https://nextra.site/docs/docs-theme/page-configuration) for more info.
Copy file name to clipboardExpand all lines: docs-v2/pages/account/billing-settings.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ import Callout from '@/components/Callout'
2
2
3
3
# Billing Settings
4
4
5
-
You'll find information on your usage data (for specific [Pipedream limits](/limits/)) in your [Billing Settings](https://pipedream.com/settings/billing). You can also upgrade to [paid plans](https://pipedream.com/pricing) from this page.
5
+
You'll find information on your usage data (for specific [Pipedream limits](/workflows/limits/)) in your [Billing Settings](https://pipedream.com/settings/billing). You can also upgrade to [paid plans](https://pipedream.com/pricing) from this page.
6
6
7
7
## Subscription
8
8
@@ -28,7 +28,7 @@ Users on the free tier will see the last 30 days of usage in this chart. Users o
28
28
29
29
Control the maximum number of compute credits permitted on your account with an _Credit Budget_.
30
30
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/settings/#eliminate-cold-starts).
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/visual-builder/settings/#eliminate-cold-starts).
32
32
33
33
To enable this feature, _click_ on the toggle and define your maximum number of credits in the period.
34
34
@@ -40,4 +40,4 @@ In an example scenario, with cap set at 20 credits and long running workflow tha
40
40
41
41
## Limits
42
42
43
-
For users on the [Free tier](/pricing/#free-tier), this section displays your usage towards your [credits quota](/limits/#daily-credits-limit) for the current UTC day.
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.
Copy file name to clipboardExpand all lines: docs-v2/pages/account/user-settings.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ Pipedream recommends enabling 2FA with your identity provider.
50
50
51
51
### Requiring 2-Factor Authentication
52
52
53
-
Workspaces on the Business plan can [require all workspace members to configure 2FA](/workspaces/#requiring-two-factor-authentication) in order to log in to Pipedream.
53
+
Workspaces on the Business plan can [require all workspace members to configure 2FA](/workflows/workspaces/#requiring-two-factor-authentication) in order to log in to Pipedream.
54
54
55
55
If you are a member of any workspace where 2FA is required, you cannot disable 2FA, but you can still reconfigure it in your [account settings](https://pipedream.com/account/) if necessary.
56
56
@@ -62,7 +62,7 @@ Only workspace owner and admin members can enable or disable 2FA for an entire w
62
62
63
63
## Pipedream API Key
64
64
65
-
Pipedream provides a [REST API](/api/) for interacting with Pipedream programmatically. You'll find your API key here, which you use to [authorize requests to the API](/rest-api/auth/).
65
+
Pipedream provides a [REST API](/api/) for interacting with Pipedream programmatically. You'll find your API key here, which you use to [authorize requests to the API](/workflows/rest-api/auth/).
66
66
67
67
You can revoke and regenerate your API key from here at any time.
Copy file name to clipboardExpand all lines: docs-v2/pages/connect/api-proxy.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,9 +25,9 @@ Before getting started with the Connect proxy, make sure you've already gone thr
25
25
26
26
## Getting started
27
27
28
-
You can send requests to the Connect proxy using the [Pipedream SDK](/connect/sdk) with a fetch-style interface, or by making a request to the [REST API](/rest-api/connect/proxy).
28
+
You can send requests to the Connect proxy using the [Pipedream SDK](/connect/sdk) with a fetch-style interface, or by making a request to the [REST API](/workflows/rest-api/connect/proxy).
29
29
30
-
- A [Pipedream OAuth client](/rest-api/auth#oauth) to make authenticated requests to Pipedream's API
30
+
- A [Pipedream OAuth client](/workflows/rest-api/auth#oauth) to make authenticated requests to Pipedream's API
31
31
- Connect [environment](/connect/environments) (ex, `production` or `development`)
32
32
- The [external user ID](/connect/api#external-users) for your end user (ex, `abc-123`)
33
33
- The [account ID](/connect/api#accounts) for your end user's connected account (ex, `apn_1234567`)
@@ -120,4 +120,4 @@ curl -X POST "https://api.pipedream.com/v1/connect/{your_project_id}/proxy/{url_
Copy file name to clipboardExpand all lines: docs-v2/pages/connect/api.mdx
+10-11Lines changed: 10 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,13 +41,13 @@ or a specific version:
41
41
42
42
## Authentication
43
43
44
-
See the [REST API Authentication docs](/rest-api/auth).
44
+
See the [REST API Authentication docs](/workflows/rest-api/auth).
45
45
46
46
### TypeScript SDK (server)
47
47
48
48
Most of your interactions with the Connect API will happen on the server, to protect API requests and user credentials. You'll use the SDK in [your frontend](#typescript-sdk-browser) to let users connect accounts. Once connected, you'll use the SDK on the server to retrieve credentials, invoke workflows on their behalf, and more.
49
49
50
-
[Create a Pipedream OAuth client](/rest-api/auth#oauth) and instantiate the SDK with your client ID and secret:
50
+
[Create a Pipedream OAuth client](/workflows/rest-api/auth#oauth) and instantiate the SDK with your client ID and secret:
Copy file name to clipboardExpand all lines: docs-v2/pages/connect/index.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ import VideoPlayer from "@/components/VideoPlayer";
5
5
6
6
# Pipedream Connect
7
7
8
-
**Connect provides a developer toolkit that lets you add {process.env.PUBLIC_APPS}+ integrations to your app or AI agent.** You can build AI agents, in-app messaging, CRM syncs, [and much more](/connect/use-cases), all in a few minutes. You have full, code-level control over how these integrations work in your app. You handle your product, Pipedream simplifies the integration.
8
+
**Connect provides a developer toolkit that lets you add {process.env.PUBLIC_APPS}+ integrations to your app or AI agent.** You can build AI agents, in-app messaging, CRM syncs, [and much more](/connect/use-cases), all in a few minutes. You have full, code-level control over how these integrations work in your app. You handle your product, Pipedream simplifies the integration.
@@ -64,5 +64,5 @@ All credentials and tokens are sent to Pipedream securely over HTTPS, and encryp
64
64
-**App**: GitHub, Notion, Slack, Google Sheets, and more. The app is the API you want your users to connect to in your product. See the [full list here](https://pipedream.com/apps).
65
65
-**Developer**: This is probably you, the Pipedream customer who's developing an app and wants to use Connect to make API requests on behalf of your end users.
66
66
-**End User**: Your customer or user, whose data you want to access on their behalf. End users are identifed via the `external_user_id` param in the Connect SDK and API.
67
-
-**Connected Account**: The account your end user connects. [Read more about connected accounts](/connected-accounts).
68
-
-**OAuth Client**: This is admittedly a bit of an overloaded term and refers both to [custom OAuth clients](/connect/managed-auth/oauth-clients) you create in Pipedream to use when your end users authorize access to their account, as well as [OAuth clients to authenticate to Pipedream's API](/rest-api/auth#oauth).
67
+
-**Connected Account**: The account your end user connects. [Read more about connected accounts](/workflows/integrations/connected-accounts).
68
+
-**OAuth Client**: This is admittedly a bit of an overloaded term and refers both to [custom OAuth clients](/connect/managed-auth/oauth-clients) you create in Pipedream to use when your end users authorize access to their account, as well as [OAuth clients to authenticate to Pipedream's API](/workflows/rest-api/auth#oauth).
Copy file name to clipboardExpand all lines: docs-v2/pages/connect/managed-auth/oauth-clients.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ import Callout from '@/components/Callout'
3
3
4
4
# OAuth Clients
5
5
6
-
When connecting an account for any OAuth app via Pipedream Connect, we'll default to using Pipedream's official OAuth client, which enables you to quickly get up and running. [Read more about OAuth clients in Pipedream here](/connected-accounts/oauth-clients).
6
+
When connecting an account for any OAuth app via Pipedream Connect, we'll default to using Pipedream's official OAuth client, which enables you to quickly get up and running. [Read more about OAuth clients in Pipedream here](/workflows/integrations/connected-accounts/oauth-clients).
7
7
8
8
## Using Pipedream OAuth
9
9
@@ -28,7 +28,7 @@ For any OAuth app that supports it, **you can always use your own client.** Your
28
28
29
29
## Using a custom OAuth client
30
30
31
-
1. Follow the steps [here](/connected-accounts/oauth-clients#configuring-custom-oauth-clients) to create an OAuth client in Pipedream.
31
+
1. Follow the steps [here](/workflows/integrations/connected-accounts/oauth-clients#configuring-custom-oauth-clients) to create an OAuth client in Pipedream.
32
32
2. When connecting an account either via the [frontend SDK](/connect/managed-auth/quickstart#use-the-pipedream-sdk-in-your-frontend), make sure to include the `oauthAppId` in `pd.connectAccount()`.
33
33
3. If using [Connect Link](/connect/managed-auth/quickstart#or-use-connect-link), make sure to include the `oauthAppId` in the URL.
34
34
@@ -38,4 +38,4 @@ For any OAuth app that supports it, **you can always use your own client.** Your
Copy file name to clipboardExpand all lines: docs-v2/pages/connect/migrating-from-project-keys-to-oauth.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ This guide is only relevant if:
12
12
13
13
## What changed
14
14
15
-
- In the `0.x` version of the SDK and the original Connect API, you could authenticate with keys scoped to a specific project. In the `1.x` version of the SDK, you need to authenticate with [OAuth clients](/rest-api/auth#oauth).
15
+
- In the `0.x` version of the SDK and the original Connect API, you could authenticate with keys scoped to a specific project. In the `1.x` version of the SDK, you need to authenticate with [OAuth clients](/workflows/rest-api/auth#oauth).
16
16
- The `createClient` method from both the browser and Node.js SDKs has been replaced with separate methods: `createFrontendClient` and `createBackendClient`, respectively.
17
17
- The `connectTokenCreate` method has been renamed `createConnectToken`
18
18
- New SDK methods: `projectInfo`, `invokeWorkflow`, and more
@@ -23,7 +23,7 @@ This guide is only relevant if:
23
23
24
24
### Create an OAuth client
25
25
26
-
Follow the instructions [here](/rest-api/auth#oauth) to create an OAuth client.
26
+
Follow the instructions [here](/workflows/rest-api/auth#oauth) to create an OAuth client.
27
27
28
28
### Update your SDK version
29
29
@@ -75,7 +75,7 @@ You'll need to make three changes to your backend code:
Copy file name to clipboardExpand all lines: docs-v2/pages/connect/use-cases.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
@@ -30,7 +30,7 @@ Sync data between your app and Salesforce, HubSpot, or any CRM. Pipedream lets y
30
30
31
31
### AI products
32
32
33
-
Talk to any AI API or LLM. Build chat apps or interact in real-time with your users. Or run asynchronous tasks in the background, like image classification, article summarization, or other tasks you want to offload to an AI agent. You can use built-in functions like [`$.flow.suspend`](/code/nodejs/rerun#flowsuspend) to send a message to your team, or directly to the user, to approve specific actions.
33
+
Talk to any AI API or LLM. Build chat apps or interact in real-time with your users. Or run asynchronous tasks in the background, like image classification, article summarization, or other tasks you want to offload to an AI agent. You can use built-in functions like [`$.flow.suspend`](/workflows/visual-builder/code/nodejs/rerun#flowsuspend) to send a message to your team, or directly to the user, to approve specific actions.
0 commit comments