ElevenLabs
Inspect an ElevenLabs account: its voices, its models, and what it has generated.
Connect ElevenLabs with an API key to read the account's quota, browse and search its voices, list the models it may use, and audit past generations.
Connect
| Credential field | Required | Where it comes from |
|---|---|---|
API key (API_KEY) | Yes | An ElevenLabs API key, sent as the xi-api-key header. |
Tools
| Tool | Access | What it does |
|---|---|---|
Get account (yekar.elevenlabs.get-user) | Read | Return the ElevenLabs account this connection authenticates as, with its subscription and character quota. |
List voices (yekar.elevenlabs.list-voices) | Read | List the voices available to this ElevenLabs account, with each voice's id for use elsewhere. |
List models (yekar.elevenlabs.list-models) | Read | List the ElevenLabs models this account may use, with the languages each one supports. |
List generation history (yekar.elevenlabs.list-history) | Read | List this account's past speech generations, with the text, voice, model and character cost of each - the record of what the account has spent its quota on. |
Notes
- In ElevenLabs, open your profile → API keys and create a key.
- The key's plan decides which models and voices answer; a feature outside the plan returns a permission error, not an empty list.