Skip to content
View stefanicjuraj's full-sized avatar

Organizations

@daytona @daytonaio

Block or report stefanicjuraj

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
.github/profile/README.md

Welcome to Daytona

Daytona Header

Daytona is a secure, scalable runtime for AI-generated code execution and agent workflows. Our open-source platform provides lightning-fast infrastructure (200ms startup) with complete isolation, giving developers and AI systems a safe sandbox for running generated code without risk. The comprehensive Daytona SDK offers programmatic control over workspace creation, file operations, and process execution—essential components for building robust AI agents with dynamic lifecycles.

For organizations building AI applications, Daytona Enterprise delivers production-ready infrastructure with enterprise-grade security, compliance tools, and flexible deployment options. Our stateful environment snapshots enable persistent agent operations across sessions, making Daytona the ideal foundation for Fortune 500 companies and startups implementing AI agent architectures.

Here are some articles about Daytona:

Read more on our blog, the Dotfiles Insider, or explore our open source Documentation.

Ready to transform your AI agent infrastructure? Schedule an Enterprise Demo

Get started with Daytona in seconds:

from daytona_sdk import Daytona

daytona = Daytona()
workspace = daytona.create()

# Run AI-generated code securely inside isolated sandbox
response = workspace.process.code_run('print("Hello from AI sandbox!")')
print(response.result)

Pinned Loading

  1. daytonaio/daytona daytonaio/daytona Public

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

    TypeScript 72.3k 5.5k