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

# Katakate

> Secure sandboxed compute for AI agents and workloads

<Frame>
  <img src="https://mintcdn.com/katakate/_XWVDYhC_wp6k1ZI/k7/images/k7-cover-upgrade.png?fit=max&auto=format&n=_XWVDYhC_wp6k1ZI&q=85&s=b5b79bde4ecc7f6ec24877e54002ad42" alt="Katakate logo" width="2941" height="1661" data-path="k7/images/k7-cover-upgrade.png" />
</Frame>

Katakate (k7) is self-hosted infra for secure VM sandboxes — orchestrated with Kubernetes, driven by a CLI, REST API, and Python SDK. Pick a backend per sandbox: Firecracker (`kfd`), QEMU + Longhorn (`kql`), or [k7d](/k7d/index) for warm CoW forks in milliseconds.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/getting-started/installation">
    Get running in minutes: install, enable the API, create your first sandbox.
  </Card>

  <Card title="CLI" icon="terminal" href="/guides/cli">
    All `k7` commands with examples.
  </Card>

  <Card title="Python SDK" icon="python" href="/guides/python-sdk">
    Sync and async clients with complete examples.
  </Card>

  <Card title="REST API" icon="code" href="/api/introduction">
    Endpoint overview, request/response formats, and errors.
  </Card>

  <Card title="LangChain agent" icon="robot" href="/guides/langchain-agent">
    Build a ReAct agent that executes inside a sandbox.
  </Card>
</CardGroup>
