---
title: "Create feature request"
method: POST
path: "/internal/feature-requests"
tags: ["Internal"]
---

# Create feature request

`POST /internal/feature-requests`

Create a new feature request

## Request body

- object
  - `title` string, required
  - `content` string
  - `category` string
  - `tags` string[]
  - `commentsAllowed` boolean
  - `customInputValues` object

## Response `200`

Successful response

- object
  - `success` boolean, required
  - `id` string

---

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