Skip to main content
Setting up Qodo on GitHub Enterprise is a straightforward process, with additional attention to secure enterprise environments. You can install Qodo on a single project to start small, or across multiple repositories for organization-wide adoption. The setup usually takes just a few minutes, depending on your environment. Once installed, Qodo automatically processes your pull requests and posts actionable output—such as reviews, summaries, and suggested improvements—directly in your GitHub Enterprise pull requests.

1. Log in to the Qodo portal

Before setting up Qodo, make sure you have created a Qodo account and signed in.

2. Set up Qodo on GitHub Enterprise

After signing in to your Qodo account, follow the steps below to set up Qodo on GitHub Enterprise.

GitHub Enterprise Server

To use Qodo with a private GitHub Enterprise Server, contact the Qodo team to enable the Git integration.GitHub Enterprise Server requires a single-tenant or on-prem Qodo deployment.

GitHub Enterprise Server action configuration

To use the GitHub Action with a GitHub Enterprise Server, add the GITHUB.BASE_URL environment variable with the API URL of your GitHub server. Example: If your GitHub Enterprise Server is hosted at https://github.mycompany.com, add the following to your workflow file:
env:
  # ... previous environment values
  GITHUB.BASE_URL: "https://github.mycompany.com/api/v3"