Create agent branch

Create a new branch from a given version of main branch

Path parameters

agent_idstringRequired
The id of an agent. This is returned on agent creation.

Headers

xi-api-keystringRequired

Request

This endpoint expects an object.
parent_version_idstringRequired
ID of the version to branch from
namestringRequired<=140 characters
Name of the branch. It is unique within the agent.
descriptionstringRequired<=4096 characters
Description for the branch
conversation_configobject or nullOptional
Changes to apply to conversation config
platform_settingsobject or nullOptional
Changes to apply to platform settings
workflowobject or nullOptional
Updated workflow definition

Response

Successful Response
created_branch_idstring
ID of the created branch
created_version_idstring
ID of the first version on the created branch

Errors