import { Hyperbrowser } from '@hyperbrowser/sdk';const client = new Hyperbrowser({ apiKey: 'your-api-key' });await client.agents.geminiComputerUse.start({ task: 'Find the price of the product', maxSteps: 20});
Copy
Ask AI
{ "jobId": "<string>", "liveUrl": "<string>"}
Gemini Computer Use
Start a gemini computer use task
POST
/
api
/
task
/
gemini-computer-use
JavaScript
Copy
Ask AI
import { Hyperbrowser } from '@hyperbrowser/sdk';const client = new Hyperbrowser({ apiKey: 'your-api-key' });await client.agents.geminiComputerUse.start({ task: 'Find the price of the product', maxSteps: 20});