WebRTC · WebSocket

Control en tiempo real, de extremo a extremo.

Inicia sesiones seguras, transmite audio y cambia el comportamiento del agente mientras la conversación continúa.

Read the docs
session.ts
const session = await mee.sessions.create({
  agent_id: "agt_…"
});

session.update({
  instructions: "Schedule the appointment.",
  business_state: { qualified: true }
});
YOUR APPEphemeral tokenmeeAgent APISecure realtime audioVOICE AGENT

Low-latency sessions

Use a browser-native connection with clear quality and connection states.

Realtime prompting

Update instructions, context, and business state without ending the session.

Ephemeral browser access

Keep tenant credentials server-side. Browser tokens are short-lived and single-use.