SDK (Python/TypeScript)
Agentic
Perform a high level task using natural language
The agent is able to navigate to urls, click, type, and scroll. We recommend using this approach when a task is intuitive and doesn’t need additional prompting. If agentic mode is unsuccessful or unreliable for your use case, use Simplex’s lower level actions for more control.
agentic
Perform a high level task on the browser with a natural language prompt fo the task.
Natural language description of the task.
Raises ValueError if the API request fails or if the API key is not set.
If the task includes file download or upload, you can specify the task up to that point and then use the click_and_upload or click_and_download actions.