APIbenchmarks
Integuru logo

Integuru

Integuru (YC W24) · Ranked #7 of 7 in Unofficial APIs

72.4/ 100
CSolid

Free AGPL-licensed AI agent that reads a site's HAR file and generates runnable Python that calls its internal API, with no support, no SLA and no maintenance.

Best for

Free DIY reverse-engineering

Overview

Integuru (YC W24) is the purest expression of this category's core idea and the cheapest way to test whether it works for you. You capture a HAR file and cookies from a session, point the agent at it, and an LLM identifies the request chain and data dependencies, builds a dependency graph, and emits runnable Python that calls the platform's internal API directly. The core agent is AGPL-3.0, fully open source, and has drawn 4,700+ GitHub stars.

The generated integrations are legitimately fast. The company reports roughly three-second completions with 99.9%+ success rates, and says the approach handles over a million API calls per month per platform, with users building low-latency APIs for platforms like Robinhood and trucking TMS systems.

What you do not get is everything after generation. There is no observability layer watching for the 3am redesign, no auto-repair, no MFA or session-rotation handling as a managed service, no support, no SLA and no one to call. The documentation is essentially a README. AGPL-3.0 is also a real constraint for commercial products. Integuru scores near the top of the category on accessibility because it costs nothing, and near the bottom on reliability because the entire maintenance burden, which is where these projects actually die, transfers to you on day one.

How this score is derived

The APIbenchmarks Index is a weighted sum of four dimensions, each scored on an absolute 0–100 reference scale. See the methodology for every mapping.

DimensionScoreWeightContribution
Documentation & DXEffectively a GitHub README plus examples: enough to run the agent, well short of a product reference. No hosted docs site, no API reference, no production or auth guidance.
68
30%20.4
ReliabilityGeneration quality is good (reported ~3-second completions, 99.9%+ success, 1M+ calls/month per platform), but there is no observability, no auto-repair, no support and no SLA. When the vendor changes their front-end, the integration breaks silently and fixing it is entirely your problem, which is the failure mode that ends most DIY reverse-engineering efforts.
60
25%15.0
Ecosystem & SDKsPython output, HAR/cookie-based workflow, an active GitHub organisation and 4,700+ stars. No MCP server, no hosted runtime, no client SDKs across languages, and AGPL-3.0 limits commercial embedding.
72
25%18.0
AccessibilityThe highest score in the category on this dimension: completely free, fully open source, nothing to negotiate, and your only running cost is LLM inference. The licence is the catch, not the price.
95
20%19.0
APIbenchmarks Index (ABI)72.4

Table 1. Derivation of the ABI for Integuru. Contribution = score × weight; the index is their sum.

At a glance

Vendor
Integuru (YC W24)
Pricing model
Open source (AGPL-3.0)
Free tier
Fully free and open source (AGPL-3.0); you pay only LLM costs
Official SDKs
2 languages

Pricing

Open source$0AGPL-3.0 licensed core agent. You pay only for LLM inference during generation. No support or SLA.

Key features

  • LLM-driven HAR file analysis
  • Request-chain and data-dependency graph construction
  • Runnable Python code generation
  • Cookie and session capture workflow
  • Internal API endpoint discovery
  • Fully self-hosted execution

Official SDKs

Python (generated integration code)Open-source CLI agent (AGPL-3.0)

Strengths & trade-offs

Strengths
  • +Completely free and open source (AGPL-3.0); only cost is LLM inference
  • +4,700+ GitHub stars and an active organisation
  • +Generates runnable Python that calls internal APIs directly, no browser in the loop
  • +Reported ~3-second completions with 99.9%+ success rates
  • +Reported to handle 1M+ API calls per month per platform
  • +Builds a real dependency graph of request chains rather than replaying a flat script
  • +Proven on real targets including Robinhood and trucking TMS platforms
Trade-offs
  • No observability, no auto-repair and no monitoring: breaks are silent and yours to fix
  • No support, no SLA and no commercial backing behind the integration
  • Documentation is effectively a README, with no hosted reference or production guidance
  • AGPL-3.0 is a genuine blocker for many commercial products
  • MFA, session rotation and captcha handling are left to you
  • No MCP server, no hosted runtime, no multi-language SDKs
  • Requires you to capture HAR files and cookies manually to start

What developers say

Strong developer interest (4,700+ GitHub stars)

Well received on Hacker News and in developer coverage as a clever, genuinely useful tool that makes the reverse-engineering step nearly free. The consistent caveat in commentary is licensing and the fact that generation is the easy half of the problem, with ongoing maintenance left entirely to the user.

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

Key figures

GitHub stars4,700+GitHub
Generated integration latency (reported)~3 seconds per callInteguru
Reported success rate99.9%+Integuru
Reported scale1M+ API calls/month per platformInteguru
LicenceAGPL-3.0GitHub

Compare Integuru head to head

Sources

  1. https://github.com/Integuru-AI/Integuru
  2. https://github.com/Integuru-AI
  3. https://news.ycombinator.com/item?id=41983409
  4. https://dev.co/ai/frameworks/integuru

Figures last verified 2026-08-12. Spotted an error? corrections@apibenchmarks.com