# ElevenLabsClient

- [`createAgent`](../operations/connectors.elevenlabsCreateAgent.md) — Create an agent from a native ElevenLabs agent payload
- [`createTool`](../operations/connectors.elevenlabsCreateTool.md) — Create a tool
- [`deleteAgent`](../operations/connectors.elevenlabsDeleteAgent.md) — Delete an agent by id
- [`deleteTool`](../operations/connectors.elevenlabsDeleteTool.md) — Delete a tool by id
- [`duplicateAgent`](../operations/connectors.elevenlabsDuplicateAgent.md) — Duplicate an agent via the agent-duplicate endpoint
- [`getAgent`](../operations/connectors.elevenlabsGetAgent.md) — Fetch and map a single agent by id
- [`getAllAgents`](../operations/connectors.elevenlabsGetAllAgents.md) — List every Conversational-AI agent (auto-paginated)
- [`getAllConversations`](../operations/connectors.elevenlabsGetAllConversations.md) — List every conversation (auto-paginated)
- [`getAllTools`](../operations/connectors.elevenlabsGetAllTools.md) — List every Conversational-AI tool (auto-paginated)
- [`getConversation`](../operations/connectors.elevenlabsGetConversation.md) — Fetch and map a single conversation by id
- [`getTool`](../operations/connectors.elevenlabsGetTool.md) — Fetch and map a single tool by id
- [`getToolDependentAgents`](../operations/connectors.elevenlabsGetToolDependentAgents.md) — List every agent that depends on a tool (auto-paginated)
- [`getUser`](../operations/connectors.elevenlabsGetUser.md) — Fetch and map the authenticated user / account info
- [`getVoice`](../operations/connectors.elevenlabsGetVoice.md) — Fetch and map a single voice by id
- [`listVoices`](../operations/connectors.elevenlabsListVoices.md) — List the voices available to the account
- [`synthesize`](../operations/connectors.elevenlabsSynthesize.md) — Convert text to speech and return the audio base64-encoded
- [`updateAgent`](../operations/connectors.elevenlabsUpdateAgent.md) — Update an agent (HTTP PATCH) and return the updated agent
- [`updateTool`](../operations/connectors.elevenlabsUpdateTool.md) — Update a tool (HTTP PATCH)
