Where Can I Find My PIPEDREAM_API_KEY for a TypeScript SDK Project Setup?

This topic was automatically generated from Slack. You can find the original thread here.

Hi, where can I find my PIPEDREAM_API_KEY? I am trying to set up a project using the TypeScript SDK but I only see OAuth credentials in my settings

You need to use OAuth for interacting with the SDK

Thanks!

Out of curiosity, where did you see that you could use an API key?

ChatGPT :slightly_smiling_face:. I didn’t thoroughly look through the docs beforehand

I’m trying to create a system to handle internal tasks for my company. I want it to be prompt based however, rather than needing to build out individual workflows. Is that something I can accomplish using the SDK and building a UI ?

Yes, the Connect SDK is designed exactly for use cases like that. When you say prompt, are you envisioning a chat-like interface?

Yes exactly. Like ChatGPT

Yea, check out our open source chat app: chat.pipedream.com for a reference implementation if you want, that’s using Vercel’s chatbot template and the Pipedream MCP server.

Awesome thank you!