---
title: "Create a comment"
method: POST
path: "/boxes/{boxKey}/comments"
---

# Create a comment

`POST /boxes/{boxKey}/comments`

This call lets you create a [comment](reference#comments) associated with a particular [box](reference#get-a-box).

## Path parameters

- `boxKey` string, required

## Request body

- object
  - `message` string, required — The text of the comment.

## Response `200`

200

- object
  - `boxKey` string
  - `pipelineKey` string
  - `timestamp` integer
  - `creatorKey` string
  - `message` string
  - `commentKey` string
  - `key` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/streakyc/apis/directory-fields.md) · [All operations](https://skmtc.net/streakyc/apis/directory-fields/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/streakyc/directory-fields/versions/f9ece0b33f19/schema)
