Perform Web Task
You pass a single natural-language instruction to an agent on the browser. The agent performs that one instruction — navigating, clicking, extracting — and returns the result. It does not manage a larger flow; you decide when to call it and what to do with the result. Use it for ad hoc, exploratory, or frequently changing flows where you don’t need the same result every time. Call it withagent.task in the SDK or perform-web-task over REST. Supports async execution.

