Run a Hosted Agent
The zero-framework path: create a runtime, hand it an instruction, read the answer. The agent runs inside the runtime on BCTRL infrastructure - your process just waits for the result, and the whole session is recorded on the run like any other.
📸 Content TODO: screenshot of the recording viewer scrubbed to mid-task, captioned “what the agent actually did” - the replay-as-proof framing is the hook here.
While it runs, everything from the other recipes applies: watch it live, stream its events, or solve the CAPTCHA it hits - or grant the captcha builtin via a toolset and it solves them itself.
Choosing a model
By default the space’s configured model is used. Override per call with a managed model string, or your own key via a saved AI credential:
browser-use exposes deeper controls when you need them - enablePlanning, maxFailures, stepTimeoutMs, sensitiveData - see Hosted agents.
Next
- Hosted agents - the full agent surface
- Stagehand on BCTRL - finer-grained act/observe/extract control
- Give an Agent Custom Tools - let it call your backend

