Hyperbrowser · Example Payload

Hyperbrowser Claude Computer Use Example

Headless BrowserBrowser InfrastructureWeb ScrapingWeb CrawlingData ExtractionAI AgentsBrowser AutomationComputer UseStealthProxiesCAPTCHA SolvingMCPHyperAgentX402

Hyperbrowser Claude Computer Use Example is an example object payload from Hyperbrowser, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationrequestresponse

Example Payload

Raw ↑
{
  "operation": "POST /api/task/claude-computer-use",
  "request": {
    "task": "Sign in to https://example.com using the saved profile and download the latest invoice.",
    "llm": "claude-opus-4-5",
    "sessionOptions": {
      "useStealth": true,
      "profile": {
        "id": "prof_01HZEXAMPLE"
      }
    }
  },
  "response": {
    "jobId": "claude_01HZ8YR8KEXAMPLE",
    "status": "pending",
    "liveUrl": "https://app.hyperbrowser.ai/live/claude_01HZ8YR8KEXAMPLE"
  }
}