---
title: "POST /v1/projects/{id}"
method: POST
path: "/v1/projects/{id}"
tags: ["projects"]
---

# POST /v1/projects/{id}

`POST /v1/projects/{id}`

## Path parameters

- `id` string, required

## Request body

- object
  - `notifyStatus` union
    - 'NEVER'
    - 'ALWAYS'
    - 'NEW_ISSUE'
  - `releasesEnabled` boolean
  - `displayName` string
  - `externalId` string
  - `plan` object
    - `tasks` number
    - `pieces` string[]
    - `piecesFilterType` union
      - 'NONE'
      - 'ALLOWED'
    - `aiTokens` number

## Response `200`

Default Response

- object
  - `id` string, required
  - `created` string, required
  - `updated` string, required
  - `ownerId` string, required
  - `displayName` string, required
  - `notifyStatus` union, required
    - 'NEVER'
    - 'ALWAYS'
    - 'NEW_ISSUE'
  - `platformId` string, required
  - `externalId` string
  - `releasesEnabled` boolean, required
  - `usage` object, required
    - `tasks` number, required
    - `teamMembers` number, required
    - `aiTokens` number, required
    - `nextLimitResetDate` string, required
  - `plan` object, required
    - `id` string, required
    - `created` string, required
    - `updated` string, required
    - `projectId` string, required
    - `name` string, required
    - `minimumPollingInterval` number, required
    - `piecesFilterType` union, required
      - 'NONE'
      - 'ALLOWED'
    - `pieces` string[], required
    - `connections` number, required
    - `teamMembers` number, required
    - `tasks` number, required
    - `aiTokens` number, required
  - `analytics` object, required
    - `totalUsers` number, required
    - `activeUsers` number, required
    - `totalFlows` number, required
    - `activeFlows` number, required

## Changes

- **2024-12-31** `3c05b427e5b5` — 4 info
  - added the new optional request property `externalId`
  - added the new optional request property `releasesEnabled`
  - added the required property `releasesEnabled` to the response with the `200` status
  - added the required property `usage/nextLimitResetDate` to the response with the `200` status
- **2024-11-25** `613e124d2041` — 1 info
  - added the required property `analytics` to the response with the `200` status
- **2024-11-25** `086c2138cb1b` — 1 warning
  - changed the pattern of the request property `displayName` from `^[^:/?&=#@]+$` to `^[^./]+$`
- **2024-11-12** `499ae054e9e9` — 1 breaking, 3 info
  - added the pattern `^[^:/?&=#@]+$` to the request property `displayName`
  - added the new optional request property `plan/aiTokens`
  - added the required property `plan/aiTokens` to the response with the `200` status
  - added the required property `usage/aiTokens` to the response with the `200` status
- **2024-09-03** `b95c8c8e8262` — 1 warning, 4 info
  - removed the optional property `deleted` from the response with the `200` status
  - the endpoint scheme security `apiKey` was added to the API
  - added the new optional request property `plan`
  - added the required property `plan` to the response with the `200` status
  - …1 more

[Full history](https://skmtc.dev/activeboxes/apis/activeboxes-documentation/changes/v1/projects/:id/post.md)

---

[API](https://skmtc.dev/activeboxes/apis/activeboxes-documentation.md) · [All operations](https://skmtc.dev/activeboxes/apis/activeboxes-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/activeboxes/activeboxes-documentation/revisions/12c564515962/schema)
