---
title: "Create a trust domain"
method: POST
path: "/domains"
tags: ["TrustDomains"]
---

# Create a trust domain

`POST /domains`

Creates a new trust domain for the calling tenant. The server assigns the domain identifier.
Create domains as `DRAFT` while anchors and bindings are being curated, then replace the domain
with `status: ACTIVE` when it is ready for resolution.

## Request body

- TrustDomainWrite — unresolved $ref

## Response `201`

Trust domain created.

- TrustDomain — unresolved $ref

## Other responses

- `400` — unresolved $ref
- `401` — unresolved $ref
- `403` — unresolved $ref
- `500` — unresolved $ref

---

[API](https://skmtc.dev/sphereon-opensource/apis/trust-domain-api.md) · [All operations](https://skmtc.dev/sphereon-opensource/apis/trust-domain-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sphereon-opensource/trust-domain-api/revisions/b076ec7cca02/schema)
