experiments
Create a new experiment in the Adaptyv Foundry platform.
Initiates a new experiment design in Draft status. The experiment must be confirmed before resources are allocated and production begins. Use the modify endpoint to transition status when ready. Experiments not confirmed within 30 days may be automatically deleted.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Request payload for creating a new experiment.
Defines all required information to initiate an experiment design. Created experiments start in Draft status for review before confirmation.
Response
201
application/json
Experiment created successfully
Response confirming experiment creation.