Document agents widget launcher modes

Co-authored-by: tadas <tadas@elevenlabs.io>
This commit is contained in:
Cursor Agent
2026-06-10 07:41:27 +00:00
parent b439da363c
commit bf590b45be
+3 -2
View File
@@ -1,6 +1,6 @@
# Widget Embedding
Add a voice AI agent to any website with the ElevenLabs conversation widget.
Add an ElevenLabs agent to any website with the conversation widget.
## Basic Embed
@@ -9,7 +9,8 @@ Add a voice AI agent to any website with the ElevenLabs conversation widget.
<script src="https://unpkg.com/@elevenlabs/convai-widget-embed" async type="text/javascript"></script>
```
This creates a floating button that users can click to start a voice conversation.
This creates a floating launcher. Voice-only agents show a call entry point, text-only agents
show a message entry point, and multimodal agents show both.
> **Note:** Widgets currently require public agents with authentication disabled. For authenticated flows, use the SDKs.