---
title: "Create a release platform"
method: POST
path: "/v3/release-platforms"
tags: ["ReleasePlatforms"]
---

# Create a release platform

`POST /v3/release-platforms`

Creates a new release platform.

## Request body

- ReleasePlatformCreateRequestModel
  - `name` string, required — Name of the platform.
  - `displayName` string, required — Display name of the channel.
  - `description` string, nullable — Description for the platform.
  - `productIds` string[], nullable — Array of product IDs to associate with this release platform. If provided, ProductId is ignored. If not provided, ProductId is used.

## Response `201`

Created

- ReleasePlatformDto
  - `id` string, required
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required
  - `name` string, required
  - `displayName` string, required
  - `description` string, required
  - `productIds` string[], required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `409` — Conflict
- `429` — Too Many Requests
- `500` — Server Error

---

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