Skip to main content

Interactive Embed

POST 

/workstations/:workstation_id/browser/cdp/embed/interactive

Returns a URL that can be embedded in an iframe to display an interactive, real-time CDP DevTools interface for the current active browser tab. Unlike the view-only endpoint, this allows full DevTools interaction capabilities.

Example Usage

<!-- Embed the interactive DevTools in an iframe -->
<iframe
src="https://connect.agentstation.ai/v1/cdp/embed/interactive/?wss=qlwlkqhydlvk.cdp.v1.connect.agentstation.ai/devtools/page/8999952D8C7E1E4AFC9E22086A1A981B"
width="1280"
height="720"
frameborder="0"
allowfullscreen>
</iframe>

Features

  • Full Chrome DevTools functionality
  • Real-time interaction with the browser tab
  • Elements inspection
  • Console access
  • Network monitoring
  • Performance profiling
  • Source debugging

Request

Responses

Successfully retrieved the interactive DevTools URL