Live Agent — Try it now

Talk to a real agent. Right now.

Click the button in the bottom-right corner to start a voice or text conversation with a live talk.dev agent. This is exactly what your customers will experience.

Three ways to deploy

Put your agent everywhere

One agent, multiple channels. Reach your customers however they prefer.

Website Widget

Add one line of code and a chat button appears on your site. Visitors can ask questions by voice or text without leaving your page.

One script tag

Phone Number

Connect a phone number and your agent answers calls 24/7. Natural voice conversations — callers won't know it's AI.

Real phone calls

Shareable Link

Generate a unique URL for your agent. Share it in emails, texts, QR codes, or social media. No app install needed.

Works on any device

One line of code

Add to any website

Copy this script tag into your site's HTML. That's it. Your agent appears as a floating button in the corner, ready to answer questions by voice or text.

Works with any website — WordPress, Shopify, Squarespace, custom
No iframes, no popups — native embedded experience
Customizable colors to match your brand
index.html
<!-- Add before </body> -->

<script
  src="https://api.talk.dev/widget.js"
  data-agent="YOUR_AGENT_ID">
</script>

For developers

Voice API

Need text-to-speech in your own app? The talk.dev API gives you access to natural-sounding voices with a single HTTP call. Fast generation, multiple formats, simple auth.

Low-latency streaming and batch generation
MP3, WAV, OGG, and raw PCM output
Simple API key authentication
generate.sh
# Generate speech from text
curl -X POST https://api.talk.dev/v1/tts \
  -H "Authorization: Bearer $API_KEY" \
  -d '{
    "text": "Hello from talk.dev",
    "voice": "aura-asteria"
  }' \
  -o output.mp3

Ready to build your own?

Create an AI agent trained on your business in under five minutes. Start free — no credit card required.