| title | Autter documentation |
|---|---|
| description | Set up AI code review with the Autter platform, track AI authorship with the open source Autter CLI, or add runtime telemetry with Autter Runtime. |
Autter helps engineering teams review pull requests, understand AI-authored code, and track what happens to that code at runtime.
Choose the product that matches what you want to accomplish:
Review pull requests, apply team rules, run pre-merge checks, and inspect engineering analytics. Record line-level AI authorship in Git and inspect the agent, model, and prompt behind a change. Add lightweight, open source error and usage tracking to your app's frontend and backend.Connect GitHub or GitLab, select a repository, and open a pull request. Autter reviews the change in your existing pull request workflow.
Sign in to the [Autter platform](https://app.autter.dev), then connect GitHub or GitLab. Grant Autter access to the repository you want to review. Autter analyzes the diff, repository context, and configured rules before posting feedback. Add team rules and adjust review behavior after you see the first results. Follow the platform quickstart from sign-in to your first reviewed pull request.Use the CLI when you need explicit AI authorship and line-level attribution in Git history. It works in local-only mode without an account. Connected mode can send attribution and prompt history to your Autter organization.
curl -sSL https://autter.dev/install.sh | bash
autter statusAutter Runtime is an open source, dependency-light way to track runtime errors and usage in your own app — a <5 KB browser tracker, a curated Node OpenTelemetry setup, and a self-hostable ingester.
npm install @autter/runtime-browser # frontend
npm install @autter/runtime-node # backend