Hyperbrowser · Arazzo Workflow
Hyperbrowser HyperAgent Task Run
Version 1.0.0
Start a HyperAgent task, poll status, then fetch its final result.
View Spec
View on GitHub
Headless BrowserBrowser InfrastructureWeb ScrapingWeb CrawlingData ExtractionAI AgentsBrowser AutomationComputer UseStealthProxiesCAPTCHA SolvingMCPHyperAgentX402ArazzoWorkflows
Provider
Workflows
hyperagent-task-run
Run a HyperAgent task to completion and return its final result.
Submits a HyperAgent task, waits for completion by polling status, and returns the final result and step trace once the task finishes.
1
startTask
post-api-task-hyper-agent
Submit a HyperAgent task from the supplied instruction and capture the jobId and live view URL.
2
pollStatus
get-api-task-hyper-agent-id-status
Poll the HyperAgent task status. The status moves through pending and running before reaching completed, failed, or stopped; loop back while still in progress and branch out on a terminal state.
3
getResult
get-api-task-hyper-agent-id
Fetch the completed HyperAgent task to return its final result string and the recorded step trace.