---
title: "Create Inbox"
method: POST
path: "/v0/inboxes"
tags: ["Inboxes"]
---

# Create Inbox

`POST /v0/inboxes`

## Request body

- InboxesCreateInboxRequest
  - `username` string, nullable — Username of address. Randomly generated if not specified.
  - `domain` string, nullable — Domain of address. Must be verified domain. Defaults to `agentmail.to`.
  - `display_name` string — Display name: `Display Name <username@domain.com>`.
  - `client_id` string — Client ID of inbox.

## Response `200`

- InboxesInbox
  - `pod_id` string, required — ID of pod.
  - `inbox_id` string, required — ID of inbox.
  - `display_name` string — Display name: `Display Name <username@domain.com>`.
  - `client_id` string — Client ID of inbox.
  - `updated_at` string, date-time, required — Time at which inbox was last updated.
  - `created_at` string, date-time, required — Time at which inbox was created.

## Other responses

- `400`

## Changes

- **2026-03-28** `8a5b5e92ae2d` — 1 breaking
  - removed the required property `email` from the response with the `200` status
- **2026-03-19** `7fdcd6b4651f` — 1 info
  - added the required property `email` to the response with the `200` status

[Change history](https://skmtc.dev/agentmail-to/apis/api/changes/v0/inboxes/post.md)

---

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