Integuru-AI/Integuru
#316 of 783 by Stars among GitHub repos
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.6k | 2026-07-16 |
|---|---|---|
| Forks | 364 | 2026-07-16 |
| Commits | 76 | 2026-07-16 |
| Releases | 0 | 2026-07-16 |
| Watchers | 33 | 2026-07-16 |
| Open issues | 10 | 2026-07-16 |
| Open PRs | 13 | 2026-07-16 |