- Autter platform reviews proposed changes before merge.
- Autter CLI records AI authorship as developers and coding agents edit code.
- Autter Runtime tracks errors and usage in your app after that code ships.
Autter platform
The Autter platform is an AI code review product for pull requests and merge requests. It uses the current diff, codebase context, team rules, linked work items, and scanner output to find issues before merge. The platform can help you:- find bugs, edge cases, and security risks
- apply team standards written in natural language
- summarize a pull request and its architectural impact
- suggest concrete fixes
- run linters, security scanners, and pre-merge checks
- measure review cycle time and team activity
Autter CLI
The open source Autter CLI records explicit AI authorship. Coding agents report which lines they changed, so Autter does not need to guess whether code was written by AI. The CLI links AI-authored lines to the coding agent, model, and prompt context. You can inspect that information with commands such asautter blame and autter stats.
Local-only mode works without an account. Connected mode sends selected attribution and prompt data to your Autter organization. Review Data and privacy before choosing a mode.
Autter Runtime
Autter Runtime is an open source, lightweight runtime telemetry system — a dependency-free browser error and usage tracker paired with a curated Node OpenTelemetry setup, both funneling into a self-hostable ingester. The Runtime can help you:- capture unhandled and handled errors from the browser and the server
- trace requests with standard OpenTelemetry on the backend
- see per-route usage and error rollups, grouped per repository
- self-host the ingester, or use Autter’s hosted endpoint
Autter Runtime does not require an Autter platform or CLI account. It’s independently usable and works with any language that has an OpenTelemetry SDK. See Using Autter Runtime without npm.
How the products fit together
Next steps
Platform quickstart
Connect a repository and receive your first review.
CLI installation
Install
autter and verify line-level attribution.Runtime quickstart
Add error and usage tracking to your app.

