Experiments Repository Schema & Minimal API

A recommended schema for storing experiments and a minimal API contract teams can use to integrate experiment metadata with dashboards and search.

Schema fields: experiment_id, title, owner, hypothesis, start_date, end_date, primary_metric, variant_info, analysis_link, tags, status, outcome_summary, artifacts. Includes suggested endpoints for create/read/list and access control notes to protect sensitive data.

Discussion

Comments and conversation will live here.