# XUNA AI > XUNA AI Documentation Platform ## Docs - [Get, list, and delete XUNA AI agent conversations](https://docs.xuna.ai/api-reference/agents/conversations.md): Get transcripts, audio, and evaluation data for past conversations, or issue signed URLs and tokens to start new ones via WebSocket or WebRTC. - [Create a new XUNA AI Conversational AI voice agent](https://docs.xuna.ai/api-reference/agents/create.md): Use POST /v1/convai/agents to provision a voice agent with a name, TTS voice, system prompt, opening first message, and optional tags. - [Get, update, list, and delete Conversational AI agents](https://docs.xuna.ai/api-reference/agents/manage.md): Retrieve, update, list, and delete voice agents using the XUNA AI Conversational AI REST API with Python and TypeScript examples. - [Authentication for the XUNA AI Conversational AI API](https://docs.xuna.ai/api-reference/authentication.md): Learn how to authenticate server-side API calls, generate signed URLs for WebSocket connections, and issue conversation tokens for WebRTC clients. - [XUNA AI Conversational AI REST API: getting started](https://docs.xuna.ai/api-reference/overview.md): Everything you need to get started with the XUNA AI Conversational AI REST API: base URL, authentication, SDK setup, and rate limits. - [Launch outbound batch calls with XUNA AI agents](https://docs.xuna.ai/api-reference/telephony/batch-calls.md): Use POST /v1/convai/phone-numbers/batch-calls to dial multiple numbers at once, with per-call message overrides and a shared agent and caller ID. - [Import and manage Twilio phone numbers for XUNA AI](https://docs.xuna.ai/api-reference/telephony/phone-numbers.md): Import Twilio phone numbers into XUNA AI, list your imported numbers, and assign a voice agent to handle inbound calls on any number. - [XUNA AI Conversational AI: Voice Agent Platform](https://docs.xuna.ai/introduction.md): XUNA AI Conversational AI lets you build, deploy, and monitor expressive voice AI agents across web, mobile, and telephony — with 5,000+ voices and 31+ languages. - [Get started with XUNA AI Conversational AI](https://docs.xuna.ai/quickstart.md): Build and deploy your first XUNA AI voice agent using the web dashboard, CLI, or API — and embed it on your website in minutes. - [Secure your agent with authentication and access control](https://docs.xuna.ai/voice/configure/authentication.md): Use signed URLs or conversation tokens to gate agent access. Generate them server-side so your XUNA AI API key stays out of the browser. - [Add a knowledge base to ground your agent's responses](https://docs.xuna.ai/voice/configure/knowledge-base.md): Upload files, URLs, or text snippets to give your agent accurate, retrievable information using retrieval-augmented generation (RAG). - [Choose and configure a language model for your agent](https://docs.xuna.ai/voice/configure/models.md): Select from GPT, Gemini, Claude, XUNA AI-hosted, or custom LLMs. Tune temperature, backup model behavior, and reasoning budgets per agent. - [Configure your XUNA AI Conversational AI agents](https://docs.xuna.ai/voice/configure/overview.md): Explore every configuration option for your voice agent: system prompts, LLM selection, voices, knowledge bases, tools, and authentication. - [Personalize each conversation with variables and overrides](https://docs.xuna.ai/voice/configure/personalization.md): Inject per-session data into your agent's system prompt and override voice, language, or prompt at conversation start for each individual user. - [Write an effective system prompt for your voice agent](https://docs.xuna.ai/voice/configure/system-prompt.md): Learn how to write system prompts that define your agent's persona, goals, and guardrails — with voice-specific tips and a 2 MB size limit. - [Connect tools to extend your voice agent's capabilities](https://docs.xuna.ai/voice/configure/tools.md): Give your agent the ability to act: call server APIs, trigger client-side events, connect MCP servers, and enable built-in system tools. - [Configure voice and language for your XUNA AI agent](https://docs.xuna.ai/voice/configure/voice-language.md): Choose from 5,000+ voices across 31 languages, tune stability and style settings, and enable automatic language detection for multilingual users. - [Deploy your conversational AI agent](https://docs.xuna.ai/voice/deploy/overview.md): Choose how to deploy your XUNA AI voice agent — from a no-code website widget to native mobile SDKs, phone integration, and a raw WebSocket API. - [Build voice interfaces with the React SDK](https://docs.xuna.ai/voice/deploy/react-sdk.md): Use @xuna-ai/react to build custom voice agent UIs with full control over session lifecycle, audio, client tools, and conversation state. - [Stream conversations with the WebSocket API](https://docs.xuna.ai/voice/deploy/websocket-api.md): Use the XUNA AI WebSocket API to build custom voice integrations with full control over audio streaming, conversation flow, and message handling. - [XUNA AI Conversational AI: Voice Agent Platform](https://docs.xuna.ai/voice/introduction.md): XUNA AI Conversational AI lets you build, deploy, and monitor expressive voice AI agents across web, mobile, and telephony — with 5,000+ voices and 31+ languages. - [Track agent performance and conversation history](https://docs.xuna.ai/voice/monitor/analytics.md): Monitor your agent's performance, review conversation history, and measure key metrics like CSAT, containment rate, and cost per resolution. - [Evaluate conversations and extract structured insights](https://docs.xuna.ai/voice/monitor/conversation-analysis.md): Configure success criteria to automatically score conversation outcomes, and extract structured data fields from transcripts to track what users ask about. - [Get started with XUNA AI Conversational AI](https://docs.xuna.ai/voice/quickstart.md): Build and deploy your first XUNA AI voice agent using the web dashboard, CLI, or API — and embed it on your website in minutes. ## OpenAPI Specs - [openapi](https://docs.xuna.ai/api-reference/openapi.json)