> ## Documentation Index
> Fetch the complete documentation index at: https://www.anything.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# ElevenLabs

> Add AI-powered voice generation and text-to-speech

ElevenLabs provides state-of-the-art voice synthesis for natural sounding speech generation.

## Overview

<CardGroup cols={2}>
  <Card title="Create Account" icon="user">
    Sign up for an ElevenLabs account
  </Card>

  <Card title="Get API Key" icon="key">
    Generate your ElevenLabs API key
  </Card>

  <Card title="Connect to Anything" icon="plug">
    Add your API key to Anything's secrets
  </Card>
</CardGroup>

## Account Creation

<Steps>
  <Step title="Visit ElevenLabs Website">
    Go to [elevenlabs.io](https://elevenlabs.io/) and click "Sign Up"

    <img src="https://mintcdn.com/create/aZx2kzPb48ihuqEz/images/elevenlabs/image4.png?fit=max&auto=format&n=aZx2kzPb48ihuqEz&q=85&s=b7ae8894e56b405be7b17cfc68390622" style={{ borderRadius: '0.5rem', width: '624px', height: '303px' }} width="1999" height="1025" data-path="images/elevenlabs/image4.png" />
  </Step>

  <Step title="Choose Signup Method">
    * Sign up with email/password
    * Or continue with Google authentication

    <img src="https://mintcdn.com/create/aZx2kzPb48ihuqEz/images/elevenlabs/image6.png?fit=max&auto=format&n=aZx2kzPb48ihuqEz&q=85&s=0018a2aac7c090ed078cf4f9d3a97bba" style={{ borderRadius: '0.5rem' }} width="1222" height="1474" data-path="images/elevenlabs/image6.png" />
  </Step>
</Steps>

## Generate API Key

<Steps>
  <Step title="Access Profile Settings">
    1. Click your profile icon in the top right
    2. Select "API Keys" from the dropdown

    <img src="https://mintcdn.com/create/aZx2kzPb48ihuqEz/images/elevenlabs/image3.png?fit=max&auto=format&n=aZx2kzPb48ihuqEz&q=85&s=c46eeba5fdb1737605b251158441ece4" style={{ borderRadius: '0.5rem' }} width="1999" height="1231" data-path="images/elevenlabs/image3.png" />
  </Step>

  <Step title="Create New Key">
    1. Click "Generate New API Key"
    2. Name the key (e.g., "Anything Integration")

    <img src="https://mintcdn.com/create/aZx2kzPb48ihuqEz/images/elevenlabs/image5.png?fit=max&auto=format&n=aZx2kzPb48ihuqEz&q=85&s=e626fb903be5ce23f4e367f992739c3d" style={{ borderRadius: '0.5rem' }} width="974" height="502" data-path="images/elevenlabs/image5.png" />
  </Step>

  <Step title="Copy Your Key">
    1. Copy the generated API key

    <img src="https://mintcdn.com/create/aZx2kzPb48ihuqEz/images/elevenlabs/image8.png?fit=max&auto=format&n=aZx2kzPb48ihuqEz&q=85&s=55ad43970bb1e99fdb95ee7007e8644e" style={{ borderRadius: '0.5rem' }} width="976" height="450" data-path="images/elevenlabs/image8.png" />

    2. Store it securely

    <Warning>
      This key will only be shown once
    </Warning>
  </Step>
</Steps>

## Add to Anything project

<Steps>
  <Step title="Add the Integration">
    1. In your Anything project, type `/` in chat
    2. Select "ElevenLabs" from the menu
  </Step>

  <Step title="Add Your API Key">
    1. Paste your ElevenLabs API key into the "ELEVEN\_LABS\_API\_KEY" field

    <Tip>
      Need a new key? Regenerate in your ElevenLabs dashboard.
    </Tip>
  </Step>

  <Step title="Start Generating">
    Use prompts with the integration to create voice content:

    * `Generate a voiceover for this script with /ElevenLabs`
    * `Convert the blog post to audio with a British accent using /ElevenLabs`
    * `Clone my voice from this sample with /ElevenLabs`
  </Step>
</Steps>

<Tip>
  ElevenLabs integration complete! Use `/ElevenLabs` in chat to access voice generation capabilities.
</Tip>
