---
title: "Submit feedback"
method: POST
path: "/feedback"
tags: ["Feedback"]
---

# Submit feedback

`POST /feedback`

Submits product feedback about Sequenzy itself to the Sequenzy team - for example, when a workflow you or your user needed is not exposed via the API, CLI, or MCP server.

## Request body

- object
  - `message` string, required — The feedback itself. Be specific about what was needed and what was missing or wrong.
  - `category` 'missing_capability' | 'bug' | 'docs' | 'ux' | 'praise' | 'other' — Feedback category. Use missing_capability when a needed workflow is not supported. Defaults to other.
  - `source` 'api' | 'cli' | 'mcp' — Where the feedback was submitted from. Defaults to api.
  - `context` string — Optional description of what you were trying to accomplish when you hit the gap.

## Response `200`

Feedback received

- object
  - `success` boolean
  - `message` string

## Other responses

- `400` — Validation error
- `401` — Unauthorized
- `403` — No company selected
- `500` — Feedback could not be delivered

---

[API](https://skmtc.net/sequenzy/apis/sequenzy-api.md) · [All operations](https://skmtc.net/sequenzy/apis/sequenzy-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sequenzy/sequenzy-api/versions/af1cf9620482/schema)
