Skip to main content
Daytona enables Agno agents to run Agent-generated code in a remote, secure sandbox.

Prerequisites

  1. Get your Daytona API key and API URL: https://app.daytona.io/dashboard/keys
  2. Set the API key and API URL as environment variables:
  3. Install the dependencies: uv pip install agno openai daytona
  4. Export OPENAI_API_KEY=<your_key>. The agent uses Agno’s default OpenAI model.

Run the Example

For details, see Daytona cookbook.