---
title: "Create a seat metric"
method: POST
path: "/seat-metrics"
tags: ["Seat Metrics"]
---

# Create a seat metric

`POST /seat-metrics`

Create a new seat metric which can be used in prices.

## Headers

- `Authorization` string, required
- `Sequence-Version` '2024-07-30'

## Request body

- CreateSeatMetricRequest
  - `seatType` string, required — E.g. `admin_user`. An immutable, unique value used to identify and refer to this seat type. It should be lower snakecase
  - `description` string, nullable — Optional description for this seat metric.
  - `label` string, required — Friendly, customer-facing name for this seat metric.

## Response `201`

Created

- SeatMetric
  - `id` string, required — Unique ID for this seat metric.
  - `seatType` string, required — Immutable, unique value used to identify and refer to this seat type when submitting events.
  - `createdBy` string, nullable — The ID of the Sequence user who created this seat metric.
  - `label` string, required — Friendly, customer-facing name for this seat metric.
  - `description` string, nullable — Optional description for this seat metric.
  - `createdAt` string, required — The time at which this seat metric was created. Formatted as an ISO 8601 timestamp.
  - `updatedAt` string, required — The time at which this seat metric was updated. Formatted as an ISO 8601 timestamp.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

## Changes

> 714 revisions in range; 515 could not be searched.

- **2026-06-17** `55aec2d373b0` — 1 warning, 1 info
  - deleted the `header` request parameter `sequence-version`
  - added the new optional `header` request parameter `Sequence-Version`
- **2026-06-17** `9c48c189e29d` — 1 warning, 1 info
  - deleted the `header` request parameter `Sequence-Version`
  - added the new optional `header` request parameter `sequence-version`

[Change history](https://skmtc.dev/sequencehq/apis/sequence/changes/seat-metrics/post.md)

---

[API](https://skmtc.dev/sequencehq/apis/sequence.md) · [All operations](https://skmtc.dev/sequencehq/apis/sequence/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sequencehq/sequence/revisions/e520d2f95b7b/schema)
