@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/e2b> a schema:SoftwareApplication, aa:EnablerTool ;
  schema:name "E2B Code Interpreter"@en ;
  schema:headline "Secure cloud sandboxes for autonomous AI agent code execution"@en ;
  schema:description "E2B provides isolated, sub-second cloud sandboxes where AI agents can execute arbitrary Python, JavaScript, and shell code safely."@en ;
  dcterms:description "E2B is the default execution runtime for autonomous coding agents. When your agent fetches data from a Danish open API or scraper, E2B gives the agent a complete Linux environment (with preinstalled pandas, matplotlib, httpx, and node) to analyze the data, run statistical regressions, and produce visual reports without risk to the host system."@en ;
  schema:url <https://e2b.dev> ;
  schema:documentation <https://e2b.dev/docs> ;
  schema:codeRepository <https://github.com/e2b-dev/E2B> ;
  aa:enablerCategory "sandboxes-runtimes" ;
  aa:pricingModel "Freemium" ;
  aa:featured true ;
  schema:dateCreated "2026-08-18"^^xsd:date ;
  dcat:keyword "sandbox" ;
  dcat:keyword "code-interpreter" ;
  dcat:keyword "runtime" ;
  dcat:keyword "microvm" ;
  dcat:keyword "security" ;
  dcat:keyword "execution" ;
  schema:featureList "Spins up secure Linux micro-VMs in <150ms"@en ;
  schema:featureList "Pre-loaded with data science & automation packages"@en ;
  schema:featureList "Streaming stdout, stderr, and generated charts/files"@en ;
  schema:featureList "Full filesystem access with persistence during session"@en ;
  schema:featureList "Official TypeScript and Python SDKs"@en ;
  schema:isAccessibleForFree false .
