Create config
Authentication
X-Hume-Api-Keystring
API Key authentication via header
Request
This endpoint expects an object.
evi_version
The version of the EVI used with this config.
name
Name applied to all versions of a particular Config.
builtin_tools
Built-in tool specification for a Config.
ellm_model
A eLLM model configuration to be posted to the server
event_messages
Collection of event_message specs to be posted to the server
language_model
A LanguageModel to be posted to the server
nudges
A nudge specification posted to the server
prompt
Identifies which prompt to use in a a config OR how to create a new prompt to use in the config
timeouts
Collection of timeout specs to be posted to the server
tools
Tool specification for a Config.
version_description
Description that is appended to a specific version of a Config.
voice
webhooks
Webhook config specifications for each subscriber.
Response
Created
builtin_tools
List of built-in tools associated with this config
created_on
The timestamp when the first version of this config was created.
ellm_model
A specific eLLM Model configuration
event_messages
Collection of event_message specs to be returned from the server
evi_version
The version of the EVI used with this config.
id
Identifier for a Config. Formatted as a UUID.
language_model
A specific LanguageModel
modified_on
The timestamp when this version of the config was created.
name
Name applied to all versions of a particular Config.
nudges
A specific nudge configuration returned from the server
prompt
A specific prompt version returned from the server
timeouts
Collection of timeout specs to be returned from the server
tools
List of user-defined tools associated with this config.
version
Version number for a Config. Version numbers should be integers. The combination of configId and version number is unique.
version_description
Description that is appended to a specific version of a Config.
voice
An Octave voice available for text-to-speech
webhooks
Map of webhooks associated with this config.

