Install AgentDiff, gate the next PR.
AgentDiff is free. No code changes, no extra runner, install in under two minutes.
Sign up, connect GitHub, done.
Runs as a GitHub App on pull_request events. Never reads your source code.
pull-requests: write, checks: write, metadata: read, deployments: read. No Contents read.Point it at your agent.
In Settings → Repos, give it two URLs: your baseline and your PR preview.
The agent endpoint AgentDiff treats as the baseline, typically your production agent on main.
https://api.example.com/v1/chat
The candidate endpoint for a PR. Placeholders: {branch}, {sha}, {pr_number}.
https://pr-{pr_number}.preview.example.com/v1/chatBoth URLs are validated from the same residential nodes, in series. Differences are attributable to the endpoint, not the network.
Open a PR. Watch the check.
An AgentDiff check appears on the PR within seconds. Aggregation lands in 30 to 90 seconds.
AgentDiff check to your branch protection rules to gate merges on the verdict. Owners can override a verdict from the run report and overrides re-push the GitHub Check immediately.Authenticate to the validated agent.
Four auth modes. Secrets are encrypted at rest and decrypted on the residential node at validate time.
Pick a baseline policy.
Two modes. Pick the one that matches how your team defines a good agent response.