Is it Possible to Build Workflows via API with Our Agents and Does the oAuth Handling Still Work?

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

Had a few questions, really excited what you guys are doing with strings. Was wondering would it be possible to build workflows via API with our agents? Also does the oAuth handling still work?

May not be entirely understanding the question.

String explicitly writes workflows that run on Pipedream.

There is no API for building workflows. We have a legacy API endpoint around workflows that allows programmatic creation of workflows via copying templates, but not end to end creation from scratch.

What do you mean by OAuth handling still working? Are you talking about on behalf of end users via our pipedream.com/connect product?

“String explicitly writes workflows that run on Pipedream.”

Exactly could we use pipedream connect to build something similar for our agents?

I guess E2B should work for being able to execute llm written scripts :thinking_face:

Responded in the DM but pasting here for visibility:

We have two products:

  1. Workflows: For building internal automations/agents
  2. Connect: For integrating with end user systems to run API calls on their behalf
    String is part of our Workflows product.

You could definitely use Connect to power the integrations behind your own agent and/or build something similar. You would need your own workflow engine - building workflows on our platform is not something you can do via Connect.