Runtimes
A runtime is the running environment inside a space. Browser runtimes are the stable runtime type today.
Use runtime APIs to launch, connect, invoke, move files, and stop. Use the current run to inspect what happened.
Create a browser runtime
The runtime name is first-class. Use names like crm, quickbooks, or research so scripts and agents can reason about the environment.
Runtime metadata
activeRunId is always present and nullable. Prefer runtime.currentRun() when you need the active run and its helpers.
Control the runtime through a connection
Then pass connection.endpoint.url to your native browser framework.
Stop a runtime
Stopping a runtime tears down its active browser process and prevents new connection attaches.
Runtime types
Only browser CDP connections are requestable today.

