The Agent object represents a voice agent in the Voicy platform
An Agent defines how a voice agent behaves. The API exposes an agent’s
interface — its identity, voice, and variable contract — but not its
internal configuration.
There are two agent types. Prompt-based agents (singlePrompt) are fully
manageable via the API. Flow agents (conversationalFlow) are built in the
dashboard; they appear in List
and Get but cannot be created or modified through
the API, and their internal flow configuration is never returned.