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});
Copy
Ask AI
{ "jobId": "<string>", "liveUrl": "<string>"}
HyperAgent
Start a HyperAgent task
POST
/
api
/
task
/
hyper-agent
JavaScript
Copy
Ask AI
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});