---
title: "Create Playground Settings"
method: POST
path: "/api/v1/playground-settings"
tags: ["playground-settings"]
---

# Create Playground Settings

`POST /api/v1/playground-settings`

Create playground settings.

## Request body

- PlaygroundSettingsCreateRequest
  - `name` string, nullable
  - `description` string, nullable
  - `settings` object, required
  - `options` PlaygroundSavedOptions
    - `requests_per_second` integer, nullable
  - `settings_type` 'complex' | 'simple'

## Response `200`

Successful Response

- PlaygroundSettingsResponse
  - `id` string, uuid, required
  - `settings` object, required
  - `options` PlaygroundSavedOptions
    - `requests_per_second` integer, nullable
  - `name` string, nullable
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `description` string, nullable
  - `settings_type` 'complex' | 'simple'
  - `created_by_ls_user_id` string, uuid, nullable
  - `updated_by_ls_user_id` string, uuid, nullable
  - `available_in_playground` boolean
  - `available_in_evaluators` boolean
  - `available_in_agent_builder` boolean
  - `available_in_polly` boolean
  - `available_in_insights_heavy` boolean
  - `available_in_insights_light` boolean

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/langchain-ai/apis/langsmith.md) · [All operations](https://skmtc.dev/langchain-ai/apis/langsmith/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/langchain-ai/langsmith/revisions/7bbcecd856b2/schema)
