---
title: "Create branch"
method: POST
path: "/v1/agents/{agentId}/branches"
tags: ["Branches"]
---

# Create branch

`POST /v1/agents/{agentId}/branches`

## Request body

- CreateBranchBody
  - `branchName` string, required

## Response `201`

Branch created

- CreateBranchResponse
  - `branchId` string, required
  - `sequenceId` string, required

---

[API](https://skmtc.net/poly/apis/polyai-agents-api.md) · [All operations](https://skmtc.net/poly/apis/polyai-agents-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/poly/polyai-agents-api/revisions/76f3c606e395/schema)
