---
title: "Changes to Create Org Key Route"
method: POST
path: "/api/v1/orgs/{org_id}/keys"
---

# Changes to Create Org Key Route

`POST /api/v1/orgs/{org_id}/keys`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 1 of 6 revisions.

- **2026-08-25** `e63bfe8e38b4` — 3 breaking, 1 warning, 5 info

## Changes

- **2026-08-25** `e63bfe8e38b4` — 3 breaking, 1 warning, 5 info
  - the request property `name` became required
  - request property `name` list-of-types was narrowed by removing types `null` from media type `application/json`
  - the `name` request property's minLength was increased from `0` to `1`
  - the `name` request property's maxLength was set to `255`
  - added the new optional request property `expires_in_days`
  - added the new optional request property `scopes`
  - added the optional property `expires_at` to the response with the `201` status
  - added the optional property `scopes` to the response with the `201` status
  - added the required property `key_id` to the response with the `201` status

---

[Operation](https://skmtc.dev/xenovia/apis/controlplane/docs/api/v1/orgs/:org_id/keys/post.md) · [API](https://skmtc.dev/xenovia/apis/controlplane.md) · [Page](https://skmtc.dev/xenovia/apis/controlplane/changes/api/v1/orgs/:org_id/keys/post)
