---
title: "Create Incident Template"
method: POST
path: "/incident-templates"
tags: ["Incident Templates"]
---

# Create Incident Template

`POST /incident-templates`

## Request body

- CreateIncidentTemplateRequestData
  - `name` string, required
  - `template` string, required
  - `engine` 'blade' | 'twig'

## Response `200`

`IncidentTemplate`

## Other responses

- `401` — Unauthenticated
- `403` — Authorization error
- `422` — Validation error

---

[API](https://skmtc.net/cachethq/apis/cachet.md) · [All operations](https://skmtc.net/cachethq/apis/cachet/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cachethq/cachet/revisions/1cae90969eb9/schema)
