More Than a Sandbox.
Your Complete AI Workspace.

Snapshot v32

Node.js 18.0

Snapshot v33

Node.js 18.0

01/12/2025

Stateful Operations With Environment Snapshots

Snapshot v32

Node.js 18.0

Snapshot v33

Node.js 18.0

01/12/2025

Stateful Operations With Environment Snapshots

Snapshot v32

Node.js 18.0

Snapshot v33

Node.js 18.0

01/12/2025

Stateful Operations With Environment Snapshots
Access Workspace With Any IDE
Access Workspace With Any IDE
Access Workspace With Any IDE

user@user-mac ~ daytona

login as: admin

Native SSH Access

user@user-mac ~ daytona

login as: admin

Native SSH Access

user@user-mac ~ daytona

login as: admin

Native SSH Access
Access Workspace With Any IDE
Access Workspace With Any IDE
Access Workspace With Any IDE
Access Workspace With Any IDE
Access Workspace With Any IDE
Access Workspace With Any IDE

Agnostic AI Infrastructure.

Works With Any Language & LLM

Enterprise-grade security.

Global, Elastic Infrastructure for Seamless AI Scaling.

Auto-scaling and load balancing across regions.

Per Hour

Per Second

Compute

vCPU

$0.0504/h

Memory

GiB

$0.0162/h

Storage

GiB

$0.000108/h

*5 GB Free then price for each GB/s after

Only Pay When Your Code Is Running.

Scale up to hundreds of nodes and down to zero within seconds.

Pay for actual compute, by the CPU cycle. With $30 of compute on us.

GPU

12GB GDDR6

GPU

16-CORE

GPU

16-CORE

GPU

8-CORE

GPU

32-CORE

GPU

12GB GDDR6

Per Hour

Per Second

Compute

vCPU

$0.00001400/s

Memory

GiB

$0.00000450/s

Storage

GiB

$0.00000003/s

*5 GB Free then price for each GB/s after

Only Pay When Your Code Is Running.

Scale up to hundreds of nodes and down to zero within seconds.

Pay for actual compute, by the CPU cycle. With $30 of compute on us.

GPU

12GB GDDR6

GPU

16-CORE

GPU

16-CORE

GPU

8-CORE

GPU

32-CORE

GPU

12GB GDDR6

Per Hour

Per Second

Compute

vCPU

$0.00001400/s

Memory

GiB

$0.00000450/s

Storage

GiB

$0.00000003/s

*5 GB Free then price for each GB/s after

Only Pay When Your Code Is Running.

Scale up to hundreds of nodes and down to zero within seconds.

Pay for actual compute, by the CPU cycle. With $30 of compute on us.

GPU

12GB GDDR6

GPU

16-CORE

GPU

16-CORE

GPU

8-CORE

GPU

32-CORE

GPU

12GB GDDR6

Speak with Our Sales Group

Speak with Our Sales Group

Speak with Our Sales Group

Get Enterprise Trial

Get Enterprise Trial

Get Enterprise Trial

FAQs

Extra questions about the how and the why?
Reach out on our community channel and we’ll happily expand.

What is Daytona and how does it leverage AI?

What is Daytona and how does it leverage AI?

What is Daytona and how does it leverage AI?

How does Daytona ensure the safe execution of AI-generated code?

How does Daytona ensure the safe execution of AI-generated code?

How does Daytona ensure the safe execution of AI-generated code?

What are AI Workspaces and how do they enhance development workflows?

What are AI Workspaces and how do they enhance development workflows?

What are AI Workspaces and how do they enhance development workflows?

How can I integrate Daytona into my existing development stack?

How can I integrate Daytona into my existing development stack?

How can I integrate Daytona into my existing development stack?

Does Daytona support GPU-enabled environments for AI and ML tasks?

Does Daytona support GPU-enabled environments for AI and ML tasks?

Does Daytona support GPU-enabled environments for AI and ML tasks?

Can I train and fine-tune GPT models using Daytona?

Can I train and fine-tune GPT models using Daytona?

Can I train and fine-tune GPT models using Daytona?

What security measures does Daytona implement for AI development?

What security measures does Daytona implement for AI development?

What security measures does Daytona implement for AI development?

How does Daytona fit into the AI Enablement Stack?

How does Daytona fit into the AI Enablement Stack?

How does Daytona fit into the AI Enablement Stack?

Can Daytona be self-hosted for enterprise use?

Can Daytona be self-hosted for enterprise use?

Can Daytona be self-hosted for enterprise use?

How does Daytona support the development and deployment of AI agents?

How does Daytona support the development and deployment of AI agents?

How does Daytona support the development and deployment of AI agents?

What resources are available to help me get started with Daytona for AI development?

What resources are available to help me get started with Daytona for AI development?

What resources are available to help me get started with Daytona for AI development?

from daytona_sdk import Daytona

# Initialize the Daytona client
daytona = Daytona()

# Create the workspace instance
sandbox = daytona.create()

# Run the code securely inside the workspace
response = sandbox.process.code_run('print("Hello World!")')
print(response.result)