---
title: "Create a new control"
method: POST
path: "/v1/controls"
tags: ["Controls"]
---

# Create a new control

`POST /v1/controls`

## Request body

- CreateControlDto
  - `name` string, required — Control name
  - `description` string, required — Control description
  - `policyIds` string[] — Policy IDs to connect
  - `taskIds` string[] — Task IDs to connect
  - `requirementMappings` RequirementMappingDto[] — Requirement mappings
    - `requirementId` string, required — Requirement ID
    - `frameworkInstanceId` string, required — Framework instance ID

## Response `201`

## Changes

- **2026-03-05** `946edaa856a9` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/om-network/apis/betayum-api/changes/v1/controls/post.md)

---

[API](https://skmtc.dev/om-network/apis/betayum-api.md) · [All operations](https://skmtc.dev/om-network/apis/betayum-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/om-network/betayum-api/revisions/ac8d1e4e2e79/schema)
