Introduction to Narakim

info

[!NOTE] New to Narakim? Start with the Quickstart Guide to create your first bot. For a deep dive into platform architecture, see Platform Overview.

Welcome to Narakim — a next-generation automation platform for building, deploying, and managing bots across Discord, Slack, Telegram, and beyond.

What makes Narakim different?

Unlike traditional "if-this-then-that" automation tools, Narakim is built around a visual Automation Graph — a directed acyclic graph of nodes and edges that lets your bots reason, branch, loop, and call AI models as first-class citizens of the flow.

Key Features

  1. Visual Automation Canvas — Build bot logic by connecting Triggers, Actions, Logic, and Data nodes on an infinite canvas. No code required.
  2. First-class AI Integration — The OpenRouter AI extension gives you access to 100+ models (GPT-4, Claude, Gemini, Llama, and more) directly in your automation graph.
  3. Multi-Platform Support — Connect your bot to Discord, Slack, and Telegram. A single Universal bot can integrate events from all three platforms simultaneously.
  4. AI Studio — A conversational AI co-pilot that can build automations, explain your graph, troubleshoot errors, and install extensions on your behalf.
  5. Extensible — Install built-in extensions for HTTP requests, database operations, PDF generation, and more. Platform extensions unlock when you connect a platform.

Core Terms

TermDefinition
BotYour project container. Holds an automation graph, platform connections, secrets, and deployment config.
Automation GraphThe directed acyclic graph (DAG) of nodes and edges that defines what your bot does.
ExtensionA modular capability (Trigger, Action, Logic, or Data node) installed per-bot.
ArchetypeThe platform scope of a bot — Universal, Discord, Telegram, Slack, or Cross-platform.
PlatformAn external messaging service (Discord, Slack, Telegram) your bot optionally connects to.
Integration LevelWhether the bot operates as a Bot-level (standalone bot identity) or Account-level (your existing account) connection.
SecretAn encrypted key/value credential stored in Narakim's vault and injected at runtime.
DeploymentA running instance of your bot packaged in an isolated Docker container.

Getting Started

Ready to build? Head to the Quickstart Guide to create your first bot in minutes.

Was this helpful?
historyLast updated: May 10, 2026