# AI Review ## Docs - [Authentication](https://mintlify.wiki/TinsFox/ai-review/api-reference/authentication.md): How to authenticate with the AI Review API using session cookies or API keys. - [Health](https://mintlify.wiki/TinsFox/ai-review/api-reference/health.md): Endpoints for checking the health and operational status of the AI Review server. - [Notifications](https://mintlify.wiki/TinsFox/ai-review/api-reference/notifications.md): Endpoints for managing notification configuration, querying notification history, and working with push subscriptions. - [API Overview](https://mintlify.wiki/TinsFox/ai-review/api-reference/overview.md): An introduction to the AI Review REST API, including base URL, response format, authentication, and available endpoint groups. - [Platform Configs](https://mintlify.wiki/TinsFox/ai-review/api-reference/platform-configs.md): Endpoints for creating and managing GitLab and GitHub platform connections used by AI Review. - [Projects](https://mintlify.wiki/TinsFox/ai-review/api-reference/projects.md): Endpoints for listing, syncing, configuring, and managing webhook setup for projects. - [Reviews](https://mintlify.wiki/TinsFox/ai-review/api-reference/reviews.md): Endpoints for triggering AI code reviews, querying review results, and accessing review details such as comments, files, rounds, and AI logs. - [Runners](https://mintlify.wiki/TinsFox/ai-review/api-reference/runners.md): Endpoints for registering, monitoring, and interacting with external AI review runners. - [Webhooks](https://mintlify.wiki/TinsFox/ai-review/api-reference/webhooks.md): Endpoints that receive webhook events from GitLab and GitHub to trigger automatic AI code reviews. - [Architecture](https://mintlify.wiki/TinsFox/ai-review/concepts/architecture.md): Overview of the three-component system architecture powering AI Review. - [Review flow](https://mintlify.wiki/TinsFox/ai-review/concepts/review-flow.md): End-to-end walkthrough of how a code review moves from webhook to results. - [Runner](https://mintlify.wiki/TinsFox/ai-review/concepts/runner.md): How the standalone executor polls for tasks and runs reviews in isolated Docker containers. - [AI Providers](https://mintlify.wiki/TinsFox/ai-review/configuration/ai-providers.md): Configure AI providers and models for code review in AI Review. - [Environment variables](https://mintlify.wiki/TinsFox/ai-review/configuration/environment-variables.md): Complete reference for all environment variables used by AI Review. - [Notifications](https://mintlify.wiki/TinsFox/ai-review/configuration/notifications.md): Configure notification channels and manage notification history in AI Review. - [GitHub Integration](https://mintlify.wiki/TinsFox/ai-review/integrations/github.md): Connect AI Review to GitHub or GitHub Enterprise to automatically review pull requests. - [GitLab Integration](https://mintlify.wiki/TinsFox/ai-review/integrations/gitlab.md): Connect AI Review to GitLab (SaaS or self-hosted) to automatically review merge requests. - [Introduction](https://mintlify.wiki/TinsFox/ai-review/introduction.md): AI-powered automated code review platform for GitLab and GitHub - [Database](https://mintlify.wiki/TinsFox/ai-review/operations/database.md): PostgreSQL setup, Drizzle ORM migration commands, and database management for AI Review. - [Deployment](https://mintlify.wiki/TinsFox/ai-review/operations/deployment.md): How to deploy AI Review in production, covering both single-service and server+runner configurations. - [Monitoring](https://mintlify.wiki/TinsFox/ai-review/operations/monitoring.md): Health checks, metrics endpoints, log configuration, and the operations checklist for AI Review. - [Runner setup](https://mintlify.wiki/TinsFox/ai-review/operations/runner-setup.md): How to deploy and manage AI Review Runner instances for isolated review execution. - [Quickstart](https://mintlify.wiki/TinsFox/ai-review/quickstart.md): Run a local AI Review instance and trigger your first automated code review. - [Self-Hosting](https://mintlify.wiki/TinsFox/ai-review/self-hosting.md): Deploy AI Review to production using Docker Compose. ## OpenAPI Specs - [openapi](https://mintlify.wiki/TinsFox/ai-review/api-reference/openapi.json)