mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
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>
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
-
Sign in at https://app.daytona.io/
-
Generate and copy your API key
-
Set the following environment variables before running the OpenHands app on your local machine or via a
docker runcommand:
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.