Create agent branch
Create a new branch from a given version of main branch
Path parameters
agent_id
The id of an agent. This is returned on agent creation.
Headers
xi-api-key
Request
This endpoint expects an object.
parent_version_id
ID of the version to branch from
name
Name of the branch. It is unique within the agent.
description
Description for the branch
conversation_config
Changes to apply to conversation config
platform_settings
Changes to apply to platform settings
workflow
Updated workflow definition
Response
Successful Response
created_branch_id
ID of the created branch
created_version_id
ID of the first version on the created branch