Browser / Computer-Use Driver
Why it matters: Agents can interact with web UIs that have no API.
Headless browser actions for navigation, interaction, screenshots, and extraction.
API endpoints
| Method | Path | Description |
|---|---|---|
POST | /v1/browser/sessions | Create a session |
POST | /v1/browser/sessions/:id/actions | Run actions |
GET | /v1/browser/sessions/:id/screenshot | Get a screenshot |