Skip to Content

GitHub Integration

Connect GitHub so agents can create branches, open PRs, run CI, and merge code.

Setup

  1. Settings → Integrations → Connectors → GitHubConnect GitHub
  2. Authorize the Cendriix GitHub App for your organization
  3. Select repositories for agent access

Permissions: repository contents (read/write), pull requests (read/write), checks (read), webhooks.

Available tools

ToolDescription
github.repos.getRepository metadata
github.pulls.createCreate a PR
github.pulls.mergeMerge a PR
github.checks.listForRefCI check runs for a ref
github.contents.createOrUpdateCreate/update files
github.branches.createCreate a branch
github.issues.createCreate an issue

Webhooks

Real-time events: push (triggers runs), pull request (review workflows), check suite (CI monitoring).

See also: All Connectors, Policies

Last updated on