Landing-ready workflows for crypto, data, and AI teams
Ship the same experiences as n8n.agnic.cloud: polished UIs, webhooks wired to n8n, GPT-powered analysis, and multi-exchange market data via AgnicPay.
Ready-to-run bundle
Workflow snapshot
Full n8n graph for the indicators experience. Import the JSON and plug in your webhook + credentials.
Who this is for
A real-world persona using this workflow to offload analysis to AI without juggling data, screenshots, or manual indicator math.
Elena — software engineer & crypto tinkerer
Elena works full-time at a software company and holds a few thousand dollars in BTC and altcoins. She knows the basics of technical analysis but isn’t a pro trader. She leans on LLMs for quick takes, yet they struggle without live data and can’t compute indicators on their own.
Before this workflow, she took screenshots of charts and copied prices into prompts every time she wanted an AI summary. Now, she uses this n8n flow to automatically pull fresh candles via AgnicPay, calculate 11+ indicators, and feed everything to GPT—no manual copy paste.
How it works
Drop in your webhook URL and keys, then let the front-end talk directly to n8n.
In n8n, go to Workflows → Import and select the JSON from this repo.
Add credentials: AgnicPay API key for market
data, OpenAI API key for LLM steps.
Open the matching HTML file, update the webhook URL (default:
https://indicators.app.n8n.cloud/webhook/crypto-indicators),
and host it anywhere.
Share the page with users, or embed it behind auth; requests go straight to your n8n workflow.
Resources
Everything you need to mirror the n8n.agnic.cloud experience locally.
Run n8n locally
Docker: docker run -it --rm -p 5678:5678
n8nio/n8n
npm: npm install -g n8n && n8n start
Default webhook
https://indicators.app.n8n.cloud/webhook/crypto-indicators
— override in each HTML file to point at your instance.
Credentials checklist
AgnicPay Universal API key for candles; OpenAI API key for GPT-4/4o; optional exchange creds for trading actions.