Create Experiment
create_experimentCreates a Build-Measure-Learn experiment record to track a product hypothesis. Accepts title, state, metric, target, and full hypothesis.
Instructions
Create a PM experiment (a Build-Measure-Learn hypothesis) and return it. state is 'hypothesis' (default) | 'build' | 'measure' | 'learn'. Only title is required. This is the PM tracker list_experiments reads, not the analytics A/B engine.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | Build-Measure-Learn stage (optional; default 'hypothesis'). | |
| title | Yes | Experiment title / the hypothesis in a line (required). | |
| metric | No | The metric it moves, e.g. 'activation rate' (optional). | |
| target | No | Target change, e.g. '+5pp' (optional). | |
| hypothesis | No | The full hypothesis (optional). | |
| product_id | No | Product, from whoami (optional). |