Crea tu primera sesión.
La documentación completa llegará con la API v1. Esta vista conserva la estructura de navegación y los conceptos públicos.
1. Create an agent
POST /v1/agents
{
"name": "Customer care",
"voice": "eva",
"runtime": "mee-voice-standard",
"instructions": "You are a helpful agent…"
}2. Request a browser token
Use the portal session to request a short-lived, one-use client token. Never send a tenant API key to the browser.