Quickstart

The first step is to perform the action you want to automate. Integuru provides a built in web browser to authenticate and perform these actions.

In this example, I will be placing an item in my cart. After logging in, I click the start recording button, then add an item to cart. Your action triggers the network requests that the agent needs to integrate. After performing the action, click end recording and you should name the recording to something intuitive.

  • The recordings has an expiry depending on the platform. Its recommend using the recording within a couple of hours of recording.

  • You should record all the actions you want to automate, as in, for ex. if you want to filter for item color, you MUST select a filter to trigger the filter network request to record. But also try not to record unnecessary actions as that bloats the recording.

The c

Select the recording (the one you just created) to provide to the agent

Type a clear prompt on what the action you want to integrate. The more clear the better.

We strongly recommend you to split flows into smaller segments as longer actions can fill up the context window. For ex. instead of getting ALL items and each items details, you should have an endpoint that gets all item IDs first, then another endpoint that gets the individual items details based on item ID.

The agent will then proceed to analyze the recording and propose an input and output shape for you to approve.

After approval, the agent finishes creating the route!

You can get cookies from the cookies page on the upper right corner. It uses the authenticated context to fetch the cookies. This is a bit buggy at the moment so if the integration doesnt work, please get cookies from the network tab in devtools (you can copy the cookies from a network request that retrieves important information)

Last updated