Skip to content

Create an experiment

You can create an experiment from the dashboard, the REST API, or an AI agent over MCP. All three hit the same backend and produce the same experiment.

  1. Open your project and go to Experiments, then New experiment.

  2. Pick a type (element, cta, or manual), name it, and set the target URL.

  3. For element and cta, enter the CSS selector and the variant content. Add at least a control and one variant.

  4. Choose the goal and the stats engine, then create. Leaving it active starts it running immediately.

A successful create returns the experiment id, its assignment key, the resolved type, and status (running when activate is not false, otherwise draft). Use the id to read results or to set status with POST /v1/experiments/:id.