Sdk
Browser Pool
Playwright browser pool with automatic proxy integration and lifecycle management. Import from sweatpants import get_browser get_browser @asynccontextmanager async def get_browser(...
Updated February 13, 2026
Module Manifest
The module.json file defines a module's metadata, inputs, settings, and capabilities. Schema { "id": "string (required)", "name": "string (required)", "version":...
Updated February 13, 2026
Module Class
Base class for all Sweatpants automation modules. Import from sweatpants import Module Overview Modules must subclass Module and implement the...
Updated February 13, 2026
Proxy Client
HTTP client with rotating proxy support. Import from sweatpants import proxied_request proxied_request async def proxied_request( method: str, url: str, *,...
Updated February 13, 2026