# Daytona

Open-source development environment & agent workspace manager

Daytona provides standardized, containerized agent workspaces and development environments across local and cloud infrastructure.

## Overview

- **Website**: https://daytona.io
- **Docs**: https://daytona.io/docs
- **GitHub**: https://github.com/daytonaio/daytona
- **License / Pricing**: Open Source
- **Directory Entry**: https://agentaccess.dk/enablers/daytona

## About

Daytona is an open-source development environment manager that gives AI agents dedicated, reproducible workspaces. Agents can spin up isolated development containers pre-configured with Danish tool CLIs, API tokens, and local dependencies in one command.

## Key Features

- 100% open source self-hosted or cloud workspaces
- Instant container creation with Git repository integration
- Provides secure SSH and VS Code access for agents and developers
- Automated secret management for API keys

## Danish System Application Recipes

### Create an Isolated Environment for Danish API Integration
Provision a Daytona workspace pre-loaded with Danish address APIs, CVR tools, and TypeScript SDKs for an agent to build an integration.

## Quickstart

```bash
# Install Daytona CLI
curl -sf -L https://download.daytona.io/daytona/install.sh | sudo bash

# Create an agent workspace
daytona create https://github.com/example/danish-agent-service
```

---
Source: [AgentAccess Enablers](https://agentaccess.dk/enablers/daytona)