---
title: "POST /workspaces/{workspaceId}"
method: POST
path: "/workspaces/{workspaceId}"
---

# POST /workspaces/{workspaceId}

`POST /workspaces/{workspaceId}`

Creates a workplace.

## Path parameters

- `workspaceId` string, required

## Request body

- object
  - `description` string — The description of the workspace.
  - `s3Location` string — The ARN of the S3 bucket where resources associated with the workspace are stored.
  - `role` string — The ARN of the execution role associated with the workspace.
  - `tags` object — Metadata that you can use to manage the workspace

## Response `200`

Success

- CreateWorkspaceResponse
  - `arn` string, required — The ARN of the workspace.
  - `creationDateTime` string, date-time, required — The date and time when the workspace was created.

## Other responses

- `480` — InternalServerException
- `481` — AccessDeniedException
- `482` — ThrottlingException
- `483` — ValidationException
- `484` — ConflictException
- `485` — ServiceQuotaExceededException

---

[API](https://skmtc.net/aws/apis/iottwinmaker.md) · [All operations](https://skmtc.net/aws/apis/iottwinmaker/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/iottwinmaker/versions/a66a26fd65ea/schema)
