---
title: "Create"
method: POST
path: "/services"
---

# Create

`POST /services`

## Request body

- ServiceCreateRequest — ServiceCreateRequest is the public-facing API object for creating a service map node.
  - `name` string, required
  - `description` string, nullable, required

## Response `200`

Successful Response

- CreateServiceResponse — CreateServiceResponse is the public-facing API object for creating a service map node.
  - `service` Service, required — Service is the public-facing API object for a service map node.
    - `id` string, required
    - `name` string, required
    - `description` string, nullable, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/traversal/apis/fastapi.md) · [All operations](https://skmtc.net/traversal/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/traversal/fastapi/revisions/2134ebffd1ef/schema)
