aiagent.club
中文
GitHub repo

Integuru-AI/Integuru

Python Tracked since 2024-10-22 Updated 2026-09-12 View source ↗

#333 of 803 by Stars among GitHub repos

4.8k Stars

The first AI agent that builds permissionless integrations through reverse engineering platforms' internal APIs.

About

This repo contains the earliest version of the Integuru agent we released publicly. It shows the original approach: using browser network requests to generate runnable integration code for platforms without official APIs.

We've kept building since then. The newest version of Integuru is available at www.integuru.com.

You use 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.

Let's assume we want to download utility bills:

For example, the request URL might look like this:…

Excerpted from github.com/Integuru-AI/Integuru

Latest metrics

Stars 4.8k 2026-09-12
Forks 382 2026-09-12
Commits 76 2026-09-12
Releases 0 2026-09-12
Watchers 37 2026-09-12
Open issues 10 2026-09-12
Open PRs 14 2026-09-12