import { Hyperbrowser } from '@hyperbrowser/sdk';const client = new Hyperbrowser({ apiKey: 'your-api-key' });await client.agents.claudeComputerUse.start({ task: 'Find the price of the product', llm: 'claude-sonnet-4-5', maxSteps: 20});
Copy
Ask AI
{ "jobId": "<string>", "liveUrl": "<string>"}
Claude Computer Use
Start a claude computer use task
POST
/
api
/
task
/
claude-computer-use
JavaScript
Copy
Ask AI
import { Hyperbrowser } from '@hyperbrowser/sdk';const client = new Hyperbrowser({ apiKey: 'your-api-key' });await client.agents.claudeComputerUse.start({ task: 'Find the price of the product', llm: 'claude-sonnet-4-5', maxSteps: 20});