import { Hyperbrowser } from '@hyperbrowser/sdk';
const client = new Hyperbrowser({ apiKey: 'your-api-key' });
await client.agents.cua.start({
task: 'Find the price of the product',
maxSteps: 20
});{
"jobId": "<string>",
"liveUrl": "<string>"
}import { Hyperbrowser } from '@hyperbrowser/sdk';
const client = new Hyperbrowser({ apiKey: 'your-api-key' });
await client.agents.cua.start({
task: 'Find the price of the product',
maxSteps: 20
});{
"jobId": "<string>",
"liveUrl": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://hyperbrowser.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
computer-use-preview, gpt-5.4, gpt-5.4-mini Show child attributes
Show child attributes
Was this page helpful?