Skip to main content

GitHub

Connect your GitHub repositories to give RunLLM's SRE agent direct access to your code. The agent clones the repositories at setup and keeps them up to date during investigations, enabling it to read code, trace history, and correlate recent changes with incidents.

The agent can:

  • Report current branch and repository status
  • Switch branches and pull latest changes
  • Check out specific commits for point-in-time code inspection
ParameterDescription
Repository URLsOne or more GitHub repository URLs (e.g., https://github.com/owner/repo). The agent will clone and maintain a local copy of each.

Optional parameters

ParameterDescription
Access TokenA GitHub personal access token (ghp_xxxxxxxxx). Required for private repositories. Create one under Settings > Developer settings > Personal access tokens with repo scope.
Rules / InstructionsFree-form instructions that guide the agent on how to use this integration (e.g., "Focus on the main branch of the payments-service repo").