GitHub Integration
Connect GitHub so agents can create branches, open PRs, run CI, and merge code.
Setup
- Settings → Integrations → Connectors → GitHub → Connect GitHub
- Authorize the Cendriix GitHub App for your organization
- Select repositories for agent access
Permissions: repository contents (read/write), pull requests (read/write), checks (read), webhooks.
Available tools
| Tool | Description |
|---|---|
github.repos.get | Repository metadata |
github.pulls.create | Create a PR |
github.pulls.merge | Merge a PR |
github.checks.listForRef | CI check runs for a ref |
github.contents.createOrUpdate | Create/update files |
github.branches.create | Create a branch |
github.issues.create | Create 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