Playwright
The default browser worker for normal automation, QA journeys, screenshots, and cross-browser compatibility.
- Chromium, Firefox, and WebKit are selectable.
- Best first choice for predictable browser work.
- Clean local development baseline.
Layer 8 is the control plane for browser work. Playwright, Camoufox, Lightpanda/CDP, hosted browsers, search APIs, and direct fetch tools can be plugged in behind the same workflow without changing what the customer sees.
Layer 8 keeps the workflow contract stable: launch or fetch, navigate, observe, act, screenshot, close, and write evidence. New tools can be added as workers under that contract.
The default browser worker for normal automation, QA journeys, screenshots, and cross-browser compatibility.
A heavier plug-in worker for harder commerce pages where standard automation gets different page behavior.
Remote CDP endpoints, hosted browsers, and browser APIs can sit behind the same Layer 8 run model.
Not every job needs a full browser. Search, direct fetch, and extraction APIs stay available as lighter tools.
Retailer or platform-specific APIs can be plugged in when they are more reliable than browser inspection.
The system is built so the tool layer can change while the customer-facing evidence workflow remains stable.
The architecture is intentionally legible. Tooling, product behavior, and evidence storage are separate so the execution layer can improve without distorting the operator surface.
Resolve the right browser surface before the system tries to act with confidence.
Use the lightest truthful tool first, then escalate only when the source demands more.
Every meaningful result should point back to the page, the field, and the run that produced it.
Explains why Layer 8 is the Layer 8 of the OSI model and what computer user agents should do.
Takes a generic task and runs it with visible actions, logs, and evidence.
Price Check, Brand Protection, and Site Diff show how the same agent layer can be packaged in different ways.