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 /runner/tests
Create a saved test from a completed run or an explicit TestConfig. Request body
FieldTypeRequiredDescription
namestringYesTest name.
descriptionstringNoOptional description.
run_idstringConditionalCompleted run to copy TestConfig from.
promptstringConditionalRequired when not deriving from run_id.
start_urlstringConditionalRequired when not deriving from run_id.
test_configobjectConditionalRequired unless run_id has saved blocks.
repo_full_namestringNoRepository in owner/repo format.
ci_enabledbooleanNoWhether the test is enabled for CI workflows.
credentialsobjectNoEncrypted credentials for the test.
tagsarray<string>NoTest tags.