---
title: "Adds a new Policy Mgmt System"
method: POST
path: "/policy"
tags: ["Policy Mgmt System"]
---

# Adds a new Policy Mgmt System

`POST /policy`

## Request body

- Policy — A new Policy Management System
  - `id` string, uuid, required — Unique id
  - `url` string, required — The URL of the Policy Management System
  - `description` string — A description for the Policy Management System
  - `type` string, required — The type for new Policy Management System

## 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)
