Skip to main content
Quickstarts are the shortest path from credentials to a visible speaking avatar. This section includes Direct Mode SDK quickstarts and the LiveKit Agents Integration quickstart. Use a Direct Mode quickstart when your app connects the client SDK directly to Motion Server with a Session Token. Use the LiveKit Agents quickstart when you want the fastest packaged Web voice-agent path with LiveKit Agents, Gemini Live, livekit-plugins-spatius, and the Web RTC Adapter. For Agora Convo AI setup, see Agora Convo AI Integration.

Fastest first demo by path

For a full effort comparison, see Choose Your Integration Path.

Direct Mode and token servers

Direct Mode clients connect to Motion Server themselves. They still need a short-lived Session Token, but that token must be issued by backend code because issuing it requires your SPATIUS_API_KEY. That backend code is only a token endpoint. It is not a Backend Mode runtime server: it does not run ASR, LLM, or TTS; it does not connect to Motion Server; and it does not relay audio or motion data. The Direct Mode demos include token-server examples only to show how to exchange your server-side API Key for a client-safe Session Token.

Direct Mode SDK quickstarts

Platform integration quickstarts

Next steps

Browse all demos

Every runnable demo by platform and integration path.

Choose your integration path

Compare latency, production ownership, and developer effort.