> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agentgg.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> The agentgg platform runs the same agents as the CLI. It needs no install and provides the model for every scan.

The agentgg platform runs the same agents as the CLI. It needs no install. It provides the model for every scan.

## Features

| Feature                  | Description                                                 |
| ------------------------ | ----------------------------------------------------------- |
| Dashboard                | See every scan and every finding in one place.              |
| Scan a public repository | Paste a public repository address. Nothing to install.      |
| Upload a scan            | Scan a `.zip` file you upload, with no local setup.         |
| Connect a repository     | Connect a GitHub repository and scan it from the dashboard. |
| Pull request scans       | Scan each pull request automatically and post the result.   |
| Findings                 | Read every confirmed finding in one list.                   |
| Organization             | Invite teammates and give each one a role.                  |
| Billing                  | Add prepaid credits and pay for scans as you use them.      |

## The open-source CLI

The platform runs on `agentgg`, an open-source scanner you can also run yourself.
The agents are the same either way.

<Card title="agentgg on GitHub" icon="terminal" href="/cli/overview">
  Run the same scans on your own machine, with your own model provider. Apache 2.0.
</Card>
