- Turn text into natural-sounding speech in a voice you choose
- Transcribe recordings, or transcribe speech live for dictation and captions
- Generate sound effects and music from a text description
- Add a voice agent that people can talk to in real time
Common use cases and example apps
These examples show what you can build with ElevenLabs, each with a prompt to start from.How to connect ElevenLabs
Who can create ElevenLabs connections depends on your plan and workspace settings. App + chat connectors are available by default on Free, Pro, and Business plans. On Enterprise plans, they are effectively disabled at first: Who can create connections and clients defaults to No one until an admin changes it in Connectors → Admin settings → App + chat connectors. You can create multiple ElevenLabs connections using different API keys, which is useful for separating environments (for example, development and production) or giving each environment its own credit limit. When the connection is created, you can link it to the projects where you want to use it. Anyone building in a project can ask Lovable in chat to link their project to it.Prerequisites
Before connecting ElevenLabs, make sure you have:- An ElevenLabs account
- An ElevenLabs API key
- Permission to create connections in your Lovable workspace (see Who can create connections and clients)
All audio generation and processing through this connector consumes ElevenLabs credits, based on the model and input length. Billing is handled directly by ElevenLabs, not Lovable.
Step 1: Get an ElevenLabs API key
An ElevenLabs API key lets your Lovable app authenticate with the ElevenLabs API. You can create multiple keys with different permissions and credit limits. To create an ElevenLabs API key:1
Open your ElevenLabs account
Sign in to ElevenLabs. The link opens the API keys page.
2
Create a key
In Developers → API keys, click Create Key and give the key a descriptive name, for example
Lovable integration.3
Restrict the key
Turn on Restrict Key.
4
Set a credit limit
Set a monthly Credit Limit for the key.
5
Choose the endpoints the key can use
Keep the endpoints your app needs, such as text to speech or speech to text. Also keep read access to usage and user information. Lovable reads the key’s usage statistics to verify it when you connect, and rejects a key without that access.
6
Copy the key
Copy the generated API key and store it securely.
Step 2: Connect ElevenLabs to Lovable
You can create multiple connections using different API keys.1
Open ElevenLabs in Connectors
Open Connectors and select ElevenLabs. For the other places to open the catalog from, see Where to find connectors.
2
Add a connection
Click Add connection.
3
Configure the connection
- Display name: name the connection, for example
ElevenLabs Prod. This name is only used inside Lovable to identify the connection. - API Key: paste your ElevenLabs API key (it starts with
sk_). Get value next to the field opens the ElevenLabs API keys page.
4
Choose who can use this connection
Under Sharing, the connection is private to you by default and shows a Private label. To share it, click Share with others. Then add workspace members by email, or click Invite entire workspace to make the connection available to everyone in your Lovable workspace.See Who can use connections and clients for more information.
5
Connect
Click Connect. Lovable verifies the key against the ElevenLabs API before saving the connection.
Unlike most app + chat connectors, ElevenLabs does not route through Lovable’s connector gateway. Lovable stores the API key as a secret in each linked project, and the key never leaves your app’s server. Real-time features such as voice agents connect the browser to ElevenLabs with a short-lived token that your server requests with the key.
Limitations
The ElevenLabs connector cannot:- Rotate API keys automatically. To rotate, create a new key in ElevenLabs and update the Lovable connection.
- Support per-end-user ElevenLabs login. Each connection represents a single ElevenLabs account shared across all projects linked to it.
Manage your ElevenLabs connection
Connections are managed from Connectors: select ElevenLabs, then open the connection.- Unlink projects to remove ElevenLabs access from specific projects while keeping the connection available for others. See Unlink projects from a connection for the steps.
- Delete the connection to remove it from the workspace entirely. Deleting is permanent. It removes the credentials from all linked projects, and app features that use ElevenLabs stop working until a new connection is added. See Delete a connection for the steps and who can delete.