Quickstart
Last updated
Was this helpful?
Get up and running with Ojin in minutes.
This guide walks you through both paths — deploying a full conversational agent with the no-code Human Agent app, or driving a real-time face model from your own pipeline with the Python SDK.
Get your API key from the Ojin dashboard. This will allow you to use Ojin in your applications through a secure environment.
Never hardcode your API key directly in your application code or commit it to version control.
Ojin offers two ways to build with real-time AI — start with whichever fits:
Deploy an end-to-end conversational AI agent with a visual avatar. Ojin handles the entire pipeline — or bring your own speech-to-speech provider. No pipeline assembly required.
Create & configure your agent in the dashboard (using your API key from Step 1)
Embed the widget on your site — one HTML tag, done
Use Ojin's real-time face models for the visual avatar layer in your own conversational pipeline. You control the full stack — STT, LLM, TTS — and the Python SDK or Pipecat turns your TTS audio into a synchronized talking avatar. Pick ojin/oris-presence (flagship) or ojin/oris-portrait (cost-effective) with its config_id.
Build with the Python SDK — install, authenticate, and stream your first avatar
Or drop the avatar into a Pipecat voice agent
Run into a snag? Check the Troubleshooting guide or reach out to support.
Install, authenticate, and stream your first avatar
Learn more about the full agent product
Last updated
Was this helpful?
Was this helpful?