| title | Platform quickstart |
|---|---|
| description | Connect a repository and receive your first Autter pull request review. |
Use this guide to connect the Autter platform and verify that reviews appear in your source control provider.
You need:
- an Autter account
- access to a GitHub repository or GitLab project
- permission to install or authorize the relevant integration
- a pull request or merge request you can open for verification
<Tabs>
<Tab title="GitHub">
Install the Autter GitHub App on the account or organization that owns the repository.
</Tab>
<Tab title="GitLab">
Authorize the Autter GitLab integration for the account, group, or project you want to use.
</Tab>
</Tabs>
{/* TODO: Add approved screenshots for the current GitHub and GitLab authorization screens. */}
Check that the review gives the author enough context to act:
- the affected code or behavior
- why the finding matters
- a proposed fix when Autter can provide one
- the severity or merge impact
If the feedback is too broad or too noisy, adjust the review behavior and add team rules. See Configuration.
Autter supports team standards written in natural language. Define a small, testable rule such as:
Payment handlers must verify the authenticated account owns the payment method before creating a charge.
Apply the rule to the relevant repositories, then test it with a pull request that contains a representative change. See Custom rules for a safe rollout process.
Install the Autter CLI when you also want line-level attribution for code written by coding agents.
curl -sSL https://autter.dev/install.sh | bash
autter statusThe CLI can remain local-only or connect to your Autter organization. See Install the CLI and Data and privacy.
If no review appears:
- Confirm the repository is included in the integration's access scope.
- Confirm the pull request targets the repository's normal review branch.
- Check the Autter platform for a connection or review status.
- Reopen or update the pull request after fixing access.
{/* TODO: Add the approved platform support path for failed hosted reviews. */}