---
title: "Create"
method: POST
path: "/organizations/{organizationId}/landscapes"
tags: ["Organization Landscapes"]
---

# Create

`POST /organizations/{organizationId}/landscapes`

## Path parameters

- `organizationId` string, required

## Request body

- object
  - `name` string, required
  - `scheduledVersions` boolean
  - `templateId` string

## Response `200`

OK

- object
  - `landscape` Landscape, required
    - `name` string, required
    - `scheduledVersions` boolean, required
    - `organizationId` string, required
    - `createdAt` string, date-time, required
    - `createdBy` 'user' | 'api-key' | 'notification-key' | 'service', required
    - `createdById` string, required
    - `id` string, required
    - `updatedAt` string, date-time, required
    - `updatedBy` 'user' | 'api-key' | 'notification-key' | 'service', required
    - `updatedById` string, required
  - `version` Version, required
    - `modelHandleId` string, nullable, required
    - `name` string, required
    - `notes` string, required
    - `completedAt` string, date-time
    - `createdAt` string, date-time, required
    - `createdBy` 'user' | 'api-key' | 'notification-key' | 'service', required
    - `createdById` string, required
    - `id` string, required
    - `landscapeId` string, required
    - `tags` string[], required
    - `updatedAt` string, date-time, required
    - `updatedBy` 'user' | 'api-key' | 'notification-key' | 'service', required
    - `updatedById` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `422` — Unprocessable Entity
- `429` — Resource Exhausted
- `500` — Internal Server
- `503` — Service Unavailable

## Changes

- **2026-06-03** `181c90adca5e` — 1 breaking, 1 warning, 2 info
  - removed the required property `version/diagramHandleIds` from the response with the `200` status
  - the `allOf[#/components/schemas/LandscapeRequired]/name` request property's maxLength was set to `4000`
  - added the non-success response with the status `403`
  - added the non-success response with the status `503`

[Change history](https://skmtc.dev/icepanel/apis/icepanel-api/changes/organizations/:organizationId/landscapes/post.md)

---

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