# TruGen AI plugin for LiveKit Agents Adding support for [TruGen.AI](https://docs.trugen.ai) realtime avatars. ## Installation ```bash pip install livekit-plugins-trugen ``` ## Pre-requisites Generate an API key from our [Developer Studio](https://app.trugen.ai) and set the `TRUGEN_API_KEY` environment variable with it: ```bash export TRUGEN_API_KEY= ```