agbrowse docs

Developer documentation

Local browser automation with provider Web-AI workflows.

agbrowse is a short-lived Node CLI that attaches to headed Chrome through CDP, runs browser primitives, and drives ChatGPT, Gemini, and Grok web UI workflows with explicit fail-closed contracts.

Browser runtime

Start Chrome once, then run independent commands for snapshots, clicks, tabs, diagnostics, and adaptive fetch.

Web-AI workflows

Use provider tabs for send, poll, query, watch, session recovery, project sources, and source-audited answers.

Code artifacts

ChatGPT code mode sends a strict build prompt, retrieves generated zip artifacts headlessly, and verifies PLAN.md.

Release evidence

Source-of-truth docs, release gates, and claim audits keep public support labels aligned with code.

Install and try

npm install -g agbrowse
agbrowse start --headed
agbrowse snapshot --interactive

Primary code-mode call

agbrowse web-ai code \
  --vendor chatgpt \
  --model thinking \
  --effort standard \
  --prompt "Build a small MVP with tests." \
  --output-zip ./result.zip