---
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` 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.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/4bfee3499c4c/schema)
