Skip to main contentWelcome to the developer documentation. This section provides essential guides for integrating with our platform, primarily focusing on the use of our official Python SDK.
- Managing API Keys: Learn how to generate and manage the API Key and Secret required to authenticate the SDK.
- Python SDK Setup: Guide covering installation and initialization of the Python SDK.
- Managing Tasks: Detailed instructions and examples on how to use the SDK to initiate and manage browser automation tasks.
- Managing Workflows: Learn how to use the SDK to define, run, and check the status of multi-step workflows.
- Creating Tasks from Video: Guide on using the SDK to generate tasks/workflows automatically from video uploads.
- Managing Documents: Instructions on uploading documents associated with end-users via the SDK.
- Advanced SDK Patterns: Examples demonstrating context handling and
target_url
usage in complex workflows.
We strongly recommend using the Python SDK for all integrations, as it simplifies authentication and interaction with our platform.