Does gumloop have external API support?

I wish gumloop had external API support

Hey @wzxwhxcz, good news! This is already supported in Gumloop :raising_hands:

You can connect any external app to your Gumloop workflows using our API and webhooks.

You can trigger any workflow from your own app. Every workflow comes with a ready-to-use webhook URL – just click the Webhook button inside your workflow to grab your endpoint.

Here’s some additional info for reference:

What I have in mind is calling the agent via API, similar to how OpenAI Chat works, using my account’s API key.

There are a few reasons for this approach:

Workflow Integration: It allows me to integrate the agent directly into my existing automation scripts.

Flexibility: I need the programmatic control to handle inputs and outputs dynamically within my application.

Unified Management: It simplifies usage tracking and billing under a single account.

Hey @wzxwhxcz – yes, you can call agents via the API using your API key.

To do this, you’ll need to add your agent inside a workflow using the Agent Node. Once it’s part of a workflow, you can trigger that workflow through our API. You simply send a prompt in the request and receive the agent’s response in the API output.

Here’s a short guide on how to set this up: https://docs.gumloop.com/learn/agents-as-a-node

But then my proxy response is non-streaming, right?

Hey @wzxwhxcz – that’s correct, the current API response is non-streaming. The current approach would be following polling method instead.

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.