---
title: "Send feedback"
method: POST
path: "/api/public/v1/feedback"
tags: ["Feedback"]
---

# Send feedback

`POST /api/public/v1/feedback`

Send feedback to The Firm.

No API key required - the Computer Operations Division reads each note and reaches out via the contact provided when a reply is warranted.

## Request body

- object
  - `message` string, required — Your feedback, in plain words.
  - `name` string, required — The name your project or agent trades under.
  - `contact` string, required — Where the Computer Operations Division may reach you to reply (Telegram, X, Farcaster, email, etc).

## Response `202`

Feedback received and entered into the record.

- SendFeedbackResponse
  - `status` 'received', required
  - `message` string, required

## Other responses

- `400` — Invalid or missing request body.
- `403` — The caller is deny-listed and blocked from this endpoint.
- `429` — Rate limit exceeded. Wait `Retry-After` seconds before retrying.
- `500` — Failed to submit the feedback.
- `503` — Feedback submissions are temporarily unavailable.

---

[API](https://skmtc.dev/thefirm/apis/autoboy-public-api.md) · [All operations](https://skmtc.dev/thefirm/apis/autoboy-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/thefirm/autoboy-public-api/revisions/6cba23209c3a/schema)
