LiveKit is a realtime communication platform that allows you to create voice and video chat applications.Documentation Index
Fetch the complete documentation index at: https://docs.simli.com/llms.txt
Use this file to discover all available pages before exploring further.
Build your AI video agent with LiveKit
We recommend using LiveKit to run your Simli agent. below is a guide to set up your environment and dependencies.- Set up a LiveKit account at LiveKit.io.

-
Create a new folder on your computer:
-
Install dependencies:
-
Set up your .env file:
Create a
.envfile in your project directory and add your api keys for Simli, Livekit, and other services. For example: -
Fill in your LiveKit runner code:
Here’s a simple example of a
livekit-simli.pyfile. Ensure your.envfile is in the same directory as this file.
livekit-simli.py
-
Run your bot:
and visit your Sandbox in
LiveKit.ioto talk to your agent in the browser. You can of course build your own clients that plug into the LiveKit pipeline! - Deploy: You can self host livekit agents by running the command in a macbook in a closet. However, we recommend that you check livekit cloud. To make your frontend instead of the sandboxes, you can checkout the livekit docs for agent frontends
- Learn more: For detailed documentation, visit LiveKit’s guide to Simli or keep exploring Simli docs for more insights.