---
title: "Create a framework editor task template"
method: POST
path: "/v1/framework-editor/task-template"
tags: ["Framework Editor Task Templates"]
---

# Create a framework editor task template

`POST /v1/framework-editor/task-template`

Create a new framework editor task template

## Query parameters

- `frameworkId` string, required

## Request body

- CreateTaskTemplateDto
  - `name` string, required — Task template name
  - `description` string — Detailed description of the task template
  - `frequency` 'monthly' | 'quarterly' | 'yearly' — Frequency of the task
  - `department` 'none' | 'admin' | 'gov' | 'hr' | 'it' | 'itsm' | 'qms' — Department responsible for the task

## Response `201`

## Changes

- **2026-03-21** `cace1ebbb729` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/trycompai/apis/comp-ai-api/changes/v1/framework-editor/task-template/post.md)

---

[API](https://skmtc.dev/trycompai/apis/comp-ai-api.md) · [All operations](https://skmtc.dev/trycompai/apis/comp-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trycompai/comp-ai-api/revisions/6e22489e33cb/schema)
