Prerequisites
Before running the SDK, ensure you have completed the following steps:Configuration
The Python SDK requires connection details and authentication to communicate with your px0 instance. Configure these details using environment variables.PX0_HOST: The URL of your px0 API instance.PX0_ACCESS_TOKEN: Your API access key.
Installation
Install the required client library for Python.Hello World Example
The following example demonstrates how to load the client, authenticate, and render a live prompt template namedhello_world with a dynamic name variable.

