---
title: "Kv Create Namespace"
method: POST
path: "/api/v1.kv.namespace.create"
tags: ["Key Value Store"]
---

# Kv Create Namespace

`POST /api/v1.kv.namespace.create`

Create KV namespace

## Request body

- KvCreateNamespaceIn
  - `name` string, required

## Response `200`

- KvCreateNamespaceOut
  - `name` string, required
  - `created` string, date-time, required
  - `updated` string, date-time, required

## Other responses

- `400`
- `401`
- `403`
- `422`

## Changes

- **2026-03-31** `f62be26d2a53` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/svix/apis/diom-api/changes/api/v1.kv.namespace.create/post.md)

---

[API](https://skmtc.dev/svix/apis/diom-api.md) · [All operations](https://skmtc.dev/svix/apis/diom-api/llms.txt) · [OpenAPI document](https://skmtc.dev/svix/apis/diom-api/revisions/164ff1d32173?raw)
