---
title: "Adds a new EMS"
method: POST
path: "/ems"
tags: ["EMS"]
---

# Adds a new EMS

`POST /ems`

## Request body

- Ems — A new EMS
  - `id` string, uuid, required — Unique id
  - `name` string — The name for the new EMS
  - `description` string — A description for the EMS
  - `url` string, required — EMS' authentication URL - example: http://10.200.64.2:5000/
  - `type` string, required — EMS' type

## Response `201`

Created

## Other responses

- `400` — Bad Request
- `405` — Invalid Input
- `500` — Server Error

---

[API](https://skmtc.net/core-ncsrd/apis/katana.md) · [All operations](https://skmtc.net/core-ncsrd/apis/katana/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/core-ncsrd/katana/versions/7ddfc4202f39/schema)
