Skip to content

Latest commit

 

History

History
104 lines (88 loc) · 4.14 KB

File metadata and controls

104 lines (88 loc) · 4.14 KB
title Install Autter
description Connect the Autter platform to GitHub or GitLab, or install the open source Autter CLI.

Install the hosted integration for pull request reviews. Install the CLI for line-level AI authorship. You can use both together.

Connect the Autter platform

Open the [Autter platform](https://app.autter.dev/login) and sign in. Create a trial organization or open an existing organization. Open repository selection. Choose **I have repositories to connect** for your own repository, or **I don't have a repo yet — set me up** for a demo repository. Complete the GitHub connection. Install the Autter GitHub App or review its access, then include the repositories Autter should review. Return to Autter, select the repositories, and add them to your organization. Open or update a pull request in a connected repository, then look for Autter feedback and checks.
See [GitHub setup](/guides/github-setup) for verification and troubleshooting.
Open the [Autter platform](https://app.autter.dev/login) and sign in. Create a trial organization or open an existing organization. Start the GitLab connection from Autter and complete the provider authorization flow. Grant access to the projects Autter should review, then add them to your Autter organization. Open or update a merge request in a connected project, then look for Autter feedback and status information.
See [GitLab setup](/guides/gitlab-setup) for verification and troubleshooting.

Autter workspace setup asking whether to connect an existing repository or create a demo repository

{/* TODO: Confirm the current minimum GitHub and GitLab permission requirements before listing exact roles or scopes. */}

Install the Autter CLI

The Autter CLI supports macOS, Linux, Windows through WSL, and native Windows PowerShell.

```bash curl -fsSL https://api.autter.dev/install.sh | bash ``` ```powershell powershell -NoProfile -ExecutionPolicy Bypass -Command "irm https://api.autter.dev/install.ps1 | iex" ``` ```bash npm install -g @autter/cli ```
Requires Node.js 18 or later. Downloads the same release binary as the script installers.

The installer asks whether you want local-only mode or connected mode. You can change this choice later with autter onboard.

Verify the installation and configure your coding agents. Compare local-only and connected data handling before you choose a mode.

Choose what to configure next

The platform works without a repository configuration file. Use platform settings to add natural-language rules and tune review behavior.

See the customer-facing controls available in the Autter platform. Configure local storage, connected mode, telemetry, and hosted endpoints for `autter`.