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

# CorporateLabs docs

> Enroll a host, install clabs, and see agent activity in your console.

CorporateLabs helps you **see what agentic software does at runtime** — on laptops, servers, and CI.

You will:

1. Sign in to the **console** and create an **installation** (you get an access key once).
2. **Install** `clabs` on the machine or runner.
3. Run discover or intercept — **events** show up in the console within seconds.

<Tip>
  Installers only place the binary. You always choose when to run `clabs`.
</Tip>

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    First events in a few minutes.
  </Card>

  <Card title="Install clabs" icon="download" href="/guides/install-clabs">
    curl install, channels, and pinning.
  </Card>

  <Card title="GitHub Actions" icon="github" href="/guides/github-actions">
    Install on CI and emit events from a workflow.
  </Card>

  <Card title="Intercept LLM traffic" icon="shield-halved" href="/guides/intercept">
    Capture HTTPS calls to LLM vendors from an agent process.
  </Card>
</CardGroup>
