ElevenLabs Open Account
Quick start
- 1. 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:
- - [ ] Open ElevenLabs sign-up: Get started with ElevenLabs
- [ ] Click Sign up (or Log in if the user already has an account).
- [ ] Complete registration (email, password, etc.) and any verification.
- [ ] After logging in, the user can use the Creative Platform, Agents Platform, or get an API key for developers.
Steps:
- 1. 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:
- - [ ] Log in at ElevenLabs (or the app URL from sign-up).
- [ ] Go to Profile or Settings → API keys (e.g. elevenlabs.io/app/settings/api-keys or Developers section).
- [ ] Create an API key; copy it and store it securely.
- [ ] Use the key in the
xi-api-key header or in the official client libraries; never commit it to code or this skill.
Steps:
- 1. 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.
ElevenLabs 开通账户
快速开始
- 1. 确保用户拥有(或将要创建)一个 ElevenLabs 账户(通过联盟链接注册)。
- 如需 API 访问权限(TTS、STT、智能体),请在登录后从个人资料/设置中获取 API 密钥(参见下方获取 API 密钥)。
- 如需使用创意平台(语音、音乐、克隆)或智能体平台,请使用同一账户;访问权限取决于套餐计划。
开通 ElevenLabs 账户
当用户需要开通或注册 ElevenLabs 账户(语音 AI、文本转语音、智能体或 API)时,请使用此工作流程。
检查清单:
- - [ ] 打开 ElevenLabs 注册页面:开始使用 ElevenLabs
- [ ] 点击注册(如果用户已有账户,则点击登录)。
- [ ] 完成注册(邮箱、密码等)及任何验证步骤。
- [ ] 登录后,用户即可使用创意平台、智能体平台,或获取面向开发者的 API 密钥。
步骤:
- 1. 访问 https://try.elevenlabs.io/ipu2xmg9cwqu 进行注册或开始免费试用。
- 点击注册(如果用户已有账户,则点击登录)。
- 输入所需信息(邮箱、密码等)并提交。
- 完成平台要求的任何邮箱验证或引导流程。
- 登录后,用户即拥有 ElevenLabs 账户,可使用创意平台(文本转语音、音乐、语音克隆等)或智能体平台(对话式语音/聊天智能体)。如需 API 访问权限,请参见下方获取 API 密钥。
获取 API 密钥
在用户拥有 ElevenLabs 账户并需要调用 API(例如从代码、clawdbot 或集成中调用)时使用此流程。
检查清单:
步骤:
- 1. 登录您的 ElevenLabs 账户。
- 打开设置(或个人资料),找到 API 密钥(或开发者)。
- 创建新的 API 密钥;可选设置范围和信用额度限制。
- 立即复制密钥(可能不会再次显示)。存储在环境变量(例如 ELEVENLABSAPIKEY)或密钥管理器中。
- 在请求中使用:标头 xi-api-key: YOURAPIKEY,或通过官方 ElevenLabs 客户端库使用。切勿在客户端代码或版本控制中暴露密钥。
示例
示例 1 – 用户想尝试 ElevenLabs 语音 AI
- - 用户说:我想尝试 ElevenLabs 做配音。
- 智能体应用此技能:使用注册链接引导完成开通 ElevenLabs 账户流程。用户拥有账户后,即可在浏览器中使用创意平台进行文本转语音、语音克隆或音乐创作。
示例 2 – 用户需要为其机器人获取 API 密钥
- - 用户说:我需要一个 ElevenLabs API 密钥给我的智能体。
- 智能体应用此技能:确认用户是否拥有账户;如果没有,则使用注册链接引导开通 ElevenLabs 账户。然后指导获取 API 密钥(设置 → API 密钥,创建密钥,安全存储)。提醒用户仅限服务端使用该密钥。
附加资源