Use cases
- Human enters payment info or approves a transaction, agent handles the rest
- Human navigates a complex auth flow, then hands back to agent
- Human reviews what the agent did before the agent continues
Sessions time out after 15 minutes of inactivity. The maximum session duration is 4 hours. If the human needs more time, send a lightweight follow-up task (e.g. “wait”) to reset the inactivity timer.
Flow
- Create a session — it stays alive automatically when you pass
session_id to run()
- Run an agent task
- Human interacts with the live browser
- Send a new follow-up task