Best Damn QA Agent in the World
Send any email or webpage. ArbiterQA runs computer-vision and functional tests against open Standards and returns a verdict — pass or fail, with evidence.
Two honest outcomes
It passed or it failed. Never a maybe.
pass
Pass
The asset met every Validation in the set. Ship it — the evidence is attached.
fail
Fail
A Validation caught something real. You get the diff, the screenshot, and the exact rule that fired.
Built for agents
One endpoint. A verdict your agent can act on.
Point ArbiterQA at a URL or an email, name the Validations to run, and get a structured result back — machine-readable, versioned, and reproducible.
POST /v1/jobs
{
"asset": "https://example.com/pricing",
"validations": ["links.reachable", "layout.no-overflow"]
}
→ {
"result": "fail",
"validation": "links.reachable@2.3.0",
"evidence": "3 of 41 links returned 404"
}