Skip to main content
Every session has a liveUrl — a real-time view of the agent’s browser. Embed it in your app so users can watch the agent work. The live view URL has no X-Frame-Options or CSP frame-ancestors restrictions, so iframe embedding works out of the box.

Get the live URL

Create a session first to get the liveUrl, then run a task in that session.

Embed in HTML

The live view updates in real time. No polling or WebSocket setup needed on your end.