GitHub - Integuru-AI/Integuru: An AI agent that builds third-party integrations through reverse engineering platforms' internal APIs.
Integuru
An AI agent that generates integration code by reverse-engineering platforms' internal APIs.
What Integuru Does
You provide a file containing all browser network requests, a file with the cookies, and 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:
The agent identifies the request that downloads the utilit...
Read more at github.com