create_pilot_configuration
Generate a validated pilot configuration JSON with cohort size, duration, and metrics for AI operator benchmarking. Then run pre-deployment checks via validate_pilot_configuration.
Instructions
Generate a saveable pilot configuration JSON from parameters. Returns a validated configuration object with cohort size, duration, selected metrics, eval families, and benchmark classes. Use list_pilot_options first to see available options. The returned configuration can be passed to validate_pilot_configuration for pre-deployment checks. Configuration includes governance metadata (DEVELOPMENTAL label, no punitive use, association-not-causation evidence standard).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| metrics | No | Array of metric IDs to include (e.g., ['leverage', 'yield', 'token_snr', 'construction']). See list_pilot_options for the full catalog. | |
| cohort_size | No | Number of operators in the pilot cohort (e.g., 25, 50, 100). Determines statistical power and minimum detectable effect size. | |
| duration_days | No | Pilot duration in days (e.g., 30, 60, 90). Longer windows improve intervention re-evaluation stability. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| valid | Yes | Whether the configuration passed validation | |
| warnings | No | Non-blocking validation warnings | |
| synthetic | Yes | Whether data is synthetic | |
| configuration | Yes |