Resources · set-up guide
SET-UP GUIDE.
From zero to a running character in under an hour. Four steps, no surprises.
1
Install the SDK
Add the Anvora Engine SDK to your project. Available in Python, TypeScript, Go, Rust, and Java.
Terminal
pip install anvora-engine2
Authenticate
Generate an API key from the dashboard and set it as an environment variable.
Terminal
export ANVORA_API_KEY=your_key_here3
Load a character
Instantiate a character from your account. The engine pulls the latest persona snapshot automatically.
Terminal
anvora.character("livvy").start()4
Go live
Point your RTMP output at Anvora's ingest endpoint and your character is on stage.
Terminal
anvora.stream.rtmp(endpoint="rtmp://ingest.anvora.id/live")