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

# Getting Started

> Ship agents to production — with identity, permissions, and audit trails built in.

Everything you need to give your AI agents proper identity, scoped access, and runtime security — so they work in production, not just in demos.

<CardGroup cols={3}>
  <Card title="Quickstart" icon="rocket" color="#E8590C" href="/getting-started/quickstart">
    Get an agent authenticated and calling tools with scoped credentials in under 5 minutes.
  </Card>

  <Card title="SDK Reference" icon="book" color="#06B6D4" href="/sdks/typescript">
    Full reference for @kontext-dev/sdk — server and client modules, types, and methods.
  </Card>

  <Card title="Core Concepts" icon="clipboard" color="#00896A" href="/concepts/how-kontext-works">
    Understand agent identities, credential brokering, policies, and the Kontext security model.
  </Card>
</CardGroup>

## Connect, Observe, Control

<CardGroup cols={3}>
  <Card title="Connect" icon="plug" color="#06B6D4" href="/getting-started/quickstart">
    Add kontext.require() to your agent. Get scoped credentials for GitHub, Slack, Linear, and any OAuth or API-key service.
  </Card>

  <Card title="Observe" icon="chart-line" color="#8B5CF6" href="/concepts/how-kontext-works">
    See every tool call, every credential issued, every session. Know exactly what your agents are doing in production.
  </Card>

  <div class="kontext-soon-wrap">
    <Card title="Control" icon="shield" color="#E11D48" href="/concepts/policies">
      Set which agents can access which tools, for which users, with what scopes. Sync policies from your IDP or manage them manually.
    </Card>
  </div>
</CardGroup>

***

Start with the [Quickstart](/getting-started/quickstart) to get your first agent authenticated in minutes. Then read [How Kontext Works](/concepts/how-kontext-works) to understand agent identities, credential lifecycle, and policy enforcement. When you're ready to go deeper, explore [Integrations](/concepts/integrations) for connecting to external services.

Something missing? We're building this alongside you — [let us know](https://github.com/kontext-dev/docs/issues).
