anchorbrowser npm package and the
anchorbrowser PyPI package are generated
directly from this API’s OpenAPI specification — every documented endpoint is available
as a typed method in both SDKs, and every method page here shows both languages.
Configuration
path, query and body
keys matching the operation. In Python, resources hang off a client instance — path
params are positional and query/body params are keyword arguments, with the same names
in snake_case (Sessions.createSession ↔ client.sessions.create_session). Both
return the parsed response body and raise/throw on failures (non-2xx or network).
Python also ships AsyncAnchorbrowser with the identical surface for await.
Resources
- Agent — 7 methods
- AgentAccess — 4 methods
- Applications — 10 methods
- BatchSessions — 6 methods
- Billing — 1 methods
- Certificates — 3 methods
- Events — 2 methods
- Extensions — 4 methods
- Identities — 5 methods
- Integrations — 3 methods
- Profiles — 4 methods
- Recordings — 5 methods
- Sessions — 30 methods
- Tasks — 21 methods
- Tools — 6 methods
- Webhooks — 8 methods

