Integuru-AI/Integuru
An AI agent that reverse-engineers platform internal APIs by analyzing browser network requests and outputs runnable integration code.

Integuru is an AI agent that generates permissionless integrations by reverse engineering platforms’ internal APIs. The agent analyzes browser network traffic (HAR files and cookies) to identify API requests and their dependencies, then constructs a dependency graph to determine the correct sequence of calls needed to perform a desired action. Finally, it traverses this graph and outputs runnable Python code that reproduces the user’s intent using the platform’s unofficial endpoints.