Browser agents you can watch
Run a task, stream the session, get a signed webhook when it finishes.
# pip install browserpilot-sdk
from browserpilot import BrowserPilot
client = BrowserPilot()
run = await client.runs.create(
task="Open the careers page and
list every open role with team
and location",
)
print(run.output)
WHAT YOU GET
Watch every session live
Replay any run, step by step
Signed webhooks with fan-out
Per-step cost tracking