Instruct
Commands
Instruct
Drive the browser with a natural language instruction
POST
Instruct
Description
Issues a natural language instruction to the browser. AI interprets the instruction and performs the necessary interactions, such as clicking, typing, navigating, and extracting content.Authentication
Open-source deployments do not require authentication by default. If your server config enablesX-API-Key, include that header with the request.
Path Parameters
The browser ID returned from Create Session.
Request Body
A natural language description of what the browser should do.
Response
Whether the instruction was completed successfully.
Result of the instruction. Structure depends on the instruction and configured AI provider.

