---
title: "Create a new site"
method: PUT
path: "/org/sites"
tags: ["Organization"]
---

# Create a new site

`PUT /org/sites`

## Request body

- SiteOptions
  - `name` string, required
  - `description` string
  - `scope` string
  - `excludes` string

## Response `200`

site details

- Site
  - `id` string, uuid, required
  - `created_at` integer
  - `updated_at` integer
  - `permanent` boolean
  - `name` string, required
  - `description` string
  - `scope` string
  - `excludes` string
  - `subnets` object

## Other responses

- `401` — Access token is missing or invalid
- `404` — Resource not found

---

[API](https://skmtc.net/rumble/apis/rumble-api-deprecated.md) · [All operations](https://skmtc.net/rumble/apis/rumble-api-deprecated/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rumble/rumble-api-deprecated/versions/7c193c1fcd5c/schema)
