API paths
Canonical collection responses use
simulated_conversations and uploaded_conversations. Legacy paths retain their existing response wrappers. Identifiers such as simulation_id and conversation_id do not change.
/v1/runs remains the API for batches of simulated conversations. The /v1/audio:upload helper also remains unchanged.
Source fields
New integrations should useconversation_source with uppercase values:
SIMULATEDUPLOADEDALLwhere a cross-source filter supports it
source, scope, monitoring, is_monitoring, MONITORING, and SIMULATION, remain accepted where they were previously part of a public contract. Responses may include both vocabularies during compatibility.
API key permissions
Canonical and legacy paths authorize against equivalent existing scopes. A key that can read simulations can read simulated conversations; a key that can read, submit, or delete conversations can perform the corresponding uploaded-conversation operation. You do not need to recreate API keys when changing paths.CLI commands
The legacy commands remain functional. New scripts and examples should use the canonical commands.
App and entity links
The app uses/simulated and /uploaded. Existing /runs, /conversations, and /monitoring links redirect to the corresponding destination and preserve their query parameters.
New Sofia links use coval://simulated_conversation/{id} and coval://uploaded_conversation/{id}. Existing coval://simulation/{id} and coval://conversation/{id} links continue to resolve.