Layers
Create layer
Create a layer. Experiments running in the same layer are granted mutually-exclusive traffic.
post/api/v2/projects/{projectKey}/layers
Path parameters
projectKeystring string required
The project key
The project key
Request body
Example request
{
"key": "checkout-flow",
"name": "Checkout Flow"
}Response
Layer response
Example response
{
"key": "checkout-flow",
"name": "Checkout Flow",
"description": "The checkout flow for the application",
"randomizationUnit": "user"
}