Create a experiment
Create a new experiment
Documentation Index
Fetch the complete documentation index at: https://next.gentrace.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Enter Gentrace API key (Format: Authorization: Bearer )
Body
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 }}!"
}
}Response
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" }