# ElevenLabsTool

Model ID: `ElevenLabsTool`

A Conversational-AI tool resource.

The create/update responses expose the id as ``id`` (and historically
``tool_id``); the tool payload itself nests its config under
``tool_config``.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `access_info` | [`ElevenLabsAccessInfo`](./ElevenLabsAccessInfo.md) | No |  |  | `null` | Yes |  |
| `dependent_agents` | `array|null` | No |  |  | `null` | Yes |  |
| `id` | `string|null` | No |  |  | `null` | Yes |  |
| `tool_config` | `unknown|null` | No |  |  | `null` | Yes |  |
| `usage_stats` | `unknown|null` | No |  |  | `null` | Yes |  |

## Example

None declared in canonical OpenAPI.
