Connect CesaFlow to your GitHub repositories for automated code review, fixes, and CI debugging.
When a PR is opened, CesaFlow agents review the code and post detailed feedback.
Comment "/cesaflow fix [description]" on any PR — agents write the fix and push to the branch.
New GitHub issues are automatically analyzed. CesaFlow posts an implementation plan.
When CI fails, CesaFlow diagnoses the root cause and suggests a fix on the PR.
Install the CesaFlow GitHub App on your organization or repository. After installation, you'll be redirected back here automatically.
Install on GitHubWebhook URL: https://api.cesaflow.ai/api/v1/github/webhook/••••(full URL shown after install)
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