latestOpenAPI 3.1.02026-08-19270462702.4 KB

b92f75fd3b61

experiments

Create an Experiment and transcript session

Start scoped work in an existing visible project.

Args: request: Project, mode, and optional title. auth: Authenticated caller.

Returns: Created Experiment metadata.

post/experiments

Request body

project_idstring uuid required
titlestring nullable
mode'mle_agent' | 'auto_agent'

Which agent drives an Experiment's conversation (EDD section 0.2).

Response

Successful Response

idstring required
project_idstring required
project_version_idstring nullable required
team_idstring required
session_idstring nullable

Creator-only transcript session identifier.

created_bystring required
titlestring nullable required
mode'mle_agent' | 'auto_agent' required

Which agent drives an Experiment's conversation (EDD section 0.2).

stage'scoping' | 'preparing_data' | 'training' | 'evaluating' | 'complete' | 'blocked' | 'cancelled' required

Agent-owned workflow stage of an Experiment (EDD section 0.2).

mode_locked_atstring date-time nullable required
last_activity_atstring date-time required
completed_atstring date-time nullable required
cancelled_atstring date-time nullable required
created_atstring date-time required
updated_atstring date-time required