Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Manage simulated personas with the Coval CLI
coval personas list [OPTIONS]
--filter
--page-size
--order-by
coval personas list
coval personas get <persona_id>
persona_id
coval personas get per_abc123
coval personas create [OPTIONS]
--name
--voice
--language
en-US
--prompt
--background
--wait-seconds
# Create a basic persona coval personas create \ --name "Frustrated Customer" \ --voice "Aria" \ --language "en-US" # Create with full configuration coval personas create \ --name "Impatient Caller" \ --voice "Callum" \ --language "en-US" \ --prompt "You are an impatient customer who wants quick answers" \ --background "office" \ --wait-seconds 1.5
coval personas update <persona_id> [OPTIONS]
coval personas update per_abc123 --voice "Brynn" --wait-seconds 2.0
coval personas delete <persona_id>
Was this page helpful?