> ## 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/GkbekujPSl0YbTvT/images/k7-cover-upgrade.png?fit=max&auto=format&n=GkbekujPSl0YbTvT&q=85&s=54b90347ad2a88adf8a5b2f0b2d29759" alt="Katakate logo" width="2941" height="1661" data-path="images/k7-cover-upgrade.png" />
</Frame>

Katakate (k7) gives you production-grade, isolated sandboxes backed by Kata Containers and Firecracker, orchestrated with Kubernetes. Use the `k7` CLI to provision sandboxes, the REST API to manage them remotely, and the Python SDK to integrate into apps and agents.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/getting-started/installation">
    Get running in minutes: install, start 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>
