Skip to main content
0
I

Integuru

The first AI agent that builds permissionless integrations through reverse engineering platforms' in

Rating

0.0

Votes

0

score

Downloads

0

total

Price

Free

API key required

Works With

Claude CodeCursorWindsurfVS CodeDeveloper tool

About

Integuru v0

First version of the AI agent that generates integration code by reverse-engineering platforms' internal APIs.

Integuru v0 in Action

What Integuru v0 Does

You use `create_har.py` to generate a file containing all browser network requests, a file with the cookies, and write a prompt describing the action triggered in the browser. The agent outputs runnable Python code that hits the platform's internal endpoints to perform the desired action.

How It Works

Let's assume we want to download utility bills:

  1. 1.The agent identifies the request that downloads the utility bills.

For example, the request URL might look like this:

```

https://www.example.com/utility-bills?accountId=123&userId=456

```

  1. 1.It identifies parts of the request that depend on other requests.

The above URL contains dynamic parts (accountId and userId) that need to be obtained from other requests.

```

accountId=123 userId=456

```

  1. 1.It finds the requests that provide these parts and makes the download request dependent on them. It also attaches these requests to the original request to build out a dependency graph.

```

GET https://www.example.com/get_account_id GET https://www.example.com/get_user_id

```

  1. 1.This process repeats until the request being checked depends on no other request and only requires the authentication cookies.
  2. 2.The agent traverses up the graph, starting from nodes (requests) with no outgoing edges until it reaches the master node while converting each node to a runnable function.

Features

  • Generate a dependency graph of requests to make the final request that performs the desired action.
  • Allow input variables (for example, choosing the YEAR to download a document from). This is currently only supported for graph generation. Input variables for code generation coming soon!
  • Generate code to hit all requests in the graph to perform the desired action.

Setup

  1. 1.Set up your OpenAI API Keys and add the OPENAI_API_KEY environment variable. (We recommend using an account with access to models that are at least as capable as OpenAI o1-mini. Models on par with OpenAI o1-preview are ideal.)
  2. 2.Install Python requirements via poetry:

```

poetry install

```

  1. 1.Open a poetry shell:

```

poetry shell

```

  1. 1.Register the Poetry virtual environment with Jupyter:

```

poetry run ipython kernel install --user --name=integuru

```

  1. 1.Run the following command to spawn a browser:

```

poetry run python create_har.py

```

Log into your platform and perform the desired action (such as downloading a utility bill).

  1. 1.Run Integuru:

```

poetry run integuru --prompt "download utility bills" --model

```

You can also run it via Jupyter Notebook main.ipynb

Don't lose this

Three weeks from now, you'll want Integuru again. Will you remember where to find it?

Save it to your library and the next time you need Integuru, it’s one tap away — from any AI app you use. Group it into a bench with the rest of the team for that kind of task and you can pull the whole stack at once.

⚡ Pro tip for geeks: add a-gnt 🤵🏻‍♂️ as a custom connector in Claude or a custom GPT in ChatGPT — one click and your library is right there in the chat. Or, if you’re in an editor, install the a-gnt MCP server and say “use my [bench name]” in Claude Code, Cursor, VS Code, or Windsurf.

🤵🏻‍♂️

a-gnt's Take

Our honest review

The first AI agent that builds permissionless integrations through reverse engineering platforms' in. Best for anyone looking to make their AI assistant more capable in search & web. It's completely free and works across most major AI apps. This one just landed in the catalog — worth trying while it's fresh.

Tips for getting started

1

Tap "Get" above, pick your AI app, and follow the steps. Most installs take under 30 seconds.

2

Heads up: this needs an API key to work. You'll get one from the service's website (usually free). The setup guide tells you exactly where.

What's New

Version 1.0.06 days ago

Imported from GitHub

Ratings & Reviews

0.0

out of 5

0 ratings

No reviews yet. Be the first to share your experience.