Skip to main content
When an agent runs browser automation, Flowra can keep a live browser session. The dashboard may show a side panel; the Browser API lets your app read status, embed the live view, send heartbeats, complete a browser-based connection, or close the session. For agent-facing tool slugs (Stagehand-style actions), see Native tools: Browser.

Session id

sessionId is the browser session id — often the chat thread id, or a standalone session id returned by the product when a browser run starts.

API endpoints

Example: status

Example: close

Full schemas: API reference — Browser.

Notes

  • touch keeps the live pulse fresh; it does not by itself extend Chromium idle lifetime — idle follows agent/user activity.
  • Treat live view URLs like sensitive capabilities if the session can access authenticated sites.