Skip to main content
Code and commit data enables the Investigation Agent to identify potential causes of breaking changes, either in response to a user question (e.g. “Have there been any recent commits that could have impacted [service]?”) or automatically in response to an alert. Phoebe supports three levels of capabilities:
  1. Read PRs and commit changes - identify recent changes that may have caused the current issue
  2. Read full code repository - provides deeper context for root cause analysis
  3. Create PRs to fix issues - generates code fixes for problems found during investigations

GitHub

To provide read access to GitHub data, install Phoebe’s GitHub App:
1
Make sure you’re logged in to Phoebe’s web app at app.phoebe.ai. This is necessary for us to know which org to attach the repository to.
3
Choose repositories to grant access to
4
Review requested permissions
5
Click “Install & Authorise”
6
Verify installation in GitHub Settings
Phoebe only needs read-only access.For a given alert or search investigation, Phoebe can analyse a 60-day rolling window of PRs up to your onboarding date.
GitLab and BitBucket integrations are coming soon.