Ivan Dagelic ecd573febc
Daytona Runtime (#6863)
Signed-off-by: jsrzic <josip.srzic@gmail.com>
Signed-off-by: Ivan Dagelic <dagelic.ivan@gmail.com>
Co-authored-by: jsrzic <65179822+jsrzic@users.noreply.github.com>
2025-02-24 13:09:30 +01:00
..
2025-02-24 13:09:30 +01:00
2025-02-24 13:09:30 +01:00

Daytona Runtime

Daytona is a platform that provides a secure and elastic infrastructure for running AI-generated code. It provides all the necessary features for an AI Agent to interact with a codebase. It provides a Daytona SDK with official Python and TypeScript interfaces for interacting with Daytona, enabling you to programmatically manage development environments and execute code.

Getting started

  1. Sign in at https://app.daytona.io/

  2. Generate and copy your API key

  3. Set the following environment variables before running the OpenHands app on your local machine or via a docker run command:

    RUNTIME="daytona"
    DAYTONA_API_KEY="<your-api-key>"

Optionally, if you don't want your sandboxes to default to the US region, set:

    DAYTONA_TARGET="eu"

Documentation

Read more by visiting our documentation page.