---
title: "Create Column"
method: POST
path: "/column/{projectId}"
tags: ["Columns"]
---

# Create Column

`POST /column/{projectId}`

Create a new column in a project

## Path parameters

- `projectId` string, required

## Request body

- object
  - `name` string, required
  - `icon` string
  - `color` string
  - `isFinal` boolean

## Response `200`

Column created successfully

- unknown

## Changes

- **2026-02-21** `3a866dc99326` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/usekaneo/apis/kaneo-api/changes/column/:projectId/post.md)

---

[API](https://skmtc.dev/usekaneo/apis/kaneo-api.md) · [All operations](https://skmtc.dev/usekaneo/apis/kaneo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/usekaneo/kaneo-api/revisions/30ebdae189bc/schema)
