What problem does it solve? Building and maintaining Frontline automation workflows through the UI is slow and hard to script. This Skill lets you manage workflows, nodes, edges, variables, and run logs entirely from the Frontline CLI, making workflow automation reproducible and CI-friendly. ## Core Features & Use Cases - Workflow lifecycle management: List, create, update, delete, and select workflows, and manage workflow variables from the command line. - Graph construction: Create trigger, API, loop, WhatsApp, Dynamic Tables, and File Analysis nodes, then connect them with validated edges while inspecting the graph after each change. - Observability: Pull workflow analytics, list run logs, and trace individual node executions to debug failed runs. - Use Case: Build a scheduled workflow that fires on a cron expression, calls an external API, loops over the results, and writes records into a Frontline object table — then audit its runs with frontline workflows logs. ## Quick Start Ask the assistant to list your Frontline workflows as a table and then create a new workflow with a CONTACT_CREATED trigger connected to an API action node.