Skip to main content
ElevenLabs is an AI audio platform for speech, transcription, music, and conversational voice agents. The ElevenLabs connector lets your Lovable app call the ElevenLabs API with a shared API key. It’s designed for apps where spoken audio or voice interaction is a core part of the product, such as narrated content, dictation, and talking assistants. ElevenLabs is available as an app + chat connector: one shared connection that works in the chat while you build and in your published apps. With ElevenLabs, your app can:
  • 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
ElevenLabs is a good fit when your app depends on spoken output or audio-first interaction rather than text-only interfaces.

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:
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.
Your API key functions like a password. Keep it secure and never share it publicly. You’ll need it in the next step.
See ElevenLabs documentation for more: ElevenLabs API reference.

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

  1. Display name: name the connection, for example ElevenLabs Prod. This name is only used inside Lovable to identify the connection.
  2. 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.
When connected, anyone building in a project can ask Lovable in chat to link their project to ElevenLabs (based on configured connection-level access). Your Lovable apps can then generate speech, music, and sound effects, transcribe audio, and run voice agents with ElevenLabs.
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.