Want a ready-made UI? See the Chat UI tutorial.
liveUrl is returned on session creation.
liveUrl is also returned when creating a standalone browser session:
Embed live browser into your app
Useful for human interaction or to see live what’s happening.live.browser-use.com. If your app sets a Content Security Policy, add it to your frame-src directive:
Customize
Append query parameters to theliveUrl:
Recording
waitForRecording / wait_for_recording requires the v3 SDK (from browser_use_sdk.v3 import AsyncBrowserUse / import { BrowserUse } from "browser-use-sdk/v3").keep_alive), you may get multiple recordings.
enable_recording when creating the browser and retrieve the URL after stopping it:
Related
- Live messages — stream the agent’s messages alongside the live browser view
- Follow-up tasks — chain tasks in one session while watching live