---
title: "Create swimlane"
method: POST
path: "/v1/swimlanes"
tags: ["Tasks"]
---

# Create swimlane

`POST /v1/swimlanes`

Create a new swimlane for the organization

## Request body

- object
  - `name` string, required — Swimlane name
  - `background_color` string — Background color
  - `position` number — Position in list
  - `organizationId` string — Organization ID (optional, defaults to user's primary organization)

## Response `201`

Swimlane created successfully

- object — Swimlane created successfully
  - `swimlane` object

---

[API](https://skmtc.net/printhiv3d/apis/hive-api-documentation.md) · [All operations](https://skmtc.net/printhiv3d/apis/hive-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/printhiv3d/hive-api-documentation/revisions/14318ad4cbb0/schema)
