The benchmark for AI coding agents on API integrations.
HeyMilo connects hiring teams to their ATS, HRIS, CRM, ERP, SORs, and legacy systems, including software that shipped in 1993.
Integration Bench is one test for AI coding agents: can it ship one of 1M integrations that survives the real vendor?
Source
~1M: round figure for the integrations an agent might be asked to write, given thousands of business apps with a public API. 1993: UKG Pro's first release, UltiPro for LAN (Ultimate Software S-1, 1998).
In collaboration with experts from
How this started
We did not set out to build a benchmark. We set out to stop rewriting connectors.
- Nov 2023First connector ships.A customer's screening results need to land in their ATS. One engineer, one vendor, one week of reading documentation and finding out which parts were true. Tooling: ChatGPT in a browser tab (GPT-4 Turbo shipped that month), code pasted into the connector by hand.
- 2024The staffing and recruiting stack, one vendor at a time.Bullhorn, Greenhouse, Lever, Avionté, JobDiva, Ceipal and the rest. Every connector follows the same pattern: the docs are wrong somewhere, and the only place you can see it is the vendor's request log. Tooling: GPT-4o (May) and Claude 3.5 Sonnet (June) move into the editor. They explain the docs and fill in boilerplate; a human still writes the connector.
- 2025Enterprise HRIS, and the software nobody wants to integrate with.Workday, SuccessFactors, UKG Pro, iCIMS. Then the long tail: SOAP endpoints, cookie-session auth, CSV drops over SFTP, pagination that breaks on page two. The oldest lineage is UKG Pro: it shipped in 1993 as a DOS payroll product and still runs payroll today. Tooling: Claude Code (Feb), then GPT-5 (Aug) and Claude Sonnet 4.5 (Sep) write whole files from a ticket. Every line still reviewed by a person.
- Early 2026Agents ship connectors end to end.Claude Opus 4.6 (Feb) takes a ticket and returns a working connector, and review moves from reading the diff to reading the vendor's log. That is where the failures are: right-looking code that pulls the wrong rows, hammers a rate limit, or puts a credential in a query string. So we build vendors that do not exist, with request logs we control, and grade from the other side of the wire.
- Sept 2026Integration Bench rev 01. 100+ integrations shipped.15 synthetic vendors, 17 models, one official attempt per task. Scores are read from the vendor's log, not the agent's code. 50 public tasks published in full: every tool call, vendor request, graded check and diff for 850 attempts is on this site. The rest of the suite is private. Open a trajectory
of HTTP requests to web content now come from automated clients, not people.
Cloudflare Radar recorded the crossover in June 2026. A growing share of that traffic is agents reading docs, calling APIs and moving records between systems. The integration engineer is increasingly a model. Whether it integrates correctly is now the load-bearing question for any product that only works once connected.
Source: Cloudflare Radar, bot vs. human traffic, June 2026
Graded from the vendor's request log
Most coding benchmarks grade a repo against its own tests, which miss how integration work fails:
- The documentation is wrong somewhere.
- The vendor enforces limits and signatures the code never mentions.
- A connector can return the right rows and still get your API key revoked.
None of that shows in the diff, but all of it shows in the traffic, which is where we read the score.
Leaderboard
Mean score over the public task set, pass 1, one official attempt per model per task. Development-set numbers: we built the instrument against these tasks, so they describe the benchmark as much as the models.
| # | Model | Mean score | Score bar | Resolved | Status |
|---|---|---|---|---|---|
| 1 | 67.7±2.6 | 68% | |||
| 2 | 63.6±2.7 | 64% | |||
| 3 | 63.4±2.8 | 64% | |||
| 4 | 61.7±2.9 | 62% | |||
| 5 | 61.2±3.0 | 62% | |||
| 6 | 59.3±3.1 | 60% | |||
| 7 | 57.7±3.2 | 58% | |||
| 8 | 57.5±3.3 | 58% |
The benchmarks
Each benchmark covers a different part of the stack and uses the same scoring method. Fifty tasks are public; the rest of the suite is private. Every official run on the public set is published.
Integration Bench
Legacy Integration Bench
After that: systems of record. Bidirectional CRM sync, where a wrong write is the expensive failure. Not scheduled yet.
