Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.qodo.ai/llms.txt

Use this file to discover all available pages before exploring further.

This guide walks you through setting up Qodo on GitHub Enterprise.

Prerequisites

Before you begin, ensure you have:
  • A Qodo single-tenant or on-premises deployment.
  • Access to your Qodo portal.
  • GitHub organization admin access.

Set up Qodo on GitHub Enterprise

1

Log in to the Qodo portal

2

Configure GitHub Enterprise Server

Add the GITHUB.BASE_URL environment variable with the API URL of your GitHub server to your workflow file.If your GitHub Enterprise Server is hosted at https://github.mycompany.com:
env:
  # ... previous environment values
  GITHUB.BASE_URL: "https://github.mycompany.com/api/v3"

What’s next

View Using Qodo in PRs to learn about next steps and how to get the most out of Qodo.