LIVEKIT.GIZCLAW.COM · DIRECT WEBRTC TRIAL
Talk directly with Dewey.
One client key. One WebRTC voice session.
No sign-in required. This browser generates and stores its own client key, registers through the Beijing Dev entry with the default Runtime Profile, and starts voice after you select a live Collection resource.
Pet voice trial
No sign-in · Client key · Direct WebRTC
Today's trial remaining · MOCK
05:00 / 05:00

Dewey Ready
Beijing Dev · realtime VAD · opus · Waiting for latency
WebRTC voice · Automatic reply after a pause; interrupt anytime
Quota is currently simulated in this browser; the session ends when it runs out. Sign-in is only for managing all devices.
Built for realtime products
One runtime from realtime sessions to device actions
One client, one private key
A clear realtime path without recreating the Agent
Client
Web / App / Device
LiveKit Gateway
WebRTC · WebSocket
Client identity
History · Memory
Runtime Agent
Tools · Device RPC
Each client owns its private key. The browser generates it on first open and uses it to establish the GizClaw WebRTC connection.
QUICKSTART
Connect directly with the GizClaw SDK and a local client key
import { connectGiznetWebRTCFromEndpoint } from "@gizclaw/gizclaw";
const clientPrivateKey = loadOrCreateLocalKey();
await connectGiznetWebRTCFromEndpoint({
clientPrivateKey, endpoint, pc,
});