---
title: "Create a domain"
method: POST
path: "/v1/domains"
tags: ["Domains"]
---

# Create a domain

`POST /v1/domains`

create a domain that user owns

## Request body

- object
  - `name` string, required
  - `project` string, required
  - `type` string, required

## Response `201`

Successful operation

- object
  - `domain` object
    - `_id` string

## Other responses

- `400` — Bad request
- `401` — Missing authentication
- `404` — App does not exists.
- `409` — Conflict

---

[API](https://skmtc.net/liara-cloud/apis/paas.md) · [All operations](https://skmtc.net/liara-cloud/apis/paas/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/liara-cloud/paas/revisions/4413e6f56089/schema)
