Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.argalabs.com/llms.txt

Use this file to discover all available pages before exploring further.

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.