---
title: "create account"
method: POST
path: "/cellar/accounts"
tags: ["account"]
---

# create account

`POST /cellar/accounts`

Create new account

## Request body

- CreateAccountPayload
  - `name` string, required — Name of account

## Response `201`

Resource created

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/goadesign/apis/the-virtual-wine-cellar.md) · [All operations](https://skmtc.net/goadesign/apis/the-virtual-wine-cellar/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/goadesign/the-virtual-wine-cellar/versions/348fc24f05fe/schema)
