# VoiceBot Studio ## Docs - [API Keys](https://docs.voicebot.studio/api-reference/api-keys.md): Generate and manage API keys for authentication - [Create Assistant](https://docs.voicebot.studio/api-reference/assistants/create-assistant.md): Create a new assistant. - [Delete Assistant](https://docs.voicebot.studio/api-reference/assistants/delete-assistant.md): Delete an assistant. - [Get Assistant](https://docs.voicebot.studio/api-reference/assistants/get-assistant.md): Get assistant by ID. - [Get Voices](https://docs.voicebot.studio/api-reference/assistants/get-voices.md): Fetch all available voices from MongoDB. - [List Assistants](https://docs.voicebot.studio/api-reference/assistants/list-assistants.md): List all assistants. - [Update Assistant](https://docs.voicebot.studio/api-reference/assistants/update-assistant.md): Update an existing assistant. - [Create Call](https://docs.voicebot.studio/api-reference/calls/create-call.md): Create a new call using the voicebot API. - [Delete Call](https://docs.voicebot.studio/api-reference/calls/delete-call.md): Delete a call. - [Get Call](https://docs.voicebot.studio/api-reference/calls/get-call.md): Get call by ID. - [List Calls](https://docs.voicebot.studio/api-reference/calls/list-calls.md): List all calls. - [Update Call](https://docs.voicebot.studio/api-reference/calls/update-call.md): Update an existing call. - [Create File](https://docs.voicebot.studio/api-reference/files/create-file.md): Upload a new file - [Delete File](https://docs.voicebot.studio/api-reference/files/delete-file.md): Delete a file from both voicebot and MongoDB - [Get File](https://docs.voicebot.studio/api-reference/files/get-file.md): Get a specific file by ID - [List Files](https://docs.voicebot.studio/api-reference/files/list-files.md): List all files for the current user's organization - [Update File](https://docs.voicebot.studio/api-reference/files/update-file.md): Update a file's metadata - [Create Multi Agent](https://docs.voicebot.studio/api-reference/multi-agent/create-multi-agent.md): Create a new multi agent. - [Delete Multi Agent](https://docs.voicebot.studio/api-reference/multi-agent/delete-multi-agent.md): Delete a multi agent. - [Get Multi Agent](https://docs.voicebot.studio/api-reference/multi-agent/get-multi-agent.md): Get multi agent by ID. - [List Multi Agents](https://docs.voicebot.studio/api-reference/multi-agent/list-multi-agent.md): List all multi agents. - [Update Multi Agent](https://docs.voicebot.studio/api-reference/multi-agent/update-multi-agent.md): Update an existing multi agent. - [Create Phone Number](https://docs.voicebot.studio/api-reference/phone-number/create-phone-number.md): Create a new phone number. - [Delete Phone Number](https://docs.voicebot.studio/api-reference/phone-number/delete-phone-number.md): Delete a phone number. - [Get Phone Number](https://docs.voicebot.studio/api-reference/phone-number/get-phone-number.md): Get phone number by ID. - [List Phone Numbers](https://docs.voicebot.studio/api-reference/phone-number/list-phone-numbers.md): List all phone numbers. - [Update Phone Number](https://docs.voicebot.studio/api-reference/phone-number/update-phone-number.md): Update an existing phone number. - [Create Tool](https://docs.voicebot.studio/api-reference/tools/create-tool.md): Create a new tool. - [Delete Tool](https://docs.voicebot.studio/api-reference/tools/delete-tool.md): Delete a tool. - [Get Tool](https://docs.voicebot.studio/api-reference/tools/get-tool.md): Get tool by ID. - [List Tools](https://docs.voicebot.studio/api-reference/tools/list-tools.md): List all tools. - [Update Tool](https://docs.voicebot.studio/api-reference/tools/update-tool.md): Update an existing tool. - [Architecture Overview](https://docs.voicebot.studio/general/architecture-overview.md): Understanding how VoiceBot processes and handles voice interactions - [Enterprise](https://docs.voicebot.studio/general/enterprise.md): Full platform control and white-label capabilities for enterprise customers - [System Status](https://docs.voicebot.studio/general/status.md): Real-time status of VoiceBot Voice AI platform - [Introduction](https://docs.voicebot.studio/index.md): Build Powerful Voice AI Solutions with Natural Conversations - [Analytics](https://docs.voicebot.studio/quickstart/analytics.md): Comprehensive insights into your voice AI performance - [Assistants](https://docs.voicebot.studio/quickstart/assistants.md): Create and customize AI assistants for your specific use cases - [Authentication](https://docs.voicebot.studio/quickstart/authentication.md): Secure access to your VoiceBot Dashboard - [Billing & Usage](https://docs.voicebot.studio/quickstart/billing.md): Manage your enterprise billing, subscriptions, and usage analytics - [Call Logs](https://docs.voicebot.studio/quickstart/call-logs.md): Track and analyze your call history with detailed insights - [Dashboard Overview](https://docs.voicebot.studio/quickstart/dashboard.md): Your control center for managing VoiceBot Voice AI - [Knowledge Base](https://docs.voicebot.studio/quickstart/knowledge-base.md): Upload and manage reference materials for your assistants - [Multi-Agent](https://docs.voicebot.studio/quickstart/multi-agent.md): Create and manage complex AI assistant workflows - [Phone Numbers](https://docs.voicebot.studio/quickstart/phone-numbers.md): Configure and manage phone numbers for your virtual assistants - [Settings](https://docs.voicebot.studio/quickstart/settings.md): Manage your account settings and preferences - [Team Management](https://docs.voicebot.studio/quickstart/team-management.md): Manage platform members with role-based access control - [Tools](https://docs.voicebot.studio/quickstart/tools.md): Create and manage custom tools for your assistants - [Workflows](https://docs.voicebot.studio/quickstart/workflows.md): Build sophisticated voice automation with visual workflows - [Integration Directory](https://docs.voicebot.studio/workflow-integrations/integrations.md): Explore the extensive library of pre-built integrations with workflows ## OpenAPI Specs - [openapi](https://docs.voicebot.studio/api-reference/openapi.json)