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-keystringOptional

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_configmap from strings to anyOptional
Changes to apply to conversation config
platform_settingsmap from strings to anyOptional
Changes to apply to platform settings
workflowobjectOptional
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