---
title: "Create Site"
method: POST
path: "/v0/sites"
tags: ["sites"]
---

# Create Site

`POST /v0/sites`

Creates a new site by creating a create_site workflow with deploy_product parameter.
This triggers a single workflow that creates the site and deploys the specified upstream.

## Request body

- CreateSiteRequest
  - `label` string, required — Site display label
  - `organization_id` string — Organization UUID to associate the site with
  - `region` string — Geographic region where the site should be hosted
  - `site_name` string, required — Site machine name (unique identifier)
  - `upstream_id` string, required — Upstream ID (product ID) to deploy

## Response `200`

- SiteWorkflowCreationResponse
  - `active_description` string — Active description of current workflow step
  - `created_at` number, double — Creation timestamp
  - `id` string, required — Workflow ID
  - `number_of_tasks` integer — Number of tasks in the workflow
  - `type` string — Workflow type

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error
- `503` — Service Unavailable

---

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