List Personas
| Option | Type | Default | Description |
|---|---|---|---|
--filter | string | — | Filter expression |
--page-size | number | 50 | Results per page |
--order-by | string | — | Sort order |
Get Persona
| Argument | Type | Required | Description |
|---|---|---|---|
persona_id | string | Yes | The persona ID |
Create Persona
| Option | Type | Required | Description |
|---|---|---|---|
--name | string | Yes | Persona display name |
--voice | string | Yes | Voice name (see available voices below) |
--language | string | Yes | Language code (e.g., en-US) |
--prompt | string | No | Persona system prompt / behavior instructions |
--background | string | No | Background sound during simulation |
--wait-seconds | number | No | Wait time between responses |
Available Voices
Alejandro, Amir, Angela, Aria, Ashwin, Autumn, Brynn, Callum, Caspian, Corwin, Darrow, Delphine, Dorian, Elara, Erika, Harry, Kieran, Layla, Lysander, Marina, Mark, Monika, Naveen, Noa, Orion, Raju, Rowan, Skye, Soren, Vera, YossiUpdate Persona
| Argument | Type | Required | Description |
|---|---|---|---|
persona_id | string | Yes | The persona ID to update |
| Option | Type | Description |
|---|---|---|
--name | string | New display name |
--voice | string | New voice name |
--language | string | New language code |
--prompt | string | New system prompt |
--background | string | New background sound |
--wait-seconds | number | New wait time |
Delete Persona
| Argument | Type | Required | Description |
|---|---|---|---|
persona_id | string | Yes | The persona ID to delete |

