---
title: "Create community"
method: POST
path: "/x/communities"
tags: ["X Write"]
---

# Create community

`POST /x/communities`

## Request body

- object
  - `account` string, required — X account (@username or account ID)
  - `name` string, required — Community name
  - `description` string — Community description

## Response `200`

Community created

- object
  - `communityId` string, required
  - `communityName` string
  - `success` true, required

## Other responses

- `400` — Invalid input
- `401` — Unauthenticated
- `402` — Subscription or usage issue
- `500` — Write operation failed. Possible error codes include x_write_failed, x_write_ambiguous, x_duplicate_action, x_daily_limit (429 — account reached daily posting limit, wait 24 hours), and x_write_unconfirmed (202 — action may have completed but could not be confirmed, verify before retrying).

---

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