Guides

Connect GitHub

GitHub is what turns VocxAI from "here's what customers want" into "here's the actual pull request." Connecting it unlocks feasibility checks against your real code, codebase-grounded PRDs, and build agents that open PRs - everything else in the product still works without it, just with less to go on.

Before you start

Step 1: Start the connection

1

Go to Settings → Connectors and click Connect on the GitHub card.

Step 2 (optional): Pick an organization first

2

If you belong to more than one GitHub organization, Choose which organization to install on opens a small popup that lists the ones you're a member of, so the install screen in the next step jumps straight to the right one. This step is entirely optional - skip it and you'll pick the account manually on GitHub's own screen instead.

Step 3: Install on GitHub

3

Authorise & connect opens GitHub's own installation screen in a new tab. Choose the organization or account to install on, then choose All repositories or select specific ones - this choice is entirely yours, made on GitHub's side, and only the repos you grant here are ever visible to VocxAI.

Step 4: Narrow down what VocxAI actually analyzes

4

After installing, you'll land on Repo Intelligence - a checklist of every repository the install granted access to. Select the ones you actually want VocxAI reasoning about day to day (feasibility checks, PRDs, build agents) and save.

What this access is actually used for

VocxAI never merges a pull request itself. Every change it opens waits for a human to review and merge it through your normal GitHub workflow. See Approval gates.
Want the full picture? The Trust & Security page lists the exact permissions the app requests, what it can't do, where your code goes, and how to revoke access.

One GitHub connection per account

A VocxAI account can have exactly one active GitHub connection at a time. If you reconnect to a different organization or account, it replaces the current connection rather than adding a second one - there's no warning dialog for this today, so only reconnect if you actually mean to switch which org VocxAI is working against.

Disconnecting

Disconnect in Settings → Connectors removes VocxAI's local record of the installation, but it does not uninstall the GitHub App from your GitHub organization. To fully revoke access, also remove the app from your organization's (or account's) installed GitHub Apps in GitHub's own settings.

Troubleshooting