AgnicFlow
Launch indicators app
Built for n8n cloud + self-host • Agnic data & AI

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.

Zero backend hosting Works with your n8n webhook OpenAI + AgnicPay ready

Ready-to-run bundle

Webhook /webhook/crypto-indicators
pre-wired in the form
AI insight GPT-4 / GPT-4o
n8n OpenAI credential
Data source AgnicPay
multi-exchange candles
Crypto indicators UI

Workflow snapshot

Full n8n graph for the indicators experience. Import the JSON and plug in your webhook + credentials.

Drag-and-drop into n8n → update webhook → deploy
Indicators n8n workflow

Who this is for

A real-world persona using this workflow to offload analysis to AI without juggling data, screenshots, or manual indicator math.

Illustration of Elena, software engineer and crypto tinkerer
Builder LLM + data Part-time trader

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.

🔑 One API key: AgnicPay handles data + indicators + LLM 🤖 Swap LLMs on the fly to compare GPT models ⚡ Zero screenshots, zero manual math

How it works

Drop in your webhook URL and keys, then let the front-end talk directly to n8n.

Skip to resources
1. Import

In n8n, go to Workflows → Import and select the JSON from this repo.

2. Configure

Add credentials: AgnicPay API key for market data, OpenAI API key for LLM steps.

3. Wire the UI

Open the matching HTML file, update the webhook URL (default: https://indicators.app.n8n.cloud/webhook/crypto-indicators), and host it anywhere.

4. Ship

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.

Download indicators workflow

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.