Workflow Assistant
Your AI copilot for building and managing trading workflows.
The Workflow Assistant is an AI copilot that can build, modify, explain, and debug your workflows. It has full access to your canvas and execution logs.
Build workflows from description
Describe what you want, it creates the nodes and connections
Modify existing workflows
"Add a Discord notification after the trade executes"
Explain workflows
"What does this workflow do?" or "Explain the Conditional node"
Debug errors
Paste execution logs, ask why it failed, get fixes
Write Function code
"Write Python to calculate RSI from price data"
Optimize prompts
"Improve my LLM prompt for better analysis"
The assistant can use different AI models.
Select from the dropdown at the bottom of the chat panel.
Claude Sonnet 4.5
Claude Sonnet 4
GPT-5
GPT-4o
GPT-4o mini / GPT-5 Mini
Building Worflows
Create a DCA bot that buys $50 of ETH every Monday at 9am"
Build a workflow that monitors my Hyperliquid positions and alerts me if any position is down more than 10%
Create an AI analyst that reviews BTC, ETH, and SOL daily and sends a morning report to Discord
Modifying workflows
Add email notification as a backup to the Telegram alert
Change the schedule from hourly to every 15 minutes
Add a chart image to the Discord message
Debugging
Why did my last execution fail?
The Conditional node isn't triggering, can you check the field path?
My Function node returns undefined, here's the code...