| 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.Create an Autter organization, then try a demo repository on GitHub or connect your own GitHub repository or GitLab project. Autter reviews changes in your pull request or merge request workflow.
Sign up for the [Autter platform](https://app.autter.dev/login) with GitHub or Google, then create a trial organization. Use the demo setup to copy a project into your GitHub account, or connect your own repository. Grant Autter access, then add the repository to your Autter organization. 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 with a demo repository or your own code.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 -fsSL https://api.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