Python SDK
The official Python SDK provides access to the Chaser API for session management, workspaces, command execution, file operations, browser CDP, accounts, billing, webhooks, audit, and jobs.
Install
Create a client
Sessions
Keyword arguments are the preferred style. The legacy payload-dict form still works for backward compatibility.
Command execution
Workspaces
Proxy selection
Files
Browser CDP
Organization context
Notes
- The SDK is stdlib-first — basic usage requires no extra dependencies
pip install "chaser-sdk[cdp]"adds WebSocket CDP support- Use the root-level
proxyfield when creating proxied sessions - The SDK covers the core Chaser API surface. It does not include CHASM assistant management.