Skip to main content
The 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

In TypeScript, methods are static — one options object with 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.createSessionclient.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

Playwright & agent helpers

Both SDKs also ship hand-written helpers for driving the browser and running agent tasks:
See the TypeScript README and the Python README.