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

# Aegis: AI Agent Governance Platform

> Aegis sits between your AI coding agents and GitHub, intercepting every tool call and enforcing policies so dangerous moves never slip through unreviewed.

Aegis gives you visibility and control over every action your AI agents take. When a coding agent calls a tool — pushing code, creating branches, merging pull requests — Aegis intercepts the request, evaluates it against your configured policies, and either allows it, rewrites it to a safer path, blocks it, or routes it to a human for approval. Every decision is logged in an immutable audit trail.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="bolt" href="/quickstart">
    Connect your first agent to Aegis in under five minutes.
  </Card>

  <Card title="How It Works" icon="circle-info" href="/how-it-works">
    Understand how Aegis intercepts and governs agent actions.
  </Card>

  <Card title="Policies" icon="shield" href="/concepts/policies">
    Configure the rules that evaluate every agent tool call.
  </Card>

  <Card title="Integrations" icon="plug" href="/integrations/overview">
    Connect Claude Code, Cursor, or VS Code Copilot via MCP.
  </Card>

  <Card title="Approvals" icon="check-circle" href="/features/approvals">
    Review and approve sensitive agent actions in real time.
  </Card>

  <Card title="Audit Trail" icon="list" href="/features/audit-trail">
    Browse the complete log of every agent decision.
  </Card>
</CardGroup>

## Get started in four steps

<Steps>
  <Step title="Create your account">
    Sign up at [app.runaegis.co](https://app.runaegis.co) with your email, Google, or GitHub account.
  </Step>

  <Step title="Connect GitHub">
    Provide your GitHub username, user ID, and a personal access token with `repo`, `read:user`, and `workflow` scopes. Aegis uses this to inspect repositories and manage pull requests on your behalf.
  </Step>

  <Step title="Create a room and connect your agent">
    Create a room for the repository you want to govern, then paste the generated MCP config snippet into your AI coding tool. Aegis will start intercepting tool calls immediately.
  </Step>

  <Step title="Configure your policies">
    Enable or disable the governance rules that matter most to your team — from protected branch denial to secret detection. Every policy takes effect instantly.
  </Step>
</Steps>

<Note>
  Aegis connects to your agent via the Model Context Protocol (MCP) over Server-Sent Events (SSE). No code changes are required in your agent or repositories.
</Note>
