🦎

Ask the lizard for a PR review

Paste a pull request and it joins the review queue.

Agent API

Calling from an agent, script, or CI?

Queue a pull request without opening this page. Click to see the API.

POST /api/reviews
1 · Send a PRPass a GitHub URL, owner/repo#number, or a small JSON object.
2 · Safe to retryA repeated request returns its existing queue state and never creates a duplicate.
3 · Read the resultThe JSON response reports whether it was new, its status, and how many reviews are ahead.
text/plain: owner/repo#123 {"ref":"https://github.com/…/pull/123"} {"repo":"owner/repo","number":123}

          
        
{"ok":true,"already":false,"ref":"owner/repo#123","status":"queued","ahead":2}
202 queued200 already queued/running400 invalid or inaccessible403 public adds disabled

Requests respect the same public-add switch and allowance rules as human submissions. Queueing can succeed while review execution waits for allowance to refill.