Create Experiment Template
Create a new experiment template.
Parameters
body : CreateExperimentTemplateBody Template creation data.
Returns
ExperimentTemplate Created experiment template.
Body
Request body for creating an experiment template.
Response
Successful Response
Pydantic model for experiment template database entity.
Name of the template
ID of the organization that owns this template
Unique identifier for the template
Description of the template
Template string for generating user-facing descriptions with {{param}} placeholders
Protocol configuration (UCP format). Omitted from list responses by default; opt in via ?include=protocol_config.
Parameters schema defining what parameters this template accepts. Omitted from list responses by default; opt in via ?include=parameters_schema.
When the template was created
When the template was last updated
Plot configuration options organized by plot type (time_series, metrics)
Specification mapping time-series keys to calculation rules.
Specification mapping metric names to calculation rules.
Original protocol text as entered by the user
User ID of the user who created this template
Email of the user who created this template