Skip to main content

Queue status

Two lightweight read endpoints for operating at volume.

GET /browser-agent-status

Your own live queue: how many tasks you have running and queued, and your plan’s in-flight cap. Free to call, cheap on our side — poll it as often as you like.
Use it to throttle your own submit loop: stay under cap and you’ll never see QUEUE_FULL. Also available in the SDKs as browserAgentStatus() (TypeScript) and browser_agent_status() (Python).

GET /browser-agent-capacity

Global pool state — useful for deciding whether now is a good time to submit a large set of tasks. Any valid API key can read it.
Returns current queue and sandbox-pool statistics.

Run tasks

POST /browser-agent — sync, async, or streaming.

List runs

GET /list-browser-agents — history with pagination.