Daytona website screenshot

Daytona

Daytona is open-source, secure, and elastic infrastructure for running AI-generated code. Daytona sandboxes spin up in under 90 milliseconds and provide isolated Linux, Windows, and macOS environments where autonomous agents and developer workflows can execute untrusted code, perform file system and Git operations, run language servers, drive virtual desktops, and persist state via snapshots and volumes. The platform exposes a control-plane REST API (sandboxes, snapshots, volumes, organizations, runners, webhooks) and an in-sandbox Toolbox API (file system, Git, LSP, process execution, PTY, computer use, interpreter), with official SDKs for TypeScript, Python, Ruby, Go, and Java, plus a Go CLI and Homebrew/Windows installers.

11 APIs 10 Features
AIAgentsArtificial IntelligenceCloudCode ExecutionComputer UseDeveloper ToolsInfrastructureOpen SourceSandboxSecure Execution

APIs

Daytona Sandbox API

Create, start, stop, archive, resize, and destroy isolated sandboxes that boot in under 90 milliseconds. The Sandbox API manages the full sandbox lifecycle, exposes labels and m...

Daytona Sandbox Toolbox API

The Toolbox API is the in-sandbox surface for agents. It provides file system operations (list, read, write, move, delete, search, replace, permissions), Git operations (clone, ...

Daytona Snapshots API

Capture, list, restore, share, and destroy sandbox snapshots. Snapshots persist sandbox state — file system, processes, environment — so an agent can resume an interrupted workf...

Daytona Volumes API

Create and manage persistent volumes that can be attached to one or more sandboxes for shared, durable storage across the sandbox lifecycle. Supports listing, fetching, creating...

Daytona Preview API

Expose ports running inside a sandbox to the public internet via Daytona's secure preview proxy. Useful for showing a running web app, a Jupyter notebook, an LSP gateway, or any...

Daytona Webhooks API

Configure webhooks so external systems receive callback notifications when sandbox lifecycle events occur (sandbox created/started/stopped/destroyed, snapshot created, etc.). In...

Daytona Organizations API

Manage organizations, members, roles, invitations, suspensions, and per-organization quotas. The Organizations API is the multi-tenant control surface for Daytona Cloud — every ...

Daytona API Keys API

Create, list, rotate, and revoke organization-scoped API keys used to authenticate requests against the Daytona platform. API keys are bearer tokens passed as Authorization head...

Daytona Users API

Manage user profiles, linked accounts (GitHub, GitLab, Bitbucket), and notification preferences. The Users API governs the human side of Daytona — identity, profile, and persona...

Daytona Admin API

Platform-level administration covering runners (compute pools), regions, Docker registry configuration, object storage, jobs, audit logs, and global config. Used by operators of...

Daytona Health API

Liveness and readiness probes for the Daytona control plane. Returns 200 when the API is healthy and ready to serve traffic. Used by infrastructure monitors, load balancers, and...

Collections

Arazzo Workflows

Daytona Build and Activate a Snapshot

Register a snapshot from a container image, poll until it builds, and activate it if it lands inactive.

ARAZZO

Daytona Capture a Sandbox as a Snapshot

Snapshot a live sandbox into a reusable image and wait for the sandbox to return to running.

ARAZZO

Daytona Fork a Sandbox

Fork an existing sandbox into a new independent copy and wait until the fork is running.

ARAZZO

Daytona From Container Image to Running Sandbox

Build a snapshot from an image, wait for it to build, then launch and run a sandbox from it.

ARAZZO

Daytona Provision a Sandbox

Create a sandbox from a snapshot, poll until it reaches the started state, then read its details.

ARAZZO

Daytona Provision a Volume and Attach It to a New Sandbox

Create a persistent volume, wait until it is ready, then launch a sandbox with the volume mounted.

ARAZZO

Daytona Restore an Archived Sandbox

Start an archived or stopped sandbox and wait until it is running again.

ARAZZO

Daytona Stop and Archive a Sandbox

Stop a running sandbox, wait until it is fully stopped, then archive it to cold storage.

ARAZZO

Pricing Plans

Daytona Io Plans Pricing

4 plans

PLANS

Rate Limits

Daytona Io Rate Limits

0 limits

RATE LIMITS

FinOps

Features

Sub-90ms cold start

Sandboxes boot in under 90 milliseconds, enabling per-request isolation for agents at scale.

Massive parallelism

Spin up thousands of concurrent sandboxes for parallel agent runs, evaluation harnesses, and batch code execution.

Snapshots and volumes

Persist file system, process, and environment state via snapshots, and share data across sandboxes via volumes.

Computer Use desktops

Programmatically drive Linux, Windows, and macOS GUI desktops via a built-in computer-use API for agent control.

Multi-language runtimes

Native support for Python, TypeScript, Ruby, Go, and Java with built-in package management.

Built-in LSP and Git

Language Server Protocol bridging and Git operations are first-class agent tools, not bolted-on shell calls.

Open-source core

The Daytona platform is AGPL-3.0 open source and self-hostable on Kubernetes via official Helm charts.

Customer-managed compute

Run the Daytona control plane against your own compute pools for data-residency and cost control.

SSH and VS Code Browser

Humans can drop into any sandbox via SSH, web terminal, VNC, or VS Code Browser for debugging.

Webhooks and OpenTelemetry

Subscribe to sandbox lifecycle events and emit OpenTelemetry traces for observability.

Use Cases

AI coding agents

Give every agent its own isolated computer to run, test, and iterate on generated code safely.

Code interpreter for LLM apps

Back chatbot code-execution features (Python interpreter, data analysis, plotting) with disposable sandboxes.

Computer-use agents

Drive headless and headed Linux/Windows/macOS desktops for browser automation and GUI-driven workflows.

Evaluation harnesses

Run SWE-bench-style benchmarks and agent evaluations in massively parallel sandboxes with reproducible state.

CI for AI-generated code

Execute untrusted PRs from autonomous agents in isolated environments without risking host infrastructure.

Hosted developer environments

Provide cloud dev environments for engineers with persistent volumes, snapshots, and SSH/VS Code access.

Sandboxed data analysis

Run user-uploaded notebooks and scripts safely with built-in Python and TypeScript interpreters.

Integrations

LangChain

Daytona is integrated as a code execution tool in the LangChain ecosystem.

Anthropic Claude Managed Agents

Daytona is supported as a sandbox host for Anthropic Claude Managed Agents.

Google ADK

Daytona plugin for Google's Agent Development Kit enables ADK agents to run code in Daytona sandboxes.

Inngest AgentKit

Coding agent reference powered by Daytona using Inngest AgentKit.

VibeKit

Run Codex, Gemini CLI, and Claude Code in Daytona sandboxes via VibeKit.

Stripe Projects

Daytona sandboxes are available through Stripe Projects.

OpenHands

OpenHands open-source agent runtime uses Daytona for sandboxed code execution.

SWE-ReX

Sandboxed code execution backend for SWE-agent powered in part by Daytona.

Kubernetes

Self-host the Daytona control plane on Kubernetes via official Helm charts.

Terraform

Provision Daytona infrastructure using official Terraform modules.

MCP

Daytona exposes an MCP server so MCP-compatible agents and IDEs can invoke sandbox tools natively.

VS Code

Connect to a running sandbox from VS Code via the VS Code Browser, SSH, or official extension.

JetBrains

Connect to a running sandbox from JetBrains IDEs via the official JetBrains plugin.

Solutions

Daytona Cloud

Fully managed sandbox infrastructure at app.daytona.io with pay-as-you-go pricing and $200 free credit.

Customer-Managed Compute

Run Daytona's managed control plane against your own VPC/Kubernetes compute for residency and cost control.

Self-Hosted Open Source

Deploy the full Daytona platform on your own Kubernetes via Helm for fully air-gapped deployments.

Startups Program

Up to $50k in free Daytona compute credits for qualifying startups building agent infrastructure.

Semantic Vocabularies

Daytona Io Context

30 classes · 10 properties

JSON-LD

API Governance Rules

Daytona API Rules

10 rules · 6 errors 4 warnings

SPECTRAL

JSON Structure

Daytona Api Key Structure

5 properties

JSON STRUCTURE

Daytona Organization Structure

25 properties

JSON STRUCTURE

Daytona Sandbox Structure

33 properties

JSON STRUCTURE

Daytona Snapshot Structure

20 properties

JSON STRUCTURE

Daytona User Structure

5 properties

JSON STRUCTURE

Daytona Volume Structure

8 properties

JSON STRUCTURE

Daytona Webhook Structure

0 properties

JSON STRUCTURE

Example Payloads

Resources

🔗
PostmanWorkspace
PostmanWorkspace
🔗
Arazzo
Arazzo
🔗
Arazzo
Arazzo
🔗
Arazzo
Arazzo
🔗
Arazzo
Arazzo
🔗
Arazzo
Arazzo
🔗
Arazzo
Arazzo
🔗
Arazzo
Arazzo
🔗
Arazzo
Arazzo
🌐
DeveloperPortal
DeveloperPortal
🔗
Documentation
Documentation
🚀
GettingStarted
GettingStarted
🚀
GettingStarted
GettingStarted
🔗
APIReference
APIReference
🌐
Console
Console
📝
Signup
Signup
🔗
Login
Login
🔑
Authentication
Authentication
🔗
RateLimits
RateLimits
🔗
Regions
Regions
📰
Blog
Blog
📰
Newsletter
Newsletter
👥
YouTube
YouTube
💬
Support
Support
🔗
Contact
Contact
🟢
StatusPage
StatusPage
🔗
TrustCenter
TrustCenter
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
🔗
Security
Security
👥
GitHubOrganization
GitHubOrganization
👥
GitHubRepository
GitHubRepository
🔗
X
X
🔗
LinkedIn
LinkedIn
📦
SDKs
SDKs
📦
SDKs
SDKs
📦
SDKs
SDKs
📦
SDKs
SDKs
📦
SDKs
SDKs
🔗
CLI
CLI
🔗
CLI
CLI
🔗
Resources
Resources
🔗
Resources
Resources
🔗
SpectralRules
SpectralRules
🔗
Vocabulary
Vocabulary
🔗
JSONLD
JSONLD
🔗
Plans
Plans
🔗
RateLimits
RateLimits
🔗
FinOps
FinOps

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Daytona Webhooks API
  version: '1.0'
items:
- info:
    name: webhooks
    type: folder
  items:
  - info:
      name: Get Svix Consumer App Portal access for an organization
      type: http
    http:
      method: POST
      url: https://app.daytona.io/api/webhooks/organizations/:organizationId/app-portal-access
      headers:
      - name: X-Daytona-Organization-ID
        value: ''
      params:
      - name: organizationId
        value: ''
        type: path
      auth:
        type: bearer
        token: '{{bearerToken}}'
    docs: Get Svix Consumer App Portal access for an organization
  - info:
      name: Get webhook initialization status for an organization
      type: http
    http:
      method: GET
      url: https://app.daytona.io/api/webhooks/organizations/:organizationId/initialization-status
      headers:
      - name: X-Daytona-Organization-ID
        value: ''
      params:
      - name: organizationId
        value: ''
        type: path
      auth:
        type: bearer
        token: '{{bearerToken}}'
    docs: Get webhook initialization status for an organization
  - info:
      name: Refresh cached endpoint presence flag for an organization
      type: http
    http:
      method: POST
      url: https://app.daytona.io/api/webhooks/organizations/:organizationId/refresh-endpoints
      headers:
      - name: X-Daytona-Organization-ID
        value: ''
      params:
      - name: organizationId
        value: ''
        type: path
      auth:
        type: bearer
        token: '{{bearerToken}}'
    docs: Refresh cached endpoint presence flag for an organization
bundled: true