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/connect/index.mdx
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,9 @@ You have full, code-level control over how these integrations work in your app.
12
12
Connect lets you:
13
13
14
14
1. Handle authorization or accept API keys on behalf of your users, for any of Pipedream's [{process.env.PUBLIC_APPS}+ APIs](https://pipedream.com/apps). Use the [Client SDK](https://github.com/PipedreamHQ/pipedream/tree/master/packages/sdk) or [Connect Link](/connect/quickstart#or-use-connect-link) to accept auth in minutes.
15
-
2. Securely retrieve OAuth access tokens, API keys, and other credentials for your end users with Pipedream's [REST API](/connect/api)
16
-
3.[Run workflows](/connect/workflows) for your end users with Pipedream's [workflow builder](/workflows), [serverless runtime](/), and thousands of no-code [triggers](/workflows/triggers) and [actions](/workflows/actions). Build complex integrations in minutes, writing code when you need it and using no-code components when you don't. Pipedream workflows are easy to modify, debug, and scale.
17
-
4.[Embed any Pipedream action or trigger](/connect/components) to run on behalf of your users, directly from within your application.
15
+
2. Securely retrieve OAuth access tokens, API keys, and other credentials for your end users with Pipedream's [REST API](/connect/api).
16
+
3.[Embed any Pipedream action or trigger](/connect/components) to run on behalf of your users, directly from within your application.
17
+
4.[Run workflows](/connect/workflows) for your end users with Pipedream's [workflow builder](/workflows), [serverless runtime](/), and thousands of no-code [triggers](/workflows/triggers) and [actions](/workflows/actions). Build complex integrations in minutes, writing code when you need it and using no-code components when you don't. Pipedream workflows are easy to modify, debug, and scale.
18
18
19
19
<br />
20
20
@@ -33,28 +33,28 @@ Pipedream Connect lets you build any API integration into your product in minute
33
33
34
34
## Getting started
35
35
36
-
Watch[the demo](https://www.youtube.com/embed/xhUagMsogkQ) or visit [the quickstart](/connect/quickstart) to build your first integration.
36
+
Visit[the managed auth quickstart](/connect/quickstart) to build your first integration.
37
37
38
38
## App configuration for OAuth apps
39
39
40
40
Pipedream has more than {process.env.PUBLIC_APPS} apps available for you to integrate via Connect. Getting started is easy — just follow the [quickstart](/connect/quickstart) to get up and running.
41
41
42
-
By default, apps that use OAuth to authenticate will use Pipedream's official OAuth client. To deploy your integrations to production, you'll need to configure your own OAuth client. Read more about OAuth clients in Pipedream [here](/connected-accounts/oauth-clients).
42
+
By default, apps that use OAuth to authenticate will use Pipedream's OAuth client. Depending on your use case, you maye need to configure your own OAuth client. Read more about OAuth clients in Pipedream [here](/connected-accounts/oauth-clients).
43
43
44
44
[Let us know](https://pipedream.com/support) if the app you're looking for isn't listed [here](https://pipedream.com/apps).
45
45
46
46
## Users
47
47
48
48
To view or delete your users' connected accounts:
49
49
50
-
1. Open your project
50
+
1. Open your project in Pipedream
51
51
2. Click the **Connect** tab on the left
52
52
3. Click the **Users** tab at the top
53
53
54
54
You'll see a list of all users, their connected accounts, and the option to delete any accounts from the UI. You can also retrieve and delete all your users via the API ([see the docs for reference](/connect/api)).
55
55
56
56
<Callouttype="warning">
57
-
Connect currently supports one connected account per user / app / environment combination.
57
+
Connect currently supports one connected account per user, app, environment combination.
58
58
59
59
So if user `abc-123` in your application connects their Slack account in `production`, then that same user connects a different Slack workspace (also in `production`), the first connected account will get overwritten in Pipedream and replaced by the second.
Copy file name to clipboardExpand all lines: docs-v2/pages/connect/workflows.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
@@ -7,7 +7,7 @@ import Image from 'next/image'
7
7
8
8
Just like you can build and run internal [workflows](/workflows/) for your team, **you can run workflows for [your end users](/connect/api#external-users), too**.
9
9
10
-
Whether you're building well-defined integrations or more-autonomous AI agents, workflows provide a powerful set of tools for running [code](/code) or [pre-defined actions](/workflows/actions) on behalf of your users. Pipedream's UI makes it easy to build, test, and [debug](/workflows/inspect) workflows.
10
+
Whether you're building well-defined integrations or autonomous AI agents, workflows provide a powerful set of tools for running [code](/code) or [pre-defined actions](/workflows/actions) on behalf of your users. Pipedream's UI makes it easy to build, test, and [debug](/workflows/inspect) workflows.
11
11
12
12
## What are workflows?
13
13
@@ -44,9 +44,7 @@ Read [the quickstart](/quickstart/) to learn more.
44
44
2.[Configure **OAuth** authorization](/workflows/triggers#oauth) on the trigger.
45
45
46
46
<Callouttype="info">
47
-
To securely run workflows for end users, **configuring OAuth authorization on the trigger is optional but strongly recommended.**
48
-
49
-
[Create a Pipedream OAuth client](/rest-api/auth#creating-an-oauth-client) to authenticate requests to the Pipedream API and workflows.
47
+
To securely run workflows for end users, **configuring OAuth authorization on the trigger is optional but strongly recommended.**[Create a Pipedream OAuth client](/rest-api/auth#creating-an-oauth-client) to authenticate requests to the Pipedream API and workflows.
50
48
</Callout>
51
49
52
50
### Configure accounts to use your end users' auth
@@ -235,6 +233,8 @@ curl -X POST https://{your-endpoint-url} \
235
233
236
234
<Callouttype="info">
237
235
We plan to improve this interface in the future, and potentially allow developers to store end user metadata and configuration data alongside the connected account for your end users, so you won't need to pass the data at runtime.
236
+
237
+
[Let us know](https://pipedream.com/support) if that's a feature you'd like to see.
Copy file name to clipboardExpand all lines: docs-v2/pages/index.mdx
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,13 @@ import VideoPlayer from "@/components/VideoPlayer";
2
2
3
3
# Introduction to Pipedream
4
4
5
-
Pipedream is the fastest way to automate any process that connects APIs. Build and run workflows with code-level control when you need it, and no code when you don't.
5
+
Pipedream is the fastest way to automate any process that connects APIs. Build and run workflows with code-level control when you need it, and no code when you don't. Easily add thousands of customer-facing integrations to your app or AI agent in minutes.
6
6
7
7
The Pipedream platform includes:
8
8
9
9
- A [serverless runtime](/code/) and [workflow service](/workflows/)
10
-
- Source-available [triggers](/workflows/steps/triggers/) and [actions](/workflows/steps/actions/) for [hundreds of integrated apps](https://pipedream.com/explore/)
10
+
- SDK to handle [customer authentication](/connect/) for {process.env.PUBLIC_APPS}+ APIs
11
+
- Source-available pre-built [triggers](/workflows/steps/triggers/) and [actions](/workflows/steps/actions/) for [thousands of integrated apps](https://pipedream.com/explore/)
11
12
- One-click [OAuth and key-based authentication](/connected-accounts/) for more than {process.env.PUBLIC_APPS} APIs (use tokens directly in code or with pre-built actions)
12
13
13
14
Watch a demo or review our [quickstart guide](/quickstart/):
0 commit comments