Create Experiment
create_experimentCreate a product experiment to track Build-Measure-Learn stages, including title, metric, target, and hypothesis. Manage experiments from idea to learning.
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). |