Documentation Index
Fetch the complete documentation index at: https://docs.burki.dev/llms.txt
Use this file to discover all available pages before exploring further.
Step 1: Create Your Account
Sign Up
Go to burki.dev/signup and create your free account.You’ll receive:
- 200 connected trial minutes
- Trial phone number (free for 30 days)
- Full access to all features
Access Your Dashboard
Log in at burki.dev/dashboard to access the main control panel.
Step 2: Choose Your Setup Mode
Before creating an assistant, decide how you want to handle AI providers:Burki Cloud (Recommended)
Easiest to get started
- No API keys needed
- We manage all providers
- Pay as you go
- Best for: Getting started quickly
BYO (Bring Your Own)
Use your existing accounts
- Connect your own API keys
- You pay providers directly
- Platform fees only
- Best for: Cost optimization
You can start with Burki Cloud and switch to BYO later, or use a hybrid approach with some services managed and others BYO.
Step 3: Create Your First Assistant
Configure Basic Info
- Name: Give your assistant a descriptive name (e.g., “Customer Support Bot”)
- Description: Brief description of what this assistant does
Set Up AI Configuration
Configure the three AI components:LLM (Language Model) - The brain
- Choose a provider (OpenAI, Azure OpenAI, Anthropic, Gemini, xAI, Groq, or custom)
- Select a model (GPT-4o recommended)
- Write a system prompt describing your assistant’s personality and purpose
- Choose a provider (ElevenLabs, Deepgram, Cartesia, Azure, Inworld, Resemble, OpenAI, Kokoro, Uplift, Murf, or Soniox)
- Select a voice that matches your brand
- Deepgram Nova-3 is recommended for most calls; ElevenLabs, Azure, Uplift, Speechmatics, Telnyx, and Soniox are also supported
- Choose your primary language
Assign a Phone Number
Your trial phone number is automatically available. Assign it to your assistant to start receiving calls.
Step 4: Test Your Assistant
Once your assistant is created:- Call the phone number assigned to your assistant
- Speak naturally - the assistant will respond based on your configuration
- Check the dashboard for call logs, transcripts, and analytics
Step 5: Making API Calls
Once your assistant is created, you can interact with it programmatically using the API.Get Your API Key
- Click on your profile in the top right corner
- Navigate to API Keys
- Click “Generate New API Key”
- Copy the key immediately (you won’t see it again)
Make Your First API Request
Minimal Example Configuration
Here’s what a typical working setup looks like:| Component | Recommended Choice |
|---|---|
| LLM Provider | OpenAI (GPT-4o) |
| TTS Provider | ElevenLabs or Cartesia |
| STT Provider | Deepgram (Nova-3) |
| Language | English (US) |
Next Steps
AI Configuration
Deep dive into LLM, TTS, and STT settings
STT Providers
Compare Deepgram, ElevenLabs, Azure, Uplift, Speechmatics, Telnyx, and Soniox STT settings
Phone Numbers
Purchase additional numbers or use your own
Knowledge Base
Upload documents to make your assistant smarter
API Reference
Full API documentation for developers