Four concepts make up Dasha BlackBox. Understand these and everything else clicks into place.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.
| Concept | What it is | One-liner |
|---|---|---|
| Agent | Your AI voice assistant | The thing that talks |
| Conversation | A single interaction | One phone call or chat session |
| Tool | An action the agent can take | ”Check order status”, “Book appointment” |
| Webhook | A 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
- You create an Agent with prompt, LLM, voice, and optionally tools
- A Conversation starts via phone or API
- Tools execute when the agent needs external data
- Webhooks notify your systems at key moments
- Everything is recorded in the Transcript
Quick reference
API resources
| Resource | Endpoint | Purpose |
|---|---|---|
| Agents | /api/v1/agents | Create, update, delete agents |
| Calls | /api/v1/calls | Schedule calls, get transcripts |
| Voices | /api/v1/voice | List 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