---
title: "Create a plain site"
method: POST
path: "/sites/plain"
tags: ["WordPress Sites"]
---

# Create a plain site

`POST /sites/plain`

## Request body

- AddPlainWPSiteBody
  - `company` string, required
  - `display_name` string, required
  - `region` string, required

## Response `202`

Plain site creation action started. Check MyKinsta for status

- AddPlainWPSiteResponse
  - `operation_id` string
  - `message` string, required
  - `status` number, required

## Other responses

- `400` — One or more of the required parameters were not provided to the request
- `401` — No or invalid API key provided to the request
- `500` — Error occurred while creating a site

---

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