@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/steel-browser> a schema:SoftwareApplication, aa:EnablerTool ;
  schema:name "Steel"@en ;
  schema:headline "Open-source browser infrastructure built exclusively for AI agents"@en ;
  schema:description "Steel provides production-grade headless browser sandboxes with built-in stealth, session persistence, and anti-bot mitigation."@en ;
  dcterms:description "Steel is an open-source browser API and cloud infrastructure layer built specifically for autonomous web agents. Instead of dealing with flaky local Chrome processes, Steel spins up isolated browser sandboxes pre-configured with residential proxy rotation, CAPTCHA bypass, and live session debugging."@en ;
  schema:url <https://steel.dev> ;
  schema:documentation <https://docs.steel.dev> ;
  schema:codeRepository <https://github.com/steel-dev/steel-browser> ;
  aa:enablerCategory "browser-automation" ;
  aa:pricingModel "Open Source" ;
  aa:featured true ;
  schema:dateCreated "2026-08-18"^^xsd:date ;
  dcat:keyword "headless-chrome" ;
  dcat:keyword "playwright" ;
  dcat:keyword "puppeteer" ;
  dcat:keyword "anti-bot" ;
  dcat:keyword "stealth" ;
  dcat:keyword "open-source" ;
  schema:featureList "100% open source self-hostable via Docker or managed cloud API"@en ;
  schema:featureList "Built-in residential proxy rotation and CAPTCHA solving"@en ;
  schema:featureList "Session recording and interactive visual live debugger"@en ;
  schema:featureList "Direct compatibility with Playwright, Puppeteer, and Stagehand"@en ;
  schema:isAccessibleForFree true .
