Back to Docs

Getting started

Install Codexa

Add Codexa to one of your GitHub repos. The next PR you open gets a review automatically.

1. Install on your repository

Click the button below. GitHub will ask which account and which repos to install Codexa on. Pick "Only select repositories" if you want to start with just one.

Install on GitHub
GitHub install screen for Codexa
GitHub's install confirmation screen — pick which repos to grant access to.

2. Open a pull request

That's it. The next PR you open in an installed repo gets a review within ~10 seconds. Codexa posts a single comment with all findings, ranked by severity.

💡 Quick test
Want to see Codexa work right away? Make a tiny commit on a new branch and open a PR with intentionally rough code (a missing null check, a hardcoded secret, a SQL injection). Codexa will surface every issue in the comment.

3. (Optional) Sign in to the dashboard

Visit the dashboard and sign in with GitHub to see review history, configure per-repo settings, and view full finding detail.

What permissions does Codexa need?

The GitHub App requests these permissions on the repos you install it on:

Pull requests:  Read and write    (read diffs, post review comments)
Contents:       Read-only          (fetch the diff)
Metadata:       Read-only          (auto, granted to all GitHub Apps)
Checks:         Read and write     (post a status check on each PR)

Codexa never modifies your repository contents, branches, settings, or anything else. You can revoke access at any time by uninstalling the App from GitHub settings.

Next steps