For the complete documentation index, see llms.txt. This page is also available as Markdown.

GitHub

Connect GitHub to the Pagerly SRE Agent to search code, PRs, commits, and deployments.

What the Agent Can Do

  • Search code across repos β€” find error handlers, configs, related code

  • List recent commits β€” correlate deployments with incidents

  • Search pull requests β€” find recent changes that might have caused issues

  • List deployments and their statuses

Setup Instructions

  1. Install the Pagerly GitHub App

  2. Select the repositories you want to grant access to

  3. The integration will be configured automatically

Option B: Personal Access Token

  1. Go to GitHub β†’ Settings β†’ Developer settings β†’ Personal access tokens β†’ Fine-grained tokens

  2. Click Generate new token

  3. Set a name (e.g., Pagerly) and expiration

  4. Under Repository access, select the repos you want to connect

  5. Under Permissions, grant read-only access to: Contents, Metadata, Pull requests, Issues, and Commit statuses

  6. Click Generate token and copy it

Required Credentials (PAT method)

Field
Description
Example

Organization/Username

GitHub org or username

acme-corp

Personal Access Token

Fine-grained PAT with read access

github_pat_...

Context Prompt Tips

"Main repos: org/api, org/frontend. Production branch is main. Deployments are tracked via GitHub Actions."

Docs

Last updated