mirror of
https://github.com/Katakate/k7.git
synced 2026-09-22 01:53:19 +00:00
29 lines
1.1 KiB
Plaintext
29 lines
1.1 KiB
Plaintext
---
|
|
title: "Katakate"
|
|
description: "Secure sandboxed compute for AI agents and workloads"
|
|
---
|
|
|
|
<Frame>
|
|
<img src="/images/k7-cover-upgrade.png" alt="Katakate logo" />
|
|
</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>
|