1. Conduid
  2. Developer Tools
  3. Daytona
MCP server · Developer Tools

Daytona

Daytona is a Secure and Elastic Infrastructure for Running AI-Generated Code

92Excellent

Scored 4 days ago · breakdown

About Daytona

Daytona is an MCP server published by daytonaio in the Developer Tools category: daytona is a Secure and Elastic Infrastructure for Running AI-Generated Code. It has been installed 0 times through Conduid.

The repository has 62K stars and 5.1K forks, with the last commit 6 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx daytona

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Daytona

Powered by Claude · Grounded in docs

I know everything about Daytona. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

v0.190.0v0.190.0 · 23 Jun 20260.190.0 (2026-06-23) 🚀 Features Pi extension and docs guide ([#4938](https://github.com/daytonaio/daytona/pull/4938)) api,runner,sdk,cli:** add pause action ([#4714](https://github.com/daytonaio/daytona/pull/4714)) api,sdk:** sandbox…
v0.189.0v0.189.0 · 19 Jun 20260.189.0 (2026-06-19) 🚀 Features dashboard:** tailwind v4 ([8be4772fb](https://github.com/daytonaio/daytona/commit/8be4772fb)) dashboard:** table col resize and config menu…
v0.188.0v0.188.0 · 16 Jun 20260.188.0 (2026-06-16) 🚀 Features api:** add regionType to sandbox usage periods ([#5064](https://github.com/daytonaio/daytona/pull/5064)) dashboard:** sandbox create sheet snapshot select update…
v0.187.0v0.187.0 · 11 Jun 20260.187.0 (2026-06-11) 🚀 Features dashboard:** limits classes tabs ([#4978](https://github.com/daytonaio/daytona/pull/4978)) docs:** add android and linked sandboxes ([#4614](https://github.com/daytonaio/daytona/pull/4614)) proxy:** expose…
v0.186.0v0.186.0 · 10 Jun 20260.186.0 (2026-06-10) 🚀 Features api:** windows sandbox snapshot and fork ([#4911](https://github.com/daytonaio/daytona/pull/4911)) dashboard:** show warning for missing permissions instead of redirect…

README

 

 

Daytona is a secure and elastic infrastructure runtime for AI-generated code execution and agent workflows. Our open-source platform provides sandboxes, full composable computers 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 through base images, packages, and tooling. Our stateful environment snapshots enable persistent agent operations across sessions, making Daytona the ideal foundation for AI agent architectures.

Features

Daytona provides an extensive set of features and tools for interacting with sandboxes.

  • Platform: governance and operational controls for organizations standardizing on Daytona
  • Sandboxes: isolated full composable computers that execute workloads and retain state
  • Agent tools: programmatic capabilities for application code, agents, and integrations
  • Human tools: interfaces and remote sessions for interacting with sandboxes
  • System tools: platform-level hooks and controls for lifecycle events and network access
Platform Sandboxes Agent tools Human tools System tools
Organizations Environment Process & code execution Dashboard Webhooks
API Keys Snapshots File system operations Web terminal Network limits
Limits Declarative builder Language server protocol SSH access
Billing Volumes Computer use VNC access
Audit logs Regions MCP server VPN connection
OpenTelemetry Git operations Preview
Integrations Pseudo terminal (PTY) Custom preview proxy
Security exhibit Log streaming Playground

Architecture

Daytona platform is organized into multiple plane components, each serving a specific purpose. A detailed overview of each component is available in the architecture documentation.

  • Interface plane: provides client interfaces for interacting with Daytona
  • Control plane: orchestrates all sandbox operations
  • Compute plane: runs and manages sandbox instances

Applications

Runnable applications and services for the Daytona platform. Each directory is a deployable or buildable component, available in the apps directory.

  • api: NestJS-based RESTful service; primary entry point for all platform operations
  • cli: Go command-line interface access to core features for interacting with sandboxes
  • daemon: code execution agent that runs inside each sandbox
  • dashboard: web user interface for visual sandbox management
  • docs: documentation content; website published to daytona.io/docs
  • otel-collector: trace and metric collection for Daytona SDK operations
  • proxy: reverse proxy for custom routing and preview URLs
  • runner: compute nodes that power Daytona's compute plane and run sandboxes
  • snapshot-manager: orchestrates the creation of sandbox snapshots
  • ssh-gateway: standalone SSH gateway that accepts authenticated ssh connections

Client libraries

Client libraries integrate the Daytona platform from application code through developer-facing SDKs backed by OpenAPI-generated REST clients and toolbox API clients. Each directory is a publishable package for a specific language or runtime, available in the libs directory.

Python

pip install daytona

Standalone packages and libraries for interacting with Daytona using Python:

sdk-pythonapi-client-pythonapi-client-python-asynctoolbox-api-client-pythontoolbox-api-client-python-async

TypeScript

npm install @daytona/sdk

Standalone packages and libraries for interacting with Daytona using TypeScript:

sdk-typescriptapi-clienttoolbox-api-client

Ruby

gem install daytona

Standalone packages and libraries for interacting with Daytona using Ruby:

sdk-rubyapi-client-rubytoolbox-api-client-ruby

Go

go get github.com/daytonaio/daytona/libs/sdk-go

Standalone packages and libraries for interacting with Daytona using Go:

sdk-goapi-client-gotoolbox-api-client-go

Java

Gradle (build.gradle.kts):

dependencies {
    implementation("io.daytona:sdk:0.1.0")
}

Maven (pom.xml):

<dependency>
  <groupId>io.daytona</groupId>
  <artifactId>sdk</artifactId>
  <version>0.1.0</version>
</dependency>

Standalone packages and libraries for interacting with Daytona using Java:

sdk-javaapi-client-javatoolbox-api-client-java

Deployments

Daytona is available as a managed service on app.daytona.io. Daytona can run as a fully hosted service, as an open-source stack you operate, or in a hybrid setup where Daytona orchestrates sandboxes while execution happens on machines you manage.

Quick Start

  1. Create an account at app.daytona.io
  2. Generate an API key
  3. Create a sandbox

Python SDK

from daytona import Daytona, DaytonaConfig

config = DaytonaConfig(api_key="YOUR_API_KEY")
daytona = Daytona(config)
sandbox = daytona.create()
response = sandbox.process.code_run('print("Hello World!")')
print(response.result)

Typescript SDK

import { Daytona } from "@daytona/sdk";

const daytona = new Daytona({ apiKey: "YOUR_API_KEY" });
const sandbox = await daytona.create();
const response = await sandbox.process.codeRun('print("Hello World!")');
console.log(response.result);

Ruby SDK

require 'daytona'

config = Daytona::Config.new(api_key: 'YOUR_API_KEY')
daytona = Daytona::Daytona.new(config)
sandbox = daytona.create
response = sandbox.process.code_run(code: 'print("Hello World!")')
puts response.result

Go SDK

package main

import (
  "context"
  "fmt"
  "github.com/daytonaio/daytona/libs/sdk-go/pkg/daytona"
  "github.com/daytonaio/daytona/libs/sdk-go/pkg/types"
)

func main() {
  config := &types.DaytonaConfig{APIKey: "YOUR_API_KEY"}
  client, _ := daytona.NewClientWithConfig(config)
  ctx := context.Background()
  sandbox, _ := client.Create(ctx, nil)
  response, _ := sandbox.Process.ExecuteCommand(ctx, "echo 'Hello World!'")
  fmt.Println(response.Result)
}

Java SDK

import io.daytona.sdk.Daytona;
import io.daytona.sdk.DaytonaConfig;
import io.daytona.sdk.Sandbox;
import io.daytona.sdk.model.ExecuteResponse;

public class Main {
  public static void main(String[] args) {
    DaytonaConfig config = new DaytonaConfig.Builder()
        .apiKey("YOUR_API_KEY")
        .build();
    try (Daytona daytona = new Daytona(config)) {
      Sandbox sandbox = daytona.create();
      ExecuteResponse response = sandbox.getProcess().executeCommand("echo 'Hello World!'");
      System.out.println(response.getResult());
    }
  }
}

API

curl 'https://app.daytona.io/api/sandbox' \
  --request POST \
  --header 'Authorization: Bearer <YOUR_API_KEY>' \
  --header 'Content-Type: application/json' \
  --data '{}'

CLI

daytona create

Development

Devcontainer (full environment)

Open this repository in a devcontainer-compatible editor (VS Code, GitHub Codespaces) for a batteries-included setup with all languages, tools, and supporting services.

Nix (lightweight, agent-friendly)

If you prefer working outside the devcontainer — or are an AI agent executing build commands — use the Nix dev shells:

# Enter the full dev shell (Go + Node + Python + Ruby + JDK)
nix develop

# Or pick a language-specific shell
nix develop .#go       # Go services & libs
nix develop .#node     # TypeScript / Node.js apps & libs
nix develop .#python   # Python SDKs & libs
nix develop .#ruby     # Ruby SDKs & libs
nix develop .#java     # Java SDKs & libs

Prerequisites: Nix with flakes enabled (experimental-features = nix-command flakes in ~/.config/nix/nix.conf).

For non-interactive / CI usage:

nix develop .#go --command bash -c "go build ./..."

Optional: Install direnv + nix-direnv for automatic shell activation when you cd into the project.

See AGENTS.md for the full shell reference, project-to-shell mapping, and common commands.

Note: Supporting services (PostgreSQL, Redis, etc.) are still managed via docker compose -f .devcontainer/docker-compose.yaml up.


Contributing

[!NOTE] Daytona is Open Source under the GNU AFFERO GENERAL PUBLIC LICENSE, and is the copyright of its contributors. If you would like to contribute to the software, read the Developer Certificate of Origin Version 1.1 and the contributing guide to get started.

README mirrored from the source repository 4 days ago. The original is authoritative.

Questions

About Daytona

How do I install Daytona?

Run npx daytona, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Daytona safe to use with an AI agent?

Its trust score is 92 out of 100 (excellent). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Daytona still maintained?

Yes — the latest release is v0.190.0 (23 Jun 2026), and the last commit was 6 months ago. The repository has 62K stars and 0 open issues.