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

# Introduction

> Autonomous red-team operations powered by AI.

# WithGiga

**Autonomous red-team operations powered by AI.**

WithGiga is a security audit platform that runs full-scope offensive engagements without an operator at the keyboard. You provide a target domain. An AI agent in a hardened Linux sandbox performs reconnaissance, enumerates the attack surface, identifies vulnerabilities, attempts exploitation, and delivers an evidence-backed report — all in minutes to hours.

Behind every audit is **GigaOps**, an autonomous red-team agent with full access to a pre-built offensive toolkit: nmap, nuclei, sqlmap, hydra, metasploit, bloodhound, and dozens of others. The agent plans its own attack chain, executes commands in a real shell, captures evidence, and writes the findings.

<Warning>
  WithGiga is offensive security tooling. You are responsible for ensuring you have explicit written authorization to test every target. Only run audits against systems you own or have permission to assess.
</Warning>

## Start here

<Columns cols={2}>
  <Card title="Quickstart" icon="bolt" href="/quickstart">
    Run your first audit in under five minutes.
  </Card>

  <Card title="Core Concepts" icon="cubes" href="/core-concepts">
    Workspaces, audits, findings, and the GigaOps agent.
  </Card>

  <Card title="Attack Methodology" icon="crosshairs" href="/how-it-works/methodology">
    The 10-phase chain GigaOps executes on every engagement.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/introduction">
    Programmatic access to audits, findings, and reports.
  </Card>
</Columns>

## Audit modes

| Mode                             | Scope                                          | Duration | Best for                                   |
| -------------------------------- | ---------------------------------------------- | -------- | ------------------------------------------ |
| [Shallow](/audits/shallow)       | OWASP Top 10 + PoC only — no post-exploitation | \~30 min | Pre-launch checks, CI gates                |
| [Deep](/audits/deep)             | Full 10-phase attack chain                     | \~2 hrs  | Quarterly assessments, due diligence       |
| [Autonomous](/audits/autonomous) | Operator-defined mission brief                 | \~4 hrs  | Red-team simulations, targeted engagements |

## What you get from every audit

* **Findings** — confirmed vulnerabilities with severity, evidence, and remediation
* **Security score** — letter grade (A+ to F) derived from finding weights
* **PDF report** — executive-ready report with cover, summary, and per-finding pages
* **Session recording** — full asciinema replay of every command the agent ran
* **Screenshots** — visual evidence captured at the moment of discovery

## Built for

<Columns cols={2}>
  <Card title="Security Teams" icon="users" href="/audits/overview">
    Scale your offensive coverage without scaling headcount. Run continuous assessments across your entire surface.
  </Card>

  <Card title="MSSPs" icon="shield" href="/workspaces">
    Multi-tenant workspaces let you isolate client engagements with per-workspace billing, custom domains, and Slack delivery.
  </Card>

  <Card title="Developers" icon="code" href="/api-reference/introduction">
    Trigger audits from CI on every release. Programmatic findings, PDF retrieval, and webhook callbacks.
  </Card>

  <Card title="Compliance Teams" icon="clipboard-check" href="/scheduling">
    Schedule recurring audits for SOC 2, PCI, and continuous compliance evidence.
  </Card>
</Columns>

<Card title="Join our Discord" icon="discord" href="https://discord.gg/nzqk5yvGpb" horizontal>
  Share findings, ask questions, and connect with the WithGiga community.
</Card>
