# Telnyx AI: Assistants — Documentation Index > Assistants documentation within the AI section of the Telnyx developer docs (https://developers.telnyx.com). > This file: https://developers.telnyx.com/docs/development/llms/ai-assistants-llms-txt.md · Root index: https://developers.telnyx.com/llms.txt ## Guides - [Voice Assistant](https://developers.telnyx.com/docs/inference/ai-assistants/no-code-voice-assistant.md): Build a voice AI assistant in the Telnyx portal without writing code. Pick a model and voice, attach a phone number, and start taking inbound calls. - [Realtime Conversations](https://developers.telnyx.com/docs/inference/ai-assistants/realtime-conversations.md): Talk to a Telnyx AI Assistant over a single WebSocket: stream microphone audio, receive transcripts and synthesized speech in real time, handle barge-in, and respond to client-side tool calls. - [Migrate from OpenAI Realtime](https://developers.telnyx.com/docs/inference/ai-assistants/migrate-from-openai-realtime.md): Move a realtime voice application from the OpenAI Realtime API to the Telnyx Assistant Conversation WebSocket: endpoint and auth changes, an event-by-event mapping, and what to delete from your clien… - [Multi-Participant Calls](https://developers.telnyx.com/docs/inference/ai-assistants/multi-participant-calls.md): Invite additional participants into a live Voice AI call and control when your assistant should speak or stay silent. - [Memory](https://developers.telnyx.com/docs/inference/ai-assistants/memory.md): Give Telnyx AI Assistants long-term memory so they recall caller details across sessions. Configure memory scope, retrieval, and conversation history. - [Dynamic Variables](https://developers.telnyx.com/docs/inference/ai-assistants/dynamic-variables.md): Personalize Telnyx AI Assistant prompts with dynamic variables. Pass caller context, account data, and CRM fields at runtime into the assistant instructions. - [Conversation Workflows](https://developers.telnyx.com/docs/inference/ai-assistants/workflows.md): Design multi-step Telnyx AI Assistant conversations with workflow nodes, conditional routing, per-step instructions, model and voice overrides, and assistant routing. - [Async Tools](https://developers.telnyx.com/docs/inference/ai-assistants/async-tools.md): Build responsive Telnyx AI Assistants that keep talking while slow backends run. Use async webhooks and the Add Messages API together or independently. - [Filler Messages](https://developers.telnyx.com/docs/inference/ai-assistants/filler-messages.md): Eliminate dead air during synchronous webhook tool calls by configuring scripted filler phrases that play at timed intervals while your backend processes requests. - [Tools Library](https://developers.telnyx.com/docs/inference/ai-assistants/tools-library.md): Create tools once and share them across all your AI assistants. Migrate legacy tools at your own pace. - [AI Assistants and Edge Compute](https://developers.telnyx.com/docs/edge-compute/guides/ai-assistant-backend.md): Use a Telnyx Edge Compute function as the backend for dynamic variables and webhook tool calls — no separate server required. - [Client-Side Tools](https://developers.telnyx.com/docs/inference/ai-assistants/client-side-tools.md): Let your AI assistant call functions that run in the browser during a conversation. Configure client-side tools in the portal and implement handlers with the Telnyx AI Agent library. - [Agent Handoff](https://developers.telnyx.com/docs/inference/ai-assistants/agent-handoff.md): Enable seamless AI-to-AI handoffs with specialized assistants working together in a single conversation, providing expert-level support across multiple domains. - [Voicemail Detection on Transfer](https://developers.telnyx.com/docs/inference/ai-assistants/voicemail-detection-on-transfer.md): Configure Voice AI Assistants to detect voicemail on transferred calls and respond automatically. - [Scheduled Events](https://developers.telnyx.com/docs/inference/ai-assistants/scheduled-events.md): Schedule outbound phone calls and SMS messages from Voice AI Assistants, with configurable retry policies for unanswered calls. - [Transcription Settings](https://developers.telnyx.com/docs/inference/ai-assistants/transcription-settings.md): Choose and configure speech-to-text (STT) models for AI Assistants, including Deepgram, Azure, AssemblyAI, xAI, and Parakeet models. - [Interruption Settings](https://developers.telnyx.com/docs/inference/ai-assistants/interruption-settings.md): Control how your AI assistant handles caller interruptions — enable or disable barge-in, protect greetings, and tune endpointing thresholds for non turn-taking transcription models. - [Integrations](https://developers.telnyx.com/docs/inference/ai-assistants/integrations.md): Connect Telnyx AI Assistants with enterprise platforms like Salesforce, HubSpot, ServiceNow, Zendesk, Microsoft Teams, Notion, Stripe, and more to automate workflows during conversations. - [Testing, Versions & Traffic Distribution](https://developers.telnyx.com/docs/inference/ai-assistants/version-testing-traffic-distribution.md): A/B test Telnyx AI Assistant versions in production. Split traffic across prompts, models, and voices to measure quality before promoting a new version. - [Importing Assistants](https://developers.telnyx.com/docs/inference/ai-assistants/importing.md): Import AI assistants from OpenAI, ElevenLabs, Vapi, and other providers into Telnyx. Migrate prompts, voices, tools, and knowledge bases in a few steps. - [Custom LLMs for Assistants](https://developers.telnyx.com/docs/inference/ai-assistants/custom-llm.md): Configure Azure OpenAI, AWS Bedrock, Baseten, or any OpenAI-compatible endpoint as a custom LLM provider for your Telnyx AI assistants. ## Missions - [Voice Outreach](https://developers.telnyx.com/docs/inference/missions.md): Give your AI agent a mission to research businesses, make phone calls, and report back with results — all tracked and auditable through the Telnyx Missions API. ## AI Insights - [Creating insights](https://developers.telnyx.com/docs/inference/ai-insights/creating-insights.md): Step-by-step guide to creating AI Insights in the Mission Control Portal to analyze your AI Assistant conversations. - [Use cases](https://developers.telnyx.com/docs/inference/ai-insights/use-cases.md): Industry-specific examples and implementation patterns for AI Insights across healthcare, customer support, sales, e-commerce, and financial services. - [Structured insights](https://developers.telnyx.com/docs/inference/ai-insights/structured-insights.md): Create AI Insights with defined JSON schemas for consistent, structured data extraction from conversations. - [Insight groups](https://developers.telnyx.com/docs/inference/ai-insights/insight-groups.md): Organize AI Insights into reusable groups and configure webhook delivery for automated insights distribution. - [Telnyx-managed insights](https://developers.telnyx.com/docs/inference/ai-insights/telnyx-managed-insights.md): Use built-in insights from Telnyx — Agent Instruction Following and User Satisfaction — to measure assistant quality out of the box, no custom configuration needed. ## API Reference (Assistants) ### Assistants - [List assistants](https://developers.telnyx.com/api-reference/assistants/list-assistants.md): Retrieve a list of all AI Assistants configured by the user. - [Create an assistant](https://developers.telnyx.com/api-reference/assistants/create-an-assistant.md): Create a new AI Assistant. - [Delete an assistant](https://developers.telnyx.com/api-reference/assistants/delete-an-assistant.md): Delete an AI Assistant by `assistant_id`. - [Get an assistant](https://developers.telnyx.com/api-reference/assistants/get-an-assistant.md): Retrieve an AI Assistant configuration by `assistant_id`. - [Update an assistant](https://developers.telnyx.com/api-reference/assistants/update-an-assistant.md): Update an AI Assistant's attributes. - [Assistant Chat (BETA)](https://developers.telnyx.com/api-reference/assistants/assistant-chat-beta.md): This endpoint allows a client to send a chat message to a specific AI Assistant. The assistant processes the message and returns a relevant reply based on the… - [Assistant Sms Chat](https://developers.telnyx.com/api-reference/assistants/assistant-sms-chat.md): Send an SMS message for an assistant. This endpoint: - [Clone Assistant](https://developers.telnyx.com/api-reference/assistants/clone-assistant.md): Clone an existing assistant, excluding telephony and messaging settings. - [Enhance Assistant Instructions](https://developers.telnyx.com/api-reference/assistants/enhance-assistant-instructions.md): Enhance an assistant's instructions using an LLM. The endpoint reads the assistant's current instructions and tools, then streams back improved instructions as… - [Import assistants from external provider](https://developers.telnyx.com/api-reference/assistants/import-assistants-from-external-provider.md): Import assistants from external providers. Any assistant that has already been imported will be overwritten with its latest version from the importing provider. - [List scheduled events](https://developers.telnyx.com/api-reference/assistants/list-scheduled-events.md): Get scheduled events for an assistant with pagination and filtering - [Create a scheduled event](https://developers.telnyx.com/api-reference/assistants/create-a-scheduled-event.md): Create a scheduled event for an assistant - [Delete a scheduled event](https://developers.telnyx.com/api-reference/assistants/delete-a-scheduled-event.md): If the event is pending, this will cancel the event. Otherwise, this will simply remove the record of the event. - [Get a scheduled event](https://developers.telnyx.com/api-reference/assistants/get-a-scheduled-event.md): Retrieve a scheduled event by event ID - [List assistant tests with pagination](https://developers.telnyx.com/api-reference/assistants/list-assistant-tests-with-pagination.md): Retrieves a paginated list of assistant tests with optional filtering capabilities - [Create a new assistant test](https://developers.telnyx.com/api-reference/assistants/create-a-new-assistant-test.md): Creates a comprehensive test configuration for evaluating AI assistant performance - [Get all test suite names](https://developers.telnyx.com/api-reference/assistants/get-all-test-suite-names.md): Retrieves a list of all distinct test suite names available to the current user - [Get test suite run history](https://developers.telnyx.com/api-reference/assistants/get-test-suite-run-history.md): Retrieves paginated history of test runs for a specific test suite with filtering options - [Trigger test suite execution](https://developers.telnyx.com/api-reference/assistants/trigger-test-suite-execution.md): Executes all tests within a specific test suite as a batch operation - [Delete an assistant test](https://developers.telnyx.com/api-reference/assistants/delete-an-assistant-test.md): Permanently removes an assistant test and all associated data - [Get assistant test by ID](https://developers.telnyx.com/api-reference/assistants/get-assistant-test-by-id.md): Retrieves detailed information about a specific assistant test - [Update an assistant test](https://developers.telnyx.com/api-reference/assistants/update-an-assistant-test.md): Updates an existing assistant test configuration with new settings - [Get test run history for a specific test](https://developers.telnyx.com/api-reference/assistants/get-test-run-history-for-a-specific-test.md): Retrieves paginated execution history for a specific assistant test with filtering options - [Trigger a manual test run](https://developers.telnyx.com/api-reference/assistants/trigger-a-manual-test-run.md): Initiates immediate execution of a specific assistant test - [Get specific test run details](https://developers.telnyx.com/api-reference/assistants/get-specific-test-run-details.md): Retrieves detailed information about a specific test run execution - [Get all versions of an assistant](https://developers.telnyx.com/api-reference/assistants/get-all-versions-of-an-assistant.md): Retrieves all versions of a specific assistant with complete configuration and metadata - [Delete a specific assistant version](https://developers.telnyx.com/api-reference/assistants/delete-a-specific-assistant-version.md): Permanently removes a specific version of an assistant. Can not delete main version - [Get a specific assistant version](https://developers.telnyx.com/api-reference/assistants/get-a-specific-assistant-version.md): Retrieves a specific version of an assistant by assistant_id and version_id - [Update a specific assistant version](https://developers.telnyx.com/api-reference/assistants/update-a-specific-assistant-version.md): Updates the configuration of a specific assistant version. Can not update main version - [Promote an assistant version to main](https://developers.telnyx.com/api-reference/assistants/promote-an-assistant-version-to-main.md): Promotes a specific version to be the main/current version of the assistant. This will delete any existing canary deploy configuration and send all live produc… - [Delete Canary Deploy](https://developers.telnyx.com/api-reference/assistants/delete-canary-deploy.md): Endpoint to delete a canary deploy configuration for an assistant. - [Get Canary Deploy](https://developers.telnyx.com/api-reference/assistants/get-canary-deploy.md): Endpoint to get a canary deploy configuration for an assistant. - [Create Canary Deploy](https://developers.telnyx.com/api-reference/assistants/create-canary-deploy.md): Endpoint to create a canary deploy configuration for an assistant. - [Update Canary Deploy](https://developers.telnyx.com/api-reference/assistants/update-canary-deploy.md): Endpoint to update a canary deploy configuration for an assistant. - [Get assistant texml](https://developers.telnyx.com/api-reference/assistants/get-assistant-texml.md): Get an assistant texml by `assistant_id`. - [Test Assistant Tool](https://developers.telnyx.com/api-reference/assistants/test-assistant-tool.md): Test a webhook tool for an assistant - [Get All Tags](https://developers.telnyx.com/api-reference/assistants/get-all-tags.md): Retrieve all tags that have been applied to your AI assistants. - [Add Assistant Tag](https://developers.telnyx.com/api-reference/assistants/add-assistant-tag.md): Add a tag to an AI assistant. Tags help you organize and filter your assistants. - [Remove Assistant Tag](https://developers.telnyx.com/api-reference/assistants/remove-assistant-tag.md): Remove a tag from an AI assistant. - [Remove Assistant Tool](https://developers.telnyx.com/api-reference/assistants/remove-assistant-tool.md): Detach a tool from an AI assistant. - [Add Assistant Tool](https://developers.telnyx.com/api-reference/assistants/add-assistant-tool.md): Attach an existing tool to an AI assistant. ### Integrations - [List Integrations](https://developers.telnyx.com/api-reference/integrations/list-integrations.md): List all available integrations. - [List User Integrations](https://developers.telnyx.com/api-reference/integrations/list-user-integrations.md): List user setup integrations - [Delete Integration Connection](https://developers.telnyx.com/api-reference/integrations/delete-integration-connection.md): Delete a specific integration connection. - [Get User Integration connection By Id](https://developers.telnyx.com/api-reference/integrations/get-user-integration-connection-by-id.md): Get user setup integrations - [List Integration By Id](https://developers.telnyx.com/api-reference/integrations/list-integration-by-id.md): Retrieve integration details ### MCP Servers - [List MCP Servers](https://developers.telnyx.com/api-reference/mcp-servers/list-mcp-servers.md): Retrieve a list of MCP servers. - [Create MCP Server](https://developers.telnyx.com/api-reference/mcp-servers/create-mcp-server.md): Create a new MCP server. - [Delete MCP Server](https://developers.telnyx.com/api-reference/mcp-servers/delete-mcp-server.md): Delete a specific MCP server. - [Get MCP Server](https://developers.telnyx.com/api-reference/mcp-servers/get-mcp-server.md): Retrieve details for a specific MCP server. - [Update MCP Server](https://developers.telnyx.com/api-reference/mcp-servers/update-mcp-server.md): Update an existing MCP server. ### Conversations - [List conversations](https://developers.telnyx.com/api-reference/conversations/list-conversations.md): Retrieve a list of all AI conversations configured by the user. Supports PostgREST-style query parameters for filtering. Examples are included for the standard… - [Create a conversation](https://developers.telnyx.com/api-reference/conversations/create-a-conversation.md): Create a new AI Conversation. - [Aggregate Conversation Insights](https://developers.telnyx.com/api-reference/conversations/aggregate-conversation-insights.md): Aggregate conversation insights by specified fields - [Get Insight Template Groups](https://developers.telnyx.com/api-reference/conversations/get-insight-template-groups.md): Get all insight groups - [Create Insight Template Group](https://developers.telnyx.com/api-reference/conversations/create-insight-template-group.md): Create a new insight group - [Delete Insight Template Group](https://developers.telnyx.com/api-reference/conversations/delete-insight-template-group.md): Delete insight group by ID - [Get Insight Template Group](https://developers.telnyx.com/api-reference/conversations/get-insight-template-group.md): Get insight group by ID - [Update Insight Template Group](https://developers.telnyx.com/api-reference/conversations/update-insight-template-group.md): Update an insight template group - [Assign Insight Template To Group](https://developers.telnyx.com/api-reference/conversations/assign-insight-template-to-group.md): Assign an insight to a group - [Unassign Insight Template From Group](https://developers.telnyx.com/api-reference/conversations/unassign-insight-template-from-group.md): Remove an insight from a group - [Get Insight Templates](https://developers.telnyx.com/api-reference/conversations/get-insight-templates.md): Get all insights - [Create Insight Template](https://developers.telnyx.com/api-reference/conversations/create-insight-template.md): Create a new insight - [Delete Insight Template](https://developers.telnyx.com/api-reference/conversations/delete-insight-template.md): Delete insight by ID - [Get Insight Template](https://developers.telnyx.com/api-reference/conversations/get-insight-template.md): Get insight by ID - [Update Insight Template](https://developers.telnyx.com/api-reference/conversations/update-insight-template.md): Update an insight template - [Delete a conversation](https://developers.telnyx.com/api-reference/conversations/delete-a-conversation.md): Delete a specific conversation by its ID. - [Get a conversation](https://developers.telnyx.com/api-reference/conversations/get-a-conversation.md): Retrieve a specific AI conversation by its ID. - [Update conversation metadata](https://developers.telnyx.com/api-reference/conversations/update-conversation-metadata.md): Update metadata for a specific conversation. - [Get insights for a conversation](https://developers.telnyx.com/api-reference/conversations/get-insights-for-a-conversation.md): Retrieve insights for a specific conversation - [Create Message](https://developers.telnyx.com/api-reference/conversations/create-message.md): Add a new message to the conversation. Used to insert a new messages to a conversation manually ( without using chat endpoint ) - [Get conversation messages](https://developers.telnyx.com/api-reference/conversations/get-conversation-messages.md): Retrieve messages for a specific conversation, including tool calls made by the assistant. ### Missions - [List missions](https://developers.telnyx.com/api-reference/missions/list-missions.md): List all missions for the organization - [Create mission](https://developers.telnyx.com/api-reference/missions/create-mission.md): Create a new mission definition - [List recent events](https://developers.telnyx.com/api-reference/missions/list-recent-events.md): List recent events across all missions - [List recent runs](https://developers.telnyx.com/api-reference/missions/list-recent-runs.md): List recent runs across all missions - [Delete mission](https://developers.telnyx.com/api-reference/missions/delete-mission.md): Delete a mission - [Get mission](https://developers.telnyx.com/api-reference/missions/get-mission.md): Get a mission by ID (includes tools, knowledge_bases, mcp_servers) - [Update mission](https://developers.telnyx.com/api-reference/missions/update-mission.md): Update a mission definition - [Clone mission](https://developers.telnyx.com/api-reference/missions/clone-mission.md): Clone an existing mission - [List runs for mission](https://developers.telnyx.com/api-reference/missions/list-runs-for-mission.md): List all runs for a specific mission - [Start a run](https://developers.telnyx.com/api-reference/missions/start-a-run.md): Start a new run for a mission - [Get run details](https://developers.telnyx.com/api-reference/missions/get-run-details.md): Get details of a specific run - [Update run](https://developers.telnyx.com/api-reference/missions/update-run.md): Update run status and/or result - [Cancel run](https://developers.telnyx.com/api-reference/missions/cancel-run.md): Cancel a running or paused run - [List events](https://developers.telnyx.com/api-reference/missions/list-events.md): List events for a run (paginated) - [Log event](https://developers.telnyx.com/api-reference/missions/log-event.md): Log an event for a run - [Get event details](https://developers.telnyx.com/api-reference/missions/get-event-details.md): Get details of a specific event - [Pause run](https://developers.telnyx.com/api-reference/missions/pause-run.md): Pause a running run - [Get plan](https://developers.telnyx.com/api-reference/missions/get-plan.md): Get the plan (all steps) for a run - [Create initial plan](https://developers.telnyx.com/api-reference/missions/create-initial-plan.md): Create the initial plan for a run - [Add step(s) to plan](https://developers.telnyx.com/api-reference/missions/add-steps-to-plan.md): Add one or more steps to an existing plan - [Get step details](https://developers.telnyx.com/api-reference/missions/get-step-details.md): Get details of a specific plan step - [Update step status](https://developers.telnyx.com/api-reference/missions/update-step-status.md): Update the status of a plan step - [Resume run](https://developers.telnyx.com/api-reference/missions/resume-run.md): Resume a paused run - [List linked Telnyx agents](https://developers.telnyx.com/api-reference/missions/list-linked-telnyx-agents.md): List all Telnyx agents linked to a run - [Link Telnyx agent to run](https://developers.telnyx.com/api-reference/missions/link-telnyx-agent-to-run.md): Link a Telnyx AI agent (voice/messaging) to a run - [Unlink Telnyx agent](https://developers.telnyx.com/api-reference/missions/unlink-telnyx-agent.md): Unlink a Telnyx agent from a run - [List knowledge bases](https://developers.telnyx.com/api-reference/missions/list-knowledge-bases.md): List all knowledge bases for a mission - [Create knowledge base](https://developers.telnyx.com/api-reference/missions/create-knowledge-base.md): Create a new knowledge base for a mission - [Delete knowledge base](https://developers.telnyx.com/api-reference/missions/delete-knowledge-base.md): Delete a knowledge base from a mission - [Get knowledge base](https://developers.telnyx.com/api-reference/missions/get-knowledge-base.md): Get a specific knowledge base by ID - [Update knowledge base](https://developers.telnyx.com/api-reference/missions/update-knowledge-base.md): Update a knowledge base definition - [List MCP servers](https://developers.telnyx.com/api-reference/missions/list-mcp-servers.md): List all MCP servers for a mission - [Create MCP server](https://developers.telnyx.com/api-reference/missions/create-mcp-server.md): Create a new MCP server for a mission - [Delete MCP server](https://developers.telnyx.com/api-reference/missions/delete-mcp-server.md): Delete an MCP server from a mission - [Get MCP server](https://developers.telnyx.com/api-reference/missions/get-mcp-server.md): Get a specific MCP server by ID - [Update MCP server](https://developers.telnyx.com/api-reference/missions/update-mcp-server.md): Update an MCP server definition - [List tools](https://developers.telnyx.com/api-reference/missions/list-tools.md): List all tools for a mission - [Create tool](https://developers.telnyx.com/api-reference/missions/create-tool.md): Create a new tool for a mission - [Delete tool](https://developers.telnyx.com/api-reference/missions/delete-tool.md): Delete a tool from a mission - [Get tool](https://developers.telnyx.com/api-reference/missions/get-tool.md): Get a specific tool by ID - [Update tool](https://developers.telnyx.com/api-reference/missions/update-tool.md): Update a tool definition