Studio class is the main entry point for the Lyzr ADK. It manages authentication, connections, and provides methods to create and manage all resources.
Quick Start
Initialization
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
api_key | str | No | None | Lyzr API key. If not provided, reads from LYZR_API_KEY environment variable |
log | str | No | "warning" | Logging level: "debug", "info", "warning", "error", "none" |