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