Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.voxworks.ai/llms.txt

Use this file to discover all available pages before exploring further.

Introduction

Voxworks is the enterprise platform for building AI voice assistants that automate customer conversations through phone calls and web interactions. We handle the complex voice infrastructure — speech recognition, natural language processing, and voice synthesis — so you can focus on designing conversations that drive business outcomes.

How It Works

Voxworks connects three core technologies to enable natural voice conversations:
User Speech → Speech-to-Text → AI Processing → Text-to-Speech → Voice Response
ComponentWhat It Does
Speech-to-TextConverts spoken words into text in real-time
Language ModelUnderstands context and generates intelligent responses
Text-to-SpeechTransforms AI responses into natural-sounding speech
Our platform orchestrates these components with sub-second latency, handling interruptions, turn-taking, and conversation flow automatically.

Building Voice Assistants

Voxworks assistants are built using Scripts:

Scripts

A Script defines your assistant’s persona, objectives, and behavior. It includes:
  • Flow — The conversation logic with branching paths and virtually unlimited sub-flows
  • Objectives — Goals the assistant should accomplish during the conversation
  • Guidelines — Rules and constraints that shape how the assistant behaves
  • Knowledge Base — Reference documents the assistant can draw from during conversations
  • Voice — The voice and speaking style used for text-to-speech
  • Voicemail Message — What the assistant says when reaching a voicemail on outbound calls
Scripts give you maximum control over the power of large language models, allowing you to harness AI capabilities while maintaining precise guardrails over conversation flow, tone, and outcomes. This makes them ideal for appointment scheduling, lead qualification, customer support, and any scenario where consistency and compliance matter.

Key Capabilities

Low-Latency Responses

Voxworks is optimized for natural conversation pacing with leading response times, persistent connections, parallel processing, and intelligent caching to minimize delays.

Inbound and Outbound Calling

Handle incoming customer calls or proactively reach out with outbound campaigns. You can even embed an outbound Script as a sub-flow within an inbound call, allowing you to reuse scripts across different call types.

Smart Interruption Handling

When customers interrupt, Voxworks detects it instantly and responds appropriately. The assistant can pause, acknowledge, or adapt based on your configuration.

AI Safety by Design

The architecture of Voxworks scripts has been intentionally designed to reduce risks associated with latency, security, reliability, quantitative reasoning and tool calling when working with LLMs. Rather than giving the AI free-form access to external systems, Voxworks constrains operations in a specific, well-defined structure. This means your assistant won’t accidentally delete all your calendar bookings, send thousands of SMS messages because it got confused, or perform unintended bulk operations. Each tool and function executes exactly what you’ve configured — nothing more. Most importantly, the LLM never has direct access to sensitive data stores — it only has access to what you specifically provide it in any given step.

Tool Integrations

Extend your assistant’s capabilities with built-in tools:
  • Calendar Booking — Connect to Calendly or Cal.com to check availability and book appointments conversationally
  • Warm Handoff — Transfer to a human with a summary of the conversation, ensuring seamless transitions
  • SMS — Send text messages to contacts during or after calls

Functions

Execute custom backend logic during conversations without voice interaction. Functions handle logical and quantitative operations that LLMs aren’t suited for — data validation, precise calculations, database queries, and API calls — then use the results to guide the conversation flow. Examples include:
  • Validating that an email address the user provided is in the correct format
  • Checking whether a phone number is a mobile number before attempting to send an SMS
  • Looking up a customer record in your CRM
  • Calculating pricing or availability based on user inputs

Integrations

Connect Voxworks to external platforms to extend your assistant’s capabilities:
  • Calendly — Check availability and book appointments directly during calls
Additional integrations are in active development, with prioritization based on user requests. If you have a specific integration need, let us know and we’ll work to support it.

Next Steps

Ready to build your first voice assistant?
  • Scripts — Learn about Scripts, Objectives, and Guidelines
  • Flows — Understand Flows, Steps, and Variables
  • Tools — Connect calendars, SMS, and other integrations