---
title: "Create agent email inbox"
method: POST
path: "/v1/agent-mail/create"
tags: ["Agent Email"]
---

# Create agent email inbox

`POST /v1/agent-mail/create`

Create an @voidmail.ai inbox for an AI agent. Returns email address and API key. No auth required.

## Request body

- object
  - `name` string, required — Agent display name
  - `address` string — Desired email address (without @voidmail.ai)

## Response `200`

Inbox created — returns address and API key

## Other responses

- `409` — Address already taken

---

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