runtime.live

View as Markdown

runtime.live is a browser runtime capability in the runtime namespace.

Availability

  • Runtime: browser
  • Kind: lifecycle
  • Category: lifecycle
  • Supported drivers: Playwright, Puppeteer, Stagehand, browser-use

SDK Surface

  • SDK path: runtime.live
  • Async: Yes

HTTP Surface

  • Transport: resource route
  • Route: POST /workspaces/{id}/runtimes/{alias}/embed/live
  • Long-running: No

Arguments

ArgumentTypeRequiredDescription
optionsobjectNoLive embed options such as interactivity.

Result

  • Type: embed
  • Description: Live embed metadata including iframe URL and token expiry.

SDK Example

1await runtime.live();

HTTP Example

1POST /workspaces/{id}/runtimes/{alias}/embed/live