Skip to main content
act lets the agent decide which clicks, types, and waits are needed to reach goal. The agent reads the page on every iteration and stops when the goal is met or the budget is exhausted. For deterministic interactions, prefer explicit commands like click and type.

Parameters

Shorthand

Write a multi-word bare goal string inside a step list. Momentic reads it as an AI action.
New projects created by the setup wizard or momentic init enable advanced.aiActionShorthand and preserve eligible multi-word AI action goals in the bare form. Existing projects without this setting write the canonical act: form. One-word goals remain under act:, registered web bare commands such as refresh keep their command meaning, and unknown one-word bare strings are rejected.

Examples

Disable caching so the agent re-derives the flow on every run. Use it when the page content changes between runs and cached steps would go stale immediately.