import { Hyperbrowser } from '@hyperbrowser/sdk';
const client = new Hyperbrowser({ apiKey: 'your-api-key' });
await client.agents.hyperAgent.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.hyperAgent.start({
task: 'Find the price of the product',
maxSteps: 20
});{
"jobId": "<string>",
"liveUrl": "<string>"
}0.8.0, 1.1.0 gpt-5.2, gpt-5.1, gpt-5, gpt-5-mini, gpt-4o, gpt-4o-mini, gpt-4.1, gpt-4.1-mini, claude-sonnet-4-5, gemini-2.5-flash, gemini-3-flash-preview Show child attributes
Show child attributes
Was this page helpful?