Page cover

Template Library & How to Use It

Why Templates Matter

  • Instant Start – No need to build from scratch.

  • Battle-Tested – Pre-checked flows that already work.

  • Easy to Tweak – Swap nodes or instructions in seconds.


Built-In Templates

  • Basic AI Chat

    • Purpose: Answer questions in chat.

    • Key Nodes: Input → AI Model → Output.

    • Typical Result: A Telegram bot that replies like a human.

  • YouTube Summarizer

    • Purpose: Turn any video into a short PDF summary.

    • Key Nodes: YouTube Input → Transcriber → AI Model → PDF.

    • Typical Result: Three-bullet summaries of long videos.

  • Wallet Analyzer

    • Purpose: Create quick portfolio reports from any wallet.

    • Key Nodes: Wallet Input → Tx Fetcher → Analytics → PDF.

    • Typical Result: Risk score, top tokens, and profit / loss.

  • Social Content Pipeline

    • Purpose: Generate ready-to-post content for multiple platforms.

    • Key Nodes: Input → AI Model → Social Publisher.

    • Typical Result: Twitter, LinkedIn, and Facebook posts from one prompt.


Step-By-Step: Using Any Template

  1. Open the Gallery

    • Click Templates on the left panel.

    • Press Use Template under the one you want.

  2. Configure Each Node

    • Click a node once; settings open on the right.

    • Fill in required items (API keys, instructions, limits).

    • Click Save after each edit.

  3. Test the Flow

    • Hit Test Flow (blue ▶ icon).

    • Enter sample data when asked (URL, wallet, or text).

    • Watch for green checkmarks. Red ❌ means something needs fixing.

  4. Deploy the Automation

    • Click Deploy in the top-right corner.

    • Choose Telegram Bot or REST API.

    • For Telegram: paste the token from @BotFather and press Start Bot.

    • For REST: copy the endpoint URL and use it in any app.

  5. Iterate and Save

    • Rename the flow for easy tracking.

    • Duplicate and tweak nodes to fit your exact needs.

    • Save often to capture working versions.


Quick Tips

  • Need an API Key?

    • OpenAI → platform.openai.com → “Create Secret Key.”

    • Etherscan → etherscan.io → “API Keys.”

    • Telegram Bot Token → chat with @BotFather/newbot.

  • Troubleshooting Symbols

    • ✅ Green = Success.

    • ⚠️ Yellow = Needs input.

    • ❌ Red = Error (check settings).

  • Cost Control

    • Start with small prompts.

    • Use free or pooled API tiers when testing.

    • Switch to cheaper models via the AI Model node if needed.

Follow these bullets and you’ll move from “template selected” to “automation live” in minutes—no coding required.

Last updated