Skip to main content

GitHub Setup

GitHub is the most direct Git provider path in Cloudgeni today. Use it when you want repository access for:
  • Static analysis
  • PR reviews
  • Agent sessions
  • Cloud resource import handoff

In The UI

  1. Go to Settings -> Integrations -> Git
  2. Choose Connect GitHub
  3. Complete the GitHub app install or authorization flow
  4. Return to Cloudgeni and wait for the integration to become active

What To Verify

After the connection completes:
  • The GitHub integration appears in the Git integrations list
  • Repositories are visible on the integration detail page
  • You can open a repository and enable Pull Request Reviews if needed

CLI Option

The current CLI has a GitHub integration create command:
cloudgeni integration create github \
  --org <org-id-or-slug> \
  --wait \
  --print-url
That is useful for scripted setup, but most teams still complete the real authorization step through the browser.

Next

Connect Git

Read the cross-provider guidance and troubleshooting notes.

PR Reviews

Turn on repository-level reviews after the sync is healthy.