This topic was automatically generated from Slack. You can find the original thread here.
Hey Guys, we use Pipedream Connect to let our users connect external applications to their Agents. The issue we are facing right now is that if an unconnected app is connected with agent the API returns a Magic Link which lets u connect the desired app, while this feature is nice, our users actually deploy their agents on their platforms for various problems such as customer support, if the end user gets this link they can connect their own apps to our user’s Agent which we feel is a major risk and bottleneck when it comes to deployment. Is there way we can turn off this feature to return a magic connection link instead it throws an exception for unconnected apps.
Hm, so your customers are building and deploying agents to use for their customers, and so you don’t want those users to be able to connect accounts, is that right?
What would you want to have happen? One alternative is that you can handle that on your end — before letting an end user call a given tool for a given app, you could check to see if you have a connected account available for that app / tool?
Yeah we can definitely do that, just it is an additional API call to make which we wanted to avoid, so I wanted to see if their is a control to actually let pipedream servers not return a connection link. Thank you reply and prompt response