Create Experiment Template
Create a new experiment template.
Parameters
body : CreateExperimentTemplateBody Template creation data.
Returns
ExperimentTemplate Created experiment template.
Request body
Response
Successful Response
Unique identifier for the template
Name of 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.
ID of the organization that owns this template
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
ID of the project that owns this protocol. Every protocol reachable through the API is project-scoped; None only on unmigrated rows.
ID of the protocol group this protocol belongs to. Protocols sharing a group are related. None means ungrouped. The group is always in the same project as the protocol.