/
LA
langchain-ai
/
LangSmith
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v48
latest
OpenAPI 3.1.0
raw.githubusercontent.com
2026-05-27
586
756
1.6 MB
playground-settings
Create Playground Settings
Create playground settings.
post
/api/v1/playground-settings
Request body
PlaygroundSettingsCreateRequest
required
name
string
nullable
description
string
nullable
settings
object
required
options
PlaygroundSavedOptions
settings_type
'complex'
|
'simple'
oauth_enabled
boolean
nullable
oauth_token_url
string
nullable
oauth_client_id
string
nullable
oauth_client_secret
string
nullable
oauth_token_endpoint_auth_method
'client_secret_basic'
|
'client_secret_post'
nullable
oauth_params
object
nullable
oauth_headers
object
nullable
Response
Successful Response
PlaygroundSettingsResponse
required
id
string
uuid
required
settings
object
required
options
PlaygroundSavedOptions
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
oauth_enabled
boolean
nullable
oauth_token_url
string
nullable
oauth_client_id
string
nullable
oauth_client_secret
string
nullable
oauth_token_endpoint_auth_method
'client_secret_basic'
|
'client_secret_post'
nullable
oauth_params
object
nullable
oauth_headers
object
nullable