Glossary

Definitions for Steel, browser infrastructure, and AI agent terms.

The glossary will collect short definitions for recurring Steel and browser-agent terms.

Anti-Bot

Anti-bot covers the detection and mitigation systems websites use to distinguish human browsing from automated traffic.

Browser Agents

Browser agents are AI or rules-based systems that complete tasks by operating a real web browser instead of calling a direct API.

Browser Automation

Browser automation is the practice of controlling a web browser programmatically to complete UI-based tasks end to end.

CAPTCHA Solving

CAPTCHA solving is the capability that helps browser workflows clear verification challenges without turning every run into a manual intervention.

CDP

CDP, the Chrome DevTools Protocol, is the control channel many frameworks use to attach to and drive a Chromium browser instance.

Cloud Browser

A cloud browser is a managed remote browser runtime that keeps execution, state, and observability outside a developer laptop.

Computer Use

Computer Use is the model-driven action loop where an AI system receives screenshots and issues browser or desktop actions to complete a task.

Credentials API

The Credentials API stores secrets server-side and injects them into Steel sessions without exposing raw values to the model or operator.

Extensions API

The Extensions API is Steel's surface for uploading, managing, and injecting Chrome extensions into browser sessions.

Files API

The Files API moves uploads, downloads, and evidence artifacts through Steel sessions without relying on local disk handoffs.

HLS

HLS is the streaming format Steel uses for replaying past browser sessions as video.

Human-in-the-Loop

Human-in-the-loop means a workflow pauses for a person to review, approve, or take over before the browser session continues.

Profiles

Profiles are persisted browser user-data snapshots that let Steel restore cookies, storage, extensions, and other browser state across sessions.

Proxies

Proxies route browser traffic through a chosen network path so workflows can control egress IP, geography, and reputation.

Replay

Replay is the recorded browser artifact that lets you inspect what a Steel session actually did after the run ends.

Session Lifecycle

Session lifecycle is the sequence of creating, connecting to, operating, observing, and releasing a browser session.

Session Viewer

The Session Viewer is the live Steel surface used to watch, inspect, and sometimes take over a running browser session.

Sessions

Sessions are isolated Steel browser runtimes with explicit lifecycle, state boundaries, and attached evidence such as viewer links and replays.

Stealth

Stealth is the set of browser and network measures used to make legitimate automation look less synthetic to anti-bot systems.

Steel Cloud

Steel Cloud is Steel's managed hosted environment for browser sessions, observability, files, credentials, and related workflow infrastructure.

Steel Local

Steel Local is the self-hosted or local Steel runtime used for development, controlled environments, and lower-scale browser execution.

WebRTC

WebRTC is the real-time streaming technology Steel uses for live browser viewing and operator handoff.

debugUrl

debugUrl is the live viewer URL for a Steel session, used to watch or hand off a browser run in progress.