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>"
}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-opus-4-6, claude-haiku-4-5-20251001, claude-sonnet-4-5, claude-sonnet-4-20250514 Show child attributes
Show child attributes
Was this page helpful?