Build Browser Automation APIs
What this is
Browser automation APIs expose programmatic browser control via Chrome DevTools Protocol integration — the same low-level browser control the dedicated CDP Developers page under the API docs system covers in more depth, here framed specifically as part of the broader developer ecosystem's API offerings.
How it works
A request specifies a browser action (navigate, click, extract), and the API translates that into the corresponding CDP command against the target browser session, the same pattern used by dedicated browser-automation SDKs generally, but running through BotGentz's own infrastructure.
Holding BOT for this path
Same standard API-category BOT holding requirement — browser automation draws real compute and session resources, so expect usage-scaled BOT expectations similar to voice command and agent execution, confirmed as the metering model is finalized.
Related paths in API Integration