22 | {JSON.stringify(output, null, 2)}
23 |
24 | ) : null}
25 | Coming soon
24 |
17 | Refer to the
21 | When your customers connect accounts with Pipedream, pass their unique user ID from your system. In this example, 22 | we will use the following external user ID: 23 | {externalUserId}. 24 |
25 |
29 | In server.ts, the app calls serverConnectTokenCreate to create a short-lived token for the user. You'll
30 | use that token to initiate app connection requests securely.{" "}
31 |
35 | There was an error loading this section. Please refresh the page to try again. 36 |
37 | 43 |40 |43 |41 |
42 |
44 | {this.state.error?.message || "An unexpected error occurred"} 45 |
46 | 53 |
3 | 7 | Connect provides a developer toolkit that lets you add 3,000+ integrations to your app or AI agent. You can build AI agents, chatbots, workflow builders, and much more, all in a few minutes. You have full, code-level control over how these integrations work in your app. 8 |
9 | 10 |11 | Managed Auth · 12 | Connect SDK and React Playground · 13 | MCP 14 |
15 |63 | {files.find(f => f.id === activeTab)?.description || "Ready-to-use React files - copy these into your project to add Pipedream Connect"} 64 |
65 |Live Updates
102 |103 | This code updates in real-time as you configure the component in the demo. 104 |
105 |Option 1: Connect via SDK
35 |
36 | Use the frontend SDK to open a Pipedream iFrame directly from your site (
37 |
{accountId}
50 | )
51 | >
52 | ) : (
53 | <>
54 | Account ID: {accountId}
55 | >
56 | )}
57 |
73 | Call connectAccount() with the token and the app slug of the app you'd like to connect:
74 |
Option 2: Connect Link
109 |