CodeRabbit
CodeRabbit is an AI-powered code review platform that installs as a Git app (GitHub, GitLab, Bitbucket, Azure DevOps) to deliver line-by-line, context-aware reviews and summaries on pull requests, plus IDE and CLI reviews. It exposes a REST API for on-demand developer activity report generation and is configured per-repository with a .coderabbit.yaml file.
APIs
CodeRabbit Reports API
REST API for generating developer activity reports over a date range, authenticated with the x-coderabbitai-api-key header. The POST /report.generate endpoint returns an on-dema...
CodeRabbit Git App Integration
CodeRabbit installs as a Git application on GitHub, GitLab, Bitbucket, and Azure DevOps, subscribing to pull/merge request events to post AI reviews, summaries, and chat replies...
CodeRabbit Configuration
Per-repository behavior is configured with a .coderabbit.yaml file (validated against a published JSON schema) controlling review tone, path filters, enabled tools/linters, auto...