anchorbrowser package is generated
directly from this API’s OpenAPI specification — every documented endpoint is available
as a typed method.
Configuration
ANCHORBROWSER_API_KEY is read from the environment automatically, so
client.setConfig(...) is only needed if you set the key explicitly or
override baseUrl.
Methods take a single options object with path, query and body keys matching the
operation, return the parsed response body, and throw on failures (non-2xx or network).
Resources
- Agent — 7 methods
- Applications — 10 methods
- BatchSessions — 6 methods
- Billing — 1 methods
- Certificates — 3 methods
- Events — 2 methods
- Extensions — 4 methods
- Identities — 4 methods
- Integrations — 3 methods
- Profiles — 4 methods
- Recordings — 5 methods
- Sessions — 27 methods
- Tasks — 21 methods
- Tools — 6 methods
- Webhooks — 8 methods
Playwright & agent helpers
The SDK also ships hand-written helpers:createBrowser() / connectBrowser() (Playwright
over CDP) and agentTask() / agentBrowserTask() (AI agent execution with live step
streaming). See the package README.
