Run a task, stream the session, get a signed webhook when it finishes.
main.py
# 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)