@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix schema: <https://schema.org/> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix aa: <https://agentaccess.dk/ontology#> .

<https://agentaccess.dk/enablers/daytona> a schema:SoftwareApplication, aa:EnablerTool ;
  schema:name "Daytona"@en ;
  schema:headline "Open-source development environment & agent workspace manager"@en ;
  schema:description "Daytona provides standardized, containerized agent workspaces and development environments across local and cloud infrastructure."@en ;
  dcterms:description "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."@en ;
  schema:url <https://daytona.io> ;
  schema:documentation <https://daytona.io/docs> ;
  schema:codeRepository <https://github.com/daytonaio/daytona> ;
  aa:enablerCategory "sandboxes-runtimes" ;
  aa:pricingModel "Open Source" ;
  aa:featured false ;
  schema:dateCreated "2026-08-18"^^xsd:date ;
  dcat:keyword "workspaces" ;
  dcat:keyword "dev-environments" ;
  dcat:keyword "containers" ;
  dcat:keyword "docker" ;
  dcat:keyword "open-source" ;
  schema:featureList "100% open source self-hosted or cloud workspaces"@en ;
  schema:featureList "Instant container creation with Git repository integration"@en ;
  schema:featureList "Provides secure SSH and VS Code access for agents and developers"@en ;
  schema:featureList "Automated secret management for API keys"@en ;
  schema:isAccessibleForFree true .
