llms.txt Content
# Daytona Documentation
# https://www.daytona.io/docs
# Generated on: 2026-06-11
# Full documentation: https://www.daytona.io/docs/llms-full.txt
# Daytona
Daytona is an open-source, secure and elastic infrastructure for running AI-generated code. Daytona provides full composable computers — [sandboxes](https://daytona.io/docs/en/sandboxes.md) — with complete isolation, a dedicated kernel, filesystem, network stack, and allocated vCPU, RAM, and disk.
Sandboxes are the core component of the Daytona platform, spinning up in under 90ms from code to execution and running any code in Python, TypeScript, and JavaScript. Built on OCI/Docker compatibility, massive parallelization, and unlimited persistence, sandboxes deliver consistent, predictable environments for agent workflows.
Agents and developers interact with sandboxes programmatically using the Daytona SDKs, API, and CLI. Operations span sandbox lifecycle management, filesystem operations, process and code execution, and runtime configuration. Our stateful environment snapshots enable persistent agent operations across sessions, making Daytona the ideal foundation for AI agent architectures.
## Daytona Documentation
- [Daytona Documentation](https://www.daytona.io/docs/en.md)
- [1. Create an account](https://www.daytona.io/docs/en.md#1-create-an-account)
- [2. Obtain an API key](https://www.daytona.io/docs/en.md#2-obtain-an-api-key)
- [3. Install the SDK](https://www.daytona.io/docs/en.md#3-install-the-sdk)
- [4. Create a Sandbox](https://www.daytona.io/docs/en.md#4-create-a-sandbox)
- [5. Write and run code](https://www.daytona.io/docs/en.md#5-write-and-run-code)
- [Summary](https://www.daytona.io/docs/en.md#summary)
- [Next steps](https://www.daytona.io/docs/en.md#next-steps)
- [Architecture](https://www.daytona.io/docs/en/architecture.md)
- [Interface plane](https://www.daytona.io/docs/en/architecture.md#interface-plane)
- [Control plane](https://www.daytona.io/docs/en/architecture.md#control-plane)
- [