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...
Prediction Markets
"Monitor Polymarket for any Bitcoin market where probability just crossed 50%. Alert me on Telegram with the market title and current odds."
Stocks
"Build a daily stock screener that checks AAPL, MSFT, GOOG, and TSLA at 9:30am. Have Claude analyze RSI and price action. Send a morning report to Discord."
Derivatives
"Check BTC funding rates on Coinglass every 4 hours. If funding exceeds 0.05%, alert me on Telegram as a potential shorting signal."
Be specific about markets, conditions, and actions.
Include the exchange, asset, notification channel, and thresholds.
Mention the schedule
"every 15 minutes", "daily at 9am", "every Monday."
Describe decision logic
"if RSI < 30 and price is down 5%" is better than "when price looks low."
You can modify existing workflows
"Add a Discord notification after the trade" or "Change the schedule to every 30 minutes."