Skip to main content
POST
Create a preset

Authorizations

x-api-key
string
header
required

Body

application/json

A preset-creation request. extensions is the list of extension combos (each element an extension name or a {"name", "config"} mapping binding author config). output_schema is the optional author-set OUTPUT JSON Schema (an object schema).

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

Response

Success.

data
any
required