https://github.com/pipedreamhq/pipedream-connect-examples
Collection of example apps showcasing the pipedream SDKs. Learn more https://pipedream.com/docs/connect.
https://github.com/pipedreamhq/pipedream-connect-examples
api authorization automation integrations pipedream serverless
Last synced: 23 days ago
JSON representation
Collection of example apps showcasing the pipedream SDKs. Learn more https://pipedream.com/docs/connect.
- Host: GitHub
- URL: https://github.com/pipedreamhq/pipedream-connect-examples
- Owner: PipedreamHQ
- Created: 2024-08-25T02:40:18.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2026-02-20T00:04:04.000Z (about 1 month ago)
- Last Synced: 2026-02-20T01:07:28.304Z (about 1 month ago)
- Topics: api, authorization, automation, integrations, pipedream, serverless
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/@pipedream/sdk
- Size: 1.4 MB
- Stars: 23
- Watchers: 4
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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.
Managed Auth ·
Connect SDK and React Playground ·
MCP
- This repo provides a collection of demo apps to highlight example implementations
- **Always refer to [Pipedream's developer docs](https://pipedream.com/docs/connect/mcp/developers) for the most up to date information**
## Managed Auth
The **[managed-auth-basic-next-app](/managed-auth-basic-next-app/)** shows the foundational managed auth capability, which enables your end users to connect their account for any of the 3,000 apps available on Pipedream. This is an example Next.js app, but Pipedream has [SDKs available in TypeScript, Python, and Java](https://pipedream.com/docs/connect/api-reference/sdks) to go along with the REST API. [Refer to our docs](https://pipedream.com/docs/connect) for more info.
## Connect React
The **[connect-react-demo](/connect-react-demo/)** demonstrates how you can embed any of the 10,000+ Pipedream actions and triggers directly in your app or AI agent. Check out the [connect-react](https://github.com/PipedreamHQ/pipedream/tree/master/packages/connect-react) for more info on the SDK, and the [core Pipedream docs](https://pipedream.com/docs/connect/components) for a good overview with detailed examples.
**You can play around with the hosted version of this app at [pipedream.com/connect/demo](https://pipedream.com/connect/demo).**
## MCP
The **[mcp](/mcp/)** directory contains CLI examples that demonstrate how to integrate with Pipedream's MCP (Model Context Protocol) server using different AI SDKs for developers who are building AI chat apps or AI agents. See [the docs](https://pipedream.com/docs/connect/mcp/developers) for more info.