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, Angela, Aria, Ashwin, Autumn, Brynn, Callum, Caspian, Corwin, Darrow, Delphine, Dorian, Elara, Erika, Harry, Kieran, Lysander, Marina, Mark, Monika, Naveen, Orion, Raju, Rowan, Skye, Soren, VeraUpdate 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 |

