Analyze the Workato Recipe Copilot Traffic and Replicate it using Scripting

Ferry Djaja
6 min readApr 6, 2024

In this blog, we’ll explore the workings behind the traffic of the Workato Recipe Copilot and aim to replicate it using scripting.

Workato’s Recipe Copilot utilizes Large Language Models (LLMs) to enhance and expedite the process of building recipes. This newly released feature from Workato is quite interesting. Let’s go deeper into its capabilities and replicate its actions through scripting.

When you input a request for Workato to construct a recipe, in the background, it triggers an HTTP Post through this endpoint.

https://app.workato.com/web_api/recipe_assistant/chats

If the request is successful, it will respond with this message:

{
data: {
chat: {
id: 'rac-ALzNpRaH-8wJTMr',
subscribe_url…

--

--

No responses yet