---
title: "Auth Token Create Namespace"
method: POST
path: "/api/v1.auth-token.namespace.create"
tags: ["Auth Tokens"]
---

# Auth Token Create Namespace

`POST /api/v1.auth-token.namespace.create`

Create Auth Token namespace

## Request body

- AuthTokenCreateNamespaceIn
  - `name` string, required

## Response `200`

- AuthTokenCreateNamespaceOut
  - `name` string, required
  - `created` integer, required
  - `updated` integer, required

## Other responses

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

## Changes

- **2026-04-13** `e6c44b12ecfb` — 2 breaking
  - the `created` response's property type changed from `string` to `integer`, and format from `date-time` to `uint64` for status `200`
  - the `updated` response's property type changed from `string` to `integer`, and format from `date-time` to `uint64` for status `200`
- **2026-03-31** `f62be26d2a53` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/svix/apis/diom-api/changes/api/v1.auth-token.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-service-production.skmtc.workers.dev/v1/apis/svix/diom-api/revisions/418657f4c8b0/schema)
