---
title: "create a key value"
method: POST
path: "/v1/{project}/kie/kv"
---

# create a key value

`POST /v1/{project}/kie/kv`

## Path parameters

- `project` string, required

## Headers

- `Content-Type` string, required

## Request body

- V1KVCreateBody
  - `key` string
  - `labels` object
  - `status` string
  - `value` string
  - `value_type` string

## Response `200`

OK

- DocResponseSingleKey
  - `create_revision` integer
  - `create_time` string
  - `id` string
  - `key` string
  - `label_format` string
  - `labels` object
  - `update_revision` integer
  - `update_time` string
  - `value` string
  - `value_type` string

---

[API](https://skmtc.net/apache/apis/servicecomb-kie.md) · [All operations](https://skmtc.net/apache/apis/servicecomb-kie/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/apache/servicecomb-kie/revisions/d0a1fffb33de/schema)
