ElevenLabs Open Account
Quick start
- Ensure the user has (or will create) an ElevenLabs account (sign up with affiliate link).
- For API access (TTS, STT, agents), get an API key from the profile/settings after logging in (see "Getting an API key" below).
- For Creative Platform (speech, music, cloning) or Agents Platform, use the same account; access depends on plan.
Opening an ElevenLabs account
Use this workflow when the user needs to open or sign up for an ElevenLabs account (voice AI, text-to-speech, agents, or API).
Checklist:
Steps:
- Navigate to https://try.elevenlabs.io/ipu2xmg9cwqu to sign up or start a free trial.
- Click Sign up (or Log in if the user already has an account).
- Enter the required details (email, password, etc.) and submit.
- Complete any email verification or onboarding the platform requests.
- After logging in, the user has an ElevenLabs account and can use the Creative Platform (text-to-speech, music, voice cloning, etc.) or the Agents Platform (conversational voice/chat agents). For API access, see "Getting an API key" below.
Getting an API key
Use this after the user has an ElevenLabs account and needs to call the API (e.g. from code, clawdbot, or integrations).
Checklist:
Steps:
- Log in to your ElevenLabs account.
- Open Settings (or Profile) and find API keys (or Developers).
- Create a new API key; optionally set scope and credit limits.
- Copy the key immediately (it may not be shown again). Store in environment variables (e.g.
ELEVENLABS_API_KEY) or a secrets manager.
- Use it in requests: header
xi-api-key: YOUR_API_KEY, or via the official ElevenLabs client libraries. Never expose the key in client-side code or version control.
Examples
Example 1 – User wants to try ElevenLabs voice AI
- User says: "I want to try ElevenLabs for voiceovers."
- Agent applies this skill: walk through "Opening an ElevenLabs account" using the sign-up link. After they have an account, they can use the Creative Platform in the browser for text-to-speech, voice cloning, or music.
Example 2 – User wants an API key for their bot
- User says: "I need an ElevenLabs API key for my agent."
- Agent applies this skill: confirm they have an account; if not, use "Opening an ElevenLabs account" with the sign-up link. Then guide "Getting an API key" (Settings → API keys, create key, store securely). Remind them to use the key only server-side.
Additional resources
- See reference.md for sign-up link, main site, API docs, and pricing.
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: elevenlabs-open-account3description: Guides agents through opening ElevenLabs accounts for voice AI, TTS, agents, and API access. Use when the user or agent needs to sign up for ElevenLabs, get an API key, try voice AI, or connect clawdbot/moltbot/open claw to ElevenLabs. Use when this capability is needed.4---56# ElevenLabs Open Account78## Quick start9101. Ensure the user has (or will create) an **ElevenLabs account** ([sign up with affiliate link](https://try.elevenlabs.io/ipu2xmg9cwqu)).112. For **API access** (TTS, STT, agents), get an API key from the profile/settings after logging in (see "Getting an API key" below).123. For **Creative Platform** (speech, music, cloning) or **Agents Platform**, use the same account; access depends on plan.1314## Opening an ElevenLabs account1516Use this workflow when the user needs to **open or sign up for** an ElevenLabs account (voice AI, text-to-speech, agents, or API).1718**Checklist:**1920- [ ] Open ElevenLabs sign-up: [Get started with ElevenLabs](https://try.elevenlabs.io/ipu2xmg9cwqu)21- [ ] Click **Sign up** (or **Log in** if the user already has an account).22- [ ] Complete registration (email, password, etc.) and any verification.23- [ ] After logging in, the user can use the Creative Platform, Agents Platform, or get an API key for developers.2425**Steps:**26271. Navigate to **https://try.elevenlabs.io/ipu2xmg9cwqu** to sign up or start a free trial.282. Click **Sign up** (or **Log in** if the user already has an account).293. Enter the required details (email, password, etc.) and submit.304. Complete any email verification or onboarding the platform requests.315. After logging in, the user has an ElevenLabs account and can use the **Creative Platform** (text-to-speech, music, voice cloning, etc.) or the **Agents Platform** (conversational voice/chat agents). For API access, see "Getting an API key" below.3233## Getting an API key3435Use this after the user has an ElevenLabs account and needs to **call the API** (e.g. from code, clawdbot, or integrations).3637**Checklist:**3839- [ ] Log in at [ElevenLabs](https://elevenlabs.io) (or the app URL from sign-up).40- [ ] Go to **Profile** or **Settings** → **API keys** (e.g. [elevenlabs.io/app/settings/api-keys](https://elevenlabs.io/app/settings/api-keys) or Developers section).41- [ ] Create an API key; copy it and store it securely.42- [ ] Use the key in the `xi-api-key` header or in the official client libraries; never commit it to code or this skill.4344**Steps:**45461. Log in to your ElevenLabs account.472. Open **Settings** (or **Profile**) and find **API keys** (or **Developers**).483. Create a new API key; optionally set scope and credit limits.494. Copy the key immediately (it may not be shown again). Store in environment variables (e.g. `ELEVENLABS_API_KEY`) or a secrets manager.505. Use it in requests: header `xi-api-key: YOUR_API_KEY`, or via the official [ElevenLabs client libraries](https://elevenlabs.io/docs). Never expose the key in client-side code or version control.5152## Examples5354### Example 1 – User wants to try ElevenLabs voice AI5556- User says: "I want to try ElevenLabs for voiceovers."57- Agent applies this skill: walk through "Opening an ElevenLabs account" using the [sign-up link](https://try.elevenlabs.io/ipu2xmg9cwqu). After they have an account, they can use the Creative Platform in the browser for text-to-speech, voice cloning, or music.5859### Example 2 – User wants an API key for their bot6061- User says: "I need an ElevenLabs API key for my agent."62- Agent applies this skill: confirm they have an account; if not, use "Opening an ElevenLabs account" with the sign-up link. Then guide "Getting an API key" (Settings → API keys, create key, store securely). Remind them to use the key only server-side.6364## Additional resources6566- See [reference.md](reference.md) for sign-up link, main site, API docs, and pricing.6768---69> Converted and distributed by [TomeVault](https://tomevault.io/claim/demerzels-lab) — claim your Tome and manage your conversions.70<!-- tomevault:4.0:skill_md:2026-04-13 -->