> ## Documentation Index
> Fetch the complete documentation index at: https://mintlify.com/daytonaio/daytona/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction to Daytona

> Secure and elastic infrastructure for running your AI-generated code

<img className="block dark:hidden" src="https://github.com/daytonaio/daytona/raw/main/assets/images/Daytona-logotype-black.png" alt="Daytona Logo" />

<img className="hidden dark:block" src="https://github.com/daytonaio/daytona/raw/main/assets/images/Daytona-logotype-white.png" alt="Daytona Logo" />

## Run AI code. Secure and elastic infrastructure for running your AI-generated code.

Daytona provides lightning-fast, isolated sandbox environments for executing AI-generated code with zero risk to your infrastructure. Create sandboxes in under 90ms, execute code securely, and scale with massive parallelization.

## Key features

<CardGroup cols={2}>
  <Card title="Lightning-fast infrastructure" icon="bolt">
    Sub-90ms sandbox creation from code to execution
  </Card>

  <Card title="Separated & isolated runtime" icon="shield-halved">
    Execute AI-generated code with zero risk to your infrastructure
  </Card>

  <Card title="Programmatic control" icon="code">
    File, Git, LSP, and Execute API for complete sandbox control
  </Card>

  <Card title="Unlimited persistence" icon="infinity">
    Your sandboxes can live forever with auto-archive and auto-delete options
  </Card>

  <Card title="OCI/Docker compatibility" icon="docker">
    Use any OCI/Docker image to create a sandbox
  </Card>

  <Card title="Massive parallelization" icon="diagram-project">
    Fork sandbox filesystem and memory state for concurrent AI workflows (coming soon)
  </Card>
</CardGroup>

## Get started in minutes

<CardGroup cols={3}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Get to a working sandbox in under 5 minutes
  </Card>

  <Card title="Installation" icon="download" href="/installation">
    Install the SDK for Python, TypeScript, Go, or Ruby
  </Card>

  <Card title="Authentication" icon="key" href="/authentication">
    Set up your API key and configure the SDK
  </Card>
</CardGroup>

## Use cases

Daytona is perfect for:

* **AI agents**: Execute AI-generated code safely in isolated environments
* **Code interpreters**: Run user-submitted code without security risks
* **CI/CD pipelines**: Create ephemeral build environments
* **Developer environments**: Spin up consistent development sandboxes
* **Educational platforms**: Provide students with isolated coding environments

## Community and support

<CardGroup cols={2}>
  <Card title="Join our Slack" icon="slack" href="https://go.daytona.io/slack">
    Get help from the community and Daytona team
  </Card>

  <Card title="GitHub" icon="github" href="https://github.com/daytonaio/daytona">
    Report bugs, request features, and contribute
  </Card>
</CardGroup>
