Compound Actions empower developers to build sophisticated, multi-step automations within Agent Studio, chaining actions, data transformations, and logic into reusable AI workflows.
Think of Compound Actions as an orchestration layer that can:
steps KeyThe steps key defines a sequence of expressions executed in order, forming the backbone of multi-step Compound Actions. It groups logic cleanly, ensuring predictable flow while enabling nesting for controls like switch or parallel. Use it whenever chaining more than one expression, it’s required for compound structures to maintain order and scope.
Prerequisites: Familiarity with Moveworks Data Mappers and DSL
Use the Low Code Editor: Get started fast with the low code editor. Switching back to code mode will generate the compound action script for you and viceversa.

YAML comments (#) are supported and preserved during edits, but switching between low-code and code views will strip them.
See it in action: Quickstart #5: Webhook Ambient Agent · Quickstart #6: Expense Approval