---
title: "POST /v1/projects/{projectOrProductUID}/products"
method: POST
path: "/v1/projects/{projectOrProductUID}/products"
tags: ["project"]
---

# POST /v1/projects/{projectOrProductUID}/products

`POST /v1/projects/{projectOrProductUID}/products`

Create Product within a Project

## Request body

- object
  - `auto_provision_fleets` string[]
  - `disable_devices_by_default` boolean — If `true`, devices provisioned to this product will be automatically disabled by default.
  - `label` string, required — The label for the Product.
  - `product_uid` string, required — The requested uid for the Product. Will be prefixed with the user's reversed email.

## Response `201`

Successful operation

- Product
  - `auto_provision_fleets` string[], nullable
  - `disable_devices_by_default` boolean, required
  - `label` string, required
  - `uid` string, required

## Other responses

- `default` — The response body in case of an API error.

---

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