# ElevenLabsAgent

Model ID: `ElevenLabsAgent`

A Conversational-AI agent, matching the sample agent JSON structure.

Also used for the compact list-item shape (agent summaries expose
``agent_id`` / ``name`` / ``tags`` / ``access_info`` at the top level) and
for the ``create``/``duplicate`` responses (which return only
``agent_id``).

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `access_info` | [`ElevenLabsAccessInfo`](./ElevenLabsAccessInfo.md) | No |  |  | `null` | Yes |  |
| `agent_id` | `string|null` | No |  |  | `null` | Yes |  |
| `conversation_config` | [`ElevenLabsConversationConfig`](./ElevenLabsConversationConfig.md) | No |  |  | `null` | Yes |  |
| `created_at_unix_secs` | `integer|null` | No |  |  | `null` | Yes |  |
| `metadata` | [`ElevenLabsMetadata`](./ElevenLabsMetadata.md) | No |  |  | `null` | Yes |  |
| `name` | `string|null` | No |  |  | `null` | Yes |  |
| `phone_numbers` | `array|null` | No |  |  | `null` | Yes |  |
| `platform_settings` | `unknown|null` | No |  |  | `null` | Yes |  |
| `tags` | `array|null` | No |  |  | `null` | Yes |  |
| `workflow` | `unknown|null` | No |  |  | `null` | Yes |  |

## Example

None declared in canonical OpenAPI.
