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

# Intro to Corbits

> Corbits is a platform for deploying secure, auditable agents with organizational guardrails: control, audit, and observability over what your agents can do.

## What is Corbits?

Corbits is a platform for **deploying secure, auditable agents with organizational guardrails**. It's the run, audit, and manage layer that turns a promising agent into something you can put in front of real work, with control over what agents can do, an audit trail of what they did, and observability into how they're behaving right now.

Building an agent is the easy part. Running it safely is where Corbits comes in: the right permissions, a record you can hand to security, and the ability to shut it down when it goes wrong.

## Start here

<CardGroup cols={2}>
  <Card title="The Corbits platform" icon="layer-group" href="/platform/overview">
    The layered platform (apps, control plane, and agent runtime) and how they fit together.
  </Card>

  <Card title="Guardrails: Credentials & Grants" icon="shield-halved" href="/platform/guardrails">
    How guardrails work: what authorizes a credential, a tool, or your data, decided separately for each. Start here if you're evaluating for security or compliance.
  </Card>

  <Card title="Corbits Code" icon="terminal" href="/platform/corbits-code">
    The standalone coding-agent CLI, built on the platform's runtime primitives and guarded by the same enforcement discipline in its own process.
  </Card>

  <Card title="Workbench" icon="table-columns" href="/platform/workbench">
    The multiplayer workspace for humans and agents, sharing benches and conversations.
  </Card>
</CardGroup>

***

## Support

<Card title="Help Center" icon="circle-question" color="#e98428" href="https://t.me/+JnlJ64eDGuNkM2Nh">
  Join hundreds of developers building with Corbits and speak with the team directly.
</Card>
