Skip to main content

Documentation Index

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

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

Four concepts make up Dasha BlackBox. Understand these and everything else clicks into place.
ConceptWhat it isOne-liner
AgentYour AI voice assistantThe thing that talks
ConversationA single interactionOne phone call or chat session
ToolAn action the agent can take”Check order status”, “Book appointment”
WebhookA notification to your server”Call just ended, here’s the transcript”

Building Blocks

Agents

Your AI voice assistant. Configure it once, deploy it, and it handles conversations autonomously.

Conversations

A single interaction between your agent and a person — an inbound or outbound phone call.

Tools

Actions your agent can take mid-conversation. Check order status, book appointments, look up customer data.

Webhooks

Notifications to your server when things happen. Call started, call ended, tool needs execution.

How They Connect

  1. You create an Agent with prompt, LLM, voice, and optionally tools
  2. A Conversation starts via phone or API
  3. Tools execute when the agent needs external data
  4. Webhooks notify your systems at key moments
  5. Everything is recorded in the Transcript

Quick reference

API resources

ResourceEndpointPurpose
Agents/api/v1/agentsCreate, update, delete agents
Calls/api/v1/callsSchedule calls, get transcripts
Voices/api/v1/voiceList available voices

What’s next

Quickstart

Create your first agent in 5 minutes

Create your first agent

Detailed walkthrough of all options

Add tools

Let your agent take actions

Set up webhooks

Integrate with your systems