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
Command execution
Workspaces
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- The SDK covers the core Chaser API surface. It does not include CHASM assistant management.
