---
title: "Create an inbox"
method: POST
path: "/inboxes"
tags: ["inboxes"]
---

# Create an inbox

`POST /inboxes`

Create a new inbox in the given **project**

**Permission required:** create_inbox

## Headers

- `X-Fields` string, mask

## Request body

- InboxModelPost
  - `name` string, required
  - `project` string, required

## Response `201`

Success

- InboxModelGet
  - `name` string, required
  - `project` string, required
  - `id` string, required

## Other responses

- `403` — Permission insufficient
- `404` — Project Not Found

---

[API](https://skmtc.net/contractp/apis/contract-p.md) · [All operations](https://skmtc.net/contractp/apis/contract-p/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/contractp/contract-p/revisions/8ce53ebd6bd3/schema)
