Skip to main content
POST
Trigger a change request review

Authorizations

Authorization
string
header
required

Your ara_ API key from Settings > Ara API. Keys are capability-scoped: run, plugins:read, secrets:read, secrets:write, sessions:read, knowledge:read, repos:read, repos:write, reviews:read, reviews:write, analytics:read, org:read, org:write, attachments:read, attachments:write, plugins:write, guardrails:read, guardrails:write.

Path Parameters

orgId
string
required

Organization id or slug. Resolve it with GET /v3/self.

Body

application/json
repository
string

Repository or project path.

pr_number
integer

The pull request number or merge request IID to review.

pr_url
string

GitHub pull request URL or GitLab merge request URL. Alternative to repository + pr_number.

provider
enum<string>

Source-control provider. Defaults to GitHub first, then GitLab if no GitHub review trigger exists.

Available options:
github,
gitlab
instructions
string

Optional guidance to focus the review.

Response

Review queued.