Skip to content

GitHub App

Connect CesaFlow to your GitHub repositories for automated code review, fixes, and CI debugging.

Automatic PR Review

When a PR is opened, CesaFlow agents review the code and post detailed feedback.

/cesaflow fix

Comment "/cesaflow fix [description]" on any PR — agents write the fix and push to the branch.

Issue → Run

New GitHub issues are automatically analyzed. CesaFlow posts an implementation plan.

CI Failure Debug

When CI fails, CesaFlow diagnoses the root cause and suggests a fix on the PR.

Install GitHub App

Install the CesaFlow GitHub App on your organization or repository. After installation, you'll be redirected back here automatically.

Install on GitHub

Webhook URL: https://api.cesaflow.ai/api/v1/github/webhook/••••(full URL shown after install)

Admin Setup

Add these to your .env:

GITHUB_APP_ID=your_app_id
GITHUB_APP_PRIVATE_KEY="-----BEGIN RSA PRIVATE KEY-----\n...\n-----END RSA PRIVATE KEY-----"
GITHUB_WEBHOOK_SECRET=your_webhook_secret