Integuru is an open-source AI agent designed to automatically create integrations between software platforms by reverse-engineering their internal APIs. Instead of relying on official developer documentation or publicly available APIs, the system analyzes network traffic generated by user interactions within a web application. Developers capture browser requests and authentication data, which the agent then uses to infer the structure of the platform’s internal API endpoints. Based on this information, the system generates executable code that can replicate the original action programmatically. This approach allows developers to automate workflows and build integrations with services that do not provide official APIs or developer tools. The project is designed as a research platform for exploring AI-driven automation and integration generation.
Features
- AI agent that generates integration code automatically
- Reverse engineering of internal platform APIs through network analysis
- Automation of workflows for services without official APIs
- Generation of executable Python code for API interactions
- Use of captured browser request data for endpoint discovery
- Support for building unofficial APIs and custom integrations