Skip to main content
Hands a natural-language goal to the AI agent, which performs whatever taps, types, and scrolls are needed to accomplish it. Reach for act when the exact UI path is unknown or brittle; use a single tap/type when you already know the step. The simplified form takes the goal as a single string.

Parameters

Shorthand

Write a multi-word bare goal string inside a step list. Momentic reads it as AI action V3.
New projects created by momentic-mobile init enable advanced.aiActionShorthand and preserve eligible multi-word V3 goals in the bare form. Existing projects without this setting write the canonical act: form. One-word goals remain under act:, registered mobile bare commands such as killApp 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.