---
title: "Create a new TPM commitment for the caller's team"
method: POST
path: "/tpm/commitments"
tags: ["tpm"]
---

# Create a new TPM commitment for the caller's team

`POST /tpm/commitments`

Requires the privilege [`TPM_WRITE`](https://www.gremlin.com/docs/user-management/access-control/#privileges)

## Query parameters

- `teamId` string, required

## Request body

- CreateTpmCommitmentRequest
  - `text` string, required
  - `deadline` string, date-time

## Response `200`

TPM commitment created successfully

## Other responses

- `400` — Invalid request document
- `401` — Authorization header missing or malformed. Please provide proper credentials in the authorization header.
- `403` — User requires privilege for target team: TPM_WRITE

---

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