Skip to main content
Live View is the human window into an API session — a real-time 60fps WebRTC feed in the Console. It’s how owners supervise agents and how you debug loops.

Open it

Go to Console → Sessions, find your session by id, and click the Eye icon. You’ll see the live feed plus telemetry (ping, delay, signal).

Programmatic stream

To render the feed in your own surface, get WebRTC signaling credentials:

The on-host indicator

While the session is active, the host displays an “API session active” indicator on the physical machine. Live View and this indicator together mean an agent’s actions are always observable — see Safety and consent.
Keep Live View open while developing an agent loop. Watching the real machine react in real time is the fastest way to catch mis-grounded clicks.