Connections
A connection is a temporary lease into a running runtime. It gives your code a protocol endpoint, such as a CDP WebSocket, without exposing host internals or long-lived credentials.
Use connections when your own process controls the browser. Use invocations when BCTRL should run hosted AI work inside the runtime.
Create a connection
The returned URL is shown once. Store the connection ID if you need to list or delete the lease later.
Connect with Playwright
Connection lifecycle
Connections are short-lived by design.

