v64

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-03124241726.5 KB
Experiments

Create experiment

Creates an experiment. The slug is derived from name. Omit variants to seed two defaults.

post/v1/projects/{projectSlug}/experiments

Path parameters

projectSlugstring required

Project slug (human-readable identifier)

Project slug (human-readable identifier)

Request body

namestring required

Human-readable name. Used to derive the slug.

descriptionstring

Optional free-form description.

Response

Experiment created

idstring required

Stable experiment identifier.

organizationIdstring required

Organization that owns this experiment.

projectIdstring required

Project this experiment belongs to.

slugstring required

URL-safe slug derived from name. Unique within the project.

namestring required

Human-readable name.

descriptionstring required

Free-form description. Empty string when not set.

createdAtstring required

ISO-8601 timestamp of creation.

updatedAtstring required

ISO-8601 timestamp of the last update.