Skip to main content
POST
Validate a preset draft (dry-run)

Authorizations

x-api-key
string
header
required

Body

application/json

A preset validation (dry-run) request — the full create field set. When a preset named name already exists the door validates a NEW VERSION: then base_tool / description carry forward from the active body (a provided value that differs is rejected) and any absent field merges from it, exactly as the save-version route merges.

name
string
required
base_tool
string | null
description
string | null
extensions
((string | object)[])[] | null
fixed_kwargs
Fixed Kwargs · object | null
output_schema
Output Schema · object | null
tags
string[] | null

Response

Success.

data
any
required