Connect provides a developer toolkit that lets you add 2,800+ 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 for the most up to date information
The managed-auth-basic-next-app shows the foundational managed auth capability, which enables your end users to connect their account for any of the 2,800 apps available on Pipedream. This is an example Next.js app, but Pipedream has SDKs available in TypeScript, Python, and Java to go along with the REST API. Refer to our docs for more info.
The 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 for more info on the SDK, and the core Pipedream docs for a good overview with detailed examples.
You can play around with the hosted version of this app at pipedream.com/connect/demo.
The 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 for more info.