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

# Welcome to Katyar

> Compliance & human oversight for autonomous AI agents

**Katyar is the control plane for enterprise AI agents.**

It ensures every tool call is authenticated, optionally human-reviewed, fully traced, cost-metered, and scored against real regulatory frameworks (EU AI Act, NIST AI RMF, UK ICO, DORA, NIS2, SOC 2).

Start at **0% compliance** — improve only when actual controls are exercised.

```python theme={null}
import katyar
katyar.init("kt_live_your_key_here")
```

<CardGroup cols={2}>
  <Card title="Overview" icon="book-open" href="/introduction">
    The compliance operating system for autonomous AI agents in regulated enterprises.
  </Card>

  <Card title="Getting Started" icon="rocket-launch" href="/dashboardNavigation">
    Set up in 5 minutes: account, API key, first agent, live events & basic policy.
  </Card>

  <Card title="Capabilities" icon="shield-check" href="/capabilities/overview">
    Identity, semantic firewall, policy engine, HITL approvals, observability, truthful compliance scoring.
  </Card>

  <Card title="Compliance" icon="scale-balanced" href="/compliance">
    21 auto-evaluated controls, per-agent coverage, evidence links, one-click regulatory reports.
  </Card>
</CardGroup>
