> ## Documentation Index
> Fetch the complete documentation index at: https://docs.trugen.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Python SDK Quickstart

> Stream your first TruGen agent from a Python application.

<Note>The Python SDK is currently in preview. Detailed step-by-step documentation is coming soon.</Note>

## Prerequisites

* Python 3.9+
* A TruGen API key — [get one from the Developer Platform](https://app.trugen.ai).

## Install

```bash theme={null}
pip install trugen
```

## Coming soon

* Session initialization
* Streaming audio and video
* Event handlers
* Production patterns

<Card title="Python SDK Overview" icon="python" href="/docs/sdks/python/overview">
  Back to the SDK overview.
</Card>
