JavaScript
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 });
{ "jobId": "<string>", "liveUrl": "<string>" }
claude-opus-4-5
claude-haiku-4-5-20251001
claude-sonnet-4-5
claude-sonnet-4-20250514
Show child attributes
Claude computer use task started successfully
Was this page helpful?