---
title: "Create a new domain with access key"
method: POST
path: "/api/domains"
tags: ["Domains"]
---

# Create a new domain with access key

`POST /api/domains`

## Request body

- CreateDomainDto
  - `domainName` string, required — Domain name
  - `clientId` string, required — Client ID

## Response `201`

Domain created successfully

## Other responses

- `400` — Invalid input
- `401` — Unauthorized

---

[API](https://skmtc.net/navistone/apis/zazmic-platform-api.md) · [All operations](https://skmtc.net/navistone/apis/zazmic-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/navistone/zazmic-platform-api/revisions/e2454b713133/schema)
