Skip to main content
POST
Error

Authorizations

X-API-Key
string
header
required

Body

application/json
manifest
any
required
secrets
Secrets · object
required
options
RunnableConfig · object
required

Configuration for a Runnable.

!!! note Custom values

project_name
string
required
dataset_id
string<uuid>
required
run_id
string | null
repo_id
string | null
tools
any[] | null
tool_choice
string | null
parallel_tool_calls
boolean | null
repo_handle
string | null
owner
string | null
commit
string | null
evaluator_rules
string<uuid>[] | null
requests_per_second
integer | null
use_or_fallback_to_workspace_secrets
boolean
default:false
runner_context
enum<string> | null
default:langsmith_ui
Available options:
langsmith_ui,
langsmith_align_evals
dataset_splits
string[] | null
repetitions
integer
default:1
Required range: 1 <= x <= 30
metadata
Metadata · object | null
batch_size
integer | null
Required range: 1 <= x <= 100

Response

Successful Response