---
title: "Create Clarity Landscape Node"
method: POST
path: "/v2/organizations/{orgId}/clarity/hierarchy/nodes"
tags: ["Clarity"]
---

# Create Clarity Landscape Node

`POST /v2/organizations/{orgId}/clarity/hierarchy/nodes`

Create an area folder in the process tree (organization admin+)

## Path parameters

- `orgId` string, uuid, required

## Request body

- object
  - `name` string, required
  - `parentId` string, uuid, nullable
  - `ownerLabel` string, nullable

## Response `201`

Default Response

- object
  - `id` string, uuid, required
  - `parentId` string, uuid, nullable, required
  - `processId` string, uuid, nullable, required
  - `name` string, required
  - `ownerLabel` string, nullable, required
  - `sortOrder` number, required
  - `existence` 'proposed' | 'active', required
  - `contentConfirmedAt` string, nullable, required
  - `existenceConfirmedAt` string, nullable, required
  - `source` 'ai' | 'human', required
  - `createdAt` string, required
  - `updatedAt` string, required
  - `team` object, nullable, required
    - `id` string, uuid, required
    - `name` string, required

## Other responses

- `400` — Default Response
- `401` — Default Response
- `403` — Default Response
- `404` — Default Response
- `422` — Default Response
- `500` — Default Response

---

[API](https://skmtc.net/duvo/apis/duvo-public-api.md) · [All operations](https://skmtc.net/duvo/apis/duvo-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/duvo/duvo-public-api/revisions/dafcf3d868a9/schema)
