Create a new experiment
Enter Gentrace API key (Format: Authorization: Bearer
Creates a new experiment with the given pipeline ID
The ID of the pipeline to create the experiment for
"123e4567-e89b-12d3-a456-426614174000"
Friendly experiment name
"OpenAI o3-mini prompt"
Optional metadata for the experiment
{
"promptTemplate": {
"type": "string",
"value": "Hello, {{ name }}!"
}
}Successful response
Experiment UUID
"123e4567-e89b-12d3-a456-426614174000"
Creation timestamp (ISO 8601)
"2025-04-01T00:00:00.000Z"
Last update timestamp (ISO 8601)
"2025-04-01T00:00:00.000Z"
Friendly experiment name
"OpenAI o3-mini prompt"
Pipeline UUID
"123e4567-e89b-12d3-a456-426614174000"
Metadata
{ "key": "value" }