ElevenLabs
Generate lifelike speech, transcribe audio, and create sound effects with ElevenLabs AI
ElevenLabs is an AI voice platform offering state-of-the-art text-to-speech, speech-to-text (Scribe), and sound generation APIs. CipherSense Agents integrates with ElevenLabs to narrate AI-generated content, transcribe inbound voice messages, and produce sound effects — all as steps within a workflow. The TTS node returns base64-encoded audio ready for downstream delivery via Twilio, Discord, S3, or any other connected service.
Official documentationSetup
Get your API key
Get your API key
Sign in to elevenlabs.io and go to Profile > API Keys > Generate API Key. Copy the key.
ElevenLabs DashboardFind a Voice ID
Find a Voice ID
Go to the Voice Library at elevenlabs.io/voice-library. Click any voice and copy the Voice ID from the URL or the voice detail panel. You can also use the list_voices operation in CipherSense Agents to retrieve all available voice IDs at runtime.
Choose a model
Choose a model
ElevenLabs offers three main models: Multilingual v2 (best quality, supports 29 languages), Turbo v2.5 (low latency, ideal for real-time), and Flash v2.5 (fastest, optimised for streaming). Set a default in the integration config or override per node.
Add the integration in CipherSense Agents
Add the integration in CipherSense Agents
Go to Project > Integrations > Add Integration > ElevenLabs. Enter your API Key and optionally a default Voice ID and Model. Click Save & Test.
Connection Fields
Fields required when adding this integration in your Project › Integrations.
| Field | Required | Description |
|---|---|---|
| API Key | Required | Your ElevenLabs API key from Profile > API Keys. |
| Default Voice ID (optional) | Optional | Voice to use when not specified per node. Can be overridden per workflow node. |
| Default Model (optional) | Optional | Defaults to Multilingual v2. Can be overridden per node. |
Common Use Cases
Ready to connect ElevenLabs?
Add this integration from your project dashboard and wire it into a workflow.
On This Page