Skip to main content
Status tells you what the browser is doing now. Events and logs tell you what happened over time.

CLI status

SDK status

Stream agent progress

Use streaming progress when your product UI needs live updates from a browser-agent run.

Stream browser events

Use browser events when your application owns the browser and needs a timeline.
Events are useful for status UIs, operator timelines, and replay context. They are not a substitute for final output validation.

What to log

  • Run ID or job ID.
  • Browser ID.
  • Result status.
  • Page titles and URLs.
  • Artifact IDs.
  • Blocker summaries.
  • Validation status.
Do not log raw secrets, signed Debug UI URLs, signed CDP URLs, or large page observations by default. Reference: SDK resources reference, SDK browser reference, and limits.