---
title: "Create Node Endpoint"
method: POST
path: "/user/create-node"
tags: ["user"]
---

# Create Node Endpoint

`POST /user/create-node`

Creates a new node.

## Request body

- CreateNodeRequest
  - `tenant_id` string, required
  - `node_name` string, required

## Response `200`

Successful Response

- CreateNodeResponse
  - `node_id` string, required

## Other responses

- `403` — `{"detail": "Invalid API Key"}` `{"detail": "Not permitted to access this tenant"}`
- `404` — `{"detail": "Tenant not found"}`
- `409` — `{"detail": "Tenant state changed"}`
- `422` — Validation Error

---

[API](https://skmtc.dev/tenzir/apis/tenzir-platform-api.md) · [All operations](https://skmtc.dev/tenzir/apis/tenzir-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tenzir/tenzir-platform-api/revisions/1c6c33bb8ba3/schema)
