Skip to main content

Documentation Index

Fetch the complete documentation index at: https://momentic.ai/docs/llms.txt

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

Pairs with authLoad. Defaults to the path configured by the containing auth module. The bare scalar - authSave saves to the default path.

Parameters

ParameterTypeRequiredDescription
pathstringNoPath to write the storage-state JSON file to.
saveAsstringNoName of the variable to write this step’s return value to.
retriesnumberNoNumber of times to retry the step on failure before failing the test.
skippedbooleanNoSkip this step at execution time.
commentstringNoFree-form annotation kept with the step.

Shorthand

Bare command. Saves to the default path.
- authSave

Examples

- authSave: ./auth-state.json
- authSave:
    path: ./auth-state.json