This guide covers the initial steps required to install and configure the official Python SDK before using it to interact with the Curalabs API.Documentation Index
Fetch the complete documentation index at: https://docs.curalabs.io/llms.txt
Use this file to discover all available pages before exploring further.
Installation
Install the SDK using pip:Obtaining Credentials
Before using the SDK, you need an API Key and API Secret. Generate these credentials from the “Developer Settings” section of your dashboard. Refer to the Managing API Keys guide for detailed steps on generating and handling your credentials securely.Initialization
Import the SDK and initialize it with your API Key, API Secret, and the backend URL (if different from default).agent object to call SDK methods as described in the specific usage guides (e.g., Managing Tasks, Managing Workflows).