---
title: "Creates a new workbench resource"
method: POST
path: "/v2/workbenchResources/create"
tags: ["WorkbenchResourcesCommand"]
---

# Creates a new workbench resource

`POST /v2/workbenchResources/create`

## Headers

- `x-tenant-id` string, uuid, required
- `x-runas` string
- `x-companyid` string

## Request body

- JTLPPSResourceManagementPublicApiDataTransferObjectsV2WorkbenchResourcesCreateWorkbenchResourceCommandRequest — Creates a new workbench resource - Request
  - `number` string — This workbench resource's unique number.
  - `name` string — This workbench resource's name.
  - `description` string — This workbench resource's description.
  - `workbenchResourceTypeId` string, uuid
  - `hostName` string — The name of the host assigned to this workbench resource.
  - `warehouseId` string, uuid
  - `reservationMode` 0 | 1 | 2 — 0 = Operation, 1 = Iteration, 2 = Session
  - `autoShowProcessParameterValuesInProduction` boolean — Specifies whether the dialog for displaying and/or capturing process parameter values in the context of production should be displayed automatically when process parameter values can/must be displayed or captured.
  - `expiredComponentsUsage` 0 | 1 — 0 = NotPermitted, 1 = Permitted
  - `replenishmentCreationStockReservationMode` 0 | 1 | 2 — 0 = None, 1 = UserPrompt, 2 = Auto

## Response `201`

Successfully created a workbench resource

---

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