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>"
}Was this page helpful?