Skip to main content
POST /scenarios
Create a scenario from explicit seed JSON or a natural-language prompt. Request body
FieldTypeRequiredDescription
namestringYesScenario name.
descriptionstringNoOptional description.
promptstringConditionalNatural-language description of the desired seed. Required unless seed_config is provided.
twinsarray<string>ConditionalRequired when providing seed_config without prompt.
seed_configobjectConditionalExplicit provider seed config. Required unless prompt is provided.
tagsarray<string>NoScenario tags.