One OpenClaw Gateway Multiple Isolated AI Assistants (One Telegram Bot Per Worker) — DeepSeek Blog | Neura Market
    Neura MarketNeura Market/DeepSeek
    ChatGPTChatGPTClaudeClaudeGeminiGeminiCursorCursorGrokGrokPerplexityPerplexityDeepSeekDeepSeek
    CoPilotCoPilotStable DiffusionStable DiffusionMidjourneyMidjourney
    View All Directories
    OverviewRulesPromptsMCPsAgentsBlogVideosGuidesCoursesCommunityTrendingGenerate
    DeepSeekBlogOne OpenClaw Gateway Multiple Isolated AI Assistants (One Telegram Bot Per Worker)
    Back to Blog
    One OpenClaw Gateway Multiple Isolated AI Assistants (One Telegram Bot Per Worker)
    openclaw

    One OpenClaw Gateway Multiple Isolated AI Assistants (One Telegram Bot Per Worker)

    Nino February 22, 2026
    0 views

    tldr; Give every team member their own private AI employee on a single machine. Full...

    ## tldr; Give every team member their own private AI employee on a single machine. Full isolation, zero extra servers, Telegram-only setup in minutes. ## Abstract Tired of spinning up separate servers or cloud instances for every AI assistant in your company? **OpenClaw** lets you run **dozens of completely separate, fully isolated agents** on **one single machine** — and Telegram makes the UX feel magical. Each worker gets their own dedicated bot (`@AliceSalesClawBot`, `@BobSupportClawBot`, etc.). They chat privately with “their” AI, have their own memory, files, tools, and personality — and they never see anyone else’s stuff. Here’s exactly how I set it up. ### Why this works so well - One Gateway process handles everything - Each agent gets its own workspace folder (`~/.openclaw/agents/alice-sales/`) - Separate `SOUL.md`, `AGENTS.md`, history, allowed tools, LLM keys, everything - Telegram routing is dead simple and rock-solid From the worker’s perspective it’s just “my personal AI in Telegram”. They have no idea it’s all running on the same Mac Mini / VPS. ### Step 1: Create one agent per worker ```bash openclaw agents add alice-sales openclaw agents add bob-support openclaw agents add carol-finance # ... one for every person ``` ### Step 2: Create a Telegram bot for each agent Talk to @BotFather /newbot → give it a clean name Copy the token Do this once per worker. ### Step 3: Configure everything in one file Run openclaw configure or edit ~/.openclaw/openclaw.json directly. Here’s a ready-to-paste example for a 3-person team: ```json { "agents": { "list": [ { "id": "alice-sales", "workspace": "~/.openclaw/agents/alice-sales" }, { "id": "bob-support", "workspace": "~/.openclaw/agents/bob-support" }, { "id": "carol-finance", "workspace": "~/.openclaw/agents/carol-finance" } ] }, "bindings": [ { "agentId": "alice-sales", "match": { "channel": "telegram", "accountId": "alice" } }, { "agentId": "bob-support", "match": { "channel": "telegram", "accountId": "bob" } }, { "agentId": "carol-finance", "match": { "channel": "telegram", "accountId": "carol" } } ], "channels": { "telegram": { "enabled": true, "accounts": { "alice": { "botToken": "7123456789:AAFxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "dmPolicy": "pairing" }, "bob": { "botToken": "7987654321:AAFyyyyyyyyyyyyyyyyyyyyyyyyyyyyy", "dmPolicy": "pairing" }, "carol": { "botToken": "7843210987:AAFzzzzzzzzzzzzzzzzzzzzzzzzzzzzz", "dmPolicy": "pairing" } } } } } ``` #### Security tip (do this immediately): After the worker sends their first message, change dmPolicy to "allowlist" and add their Telegram numeric ID: ```json "allowFrom": ["tg:1234567890"] ``` (Get the ID by having them message @userinfobot) ### Step 4: Restart & test ```bash openclaw gateway restart openclaw agents list --bindings ``` Send each worker their bot link. Done. ## What you get automatically - Full isolation (memory, files, tools, history) - Different models or permissions per person (Claude for leadership, cheaper model for interns) - Agents can still talk to each other internally when needed - Works on anything: old Mac Mini, cheap VPS, even a Raspberry Pi with some tweaks ## Official docs I used - [Multi-Agent Routing](https://docs.openclaw.ai/concepts/multi-agent) - [Telegram Channel Configuration](https://docs.openclaw.ai/channels/telegram) ## Security hardening If you want tighter control over your Openclaw, consider installing via my open source Openclaw hardening kit: https://github.com/NinoSkopac/openclaw-secure-kit It is a turnkey solution - secure-by-default OpenClaw, with a verifiable security report. ![openclaw security kit security report](https://dev-to-uploads.s3.amazonaws.com/uploads/articles/avxxmvmd7i99jub4h5qr.jpg)

    Tags

    openclawagentstelegram

    Comments

    More Blog

    View all
    How I'm using ASTs and Gemini to solve the "Codebase Onboarding" problem 🧠ai

    How I'm using ASTs and Gemini to solve the "Codebase Onboarding" problem 🧠

    Hi everyone! 👋 I’m Tara, a Senior Software Engineer and Consultant. Over the years, I've jumped...

    T
    tworrell
    Local AI Will Save Us All (The Math Says So, Trust Me)ai

    Local AI Will Save Us All (The Math Says So, Trust Me)

    Every few weeks a take goes viral in tech circles making the case for ditching cloud AI and running...

    S
    Sebastian Schürmann
    Lost in the AI Hype, I Started Smallai

    Lost in the AI Hype, I Started Small

    And it helped me get back into tech without drowning TL;DR at the end Coming back to...

    R
    Rohini Gaonkar
    Building a Replay-Tested Interactive Brokers Client in Gogo

    Building a Replay-Tested Interactive Brokers Client in Go

    I wanted an IBKR library that felt like Go and had testing I could trust. So I wrote one.

    T
    Thomas Marcelis
    Playwright in Pictures: Fully Parallel Modeplaywright

    Playwright in Pictures: Fully Parallel Mode

    Playwright’s fullyParallel mode is often treated as a simple performance switch. In practice, it...

    V
    Vitaliy Potapov
    Designing a CLI for Both Humans and Agentscli

    Designing a CLI for Both Humans and Agents

    Learn how Alpic designed its CLI for both human developers and AI agents — covering tradeoffs like polling, context windows, interactivity, and statelessness.

    J
    Julien Vallini

    Stay up to date

    Get the latest DeepSeek prompts, rules, and resources delivered to your inbox weekly.

    Neura Market LogoNeura Market

    Discover the best AI prompts, plugins, and resources for DeepSeek and more.

    Content Types

    • Rules
    • Prompts
    • MCPs
    • Agents
    • Guides

    Platforms

    • ChatGPT Directory
    • Claude Directory
    • Gemini Directory
    • Cursor Directory
    • Grok Directory
    • Perplexity Directory
    • DeepSeek Directory
    • CoPilot Directory
    • Stable Diffusion Directory
    • Midjourney Directory
    • All Directories

    Resources

    • Blog
    • Documentation
    • Help Center
    • Marketplace

    Legal

    • Privacy Policy
    • Terms of Service

    © 2026 Neura Market. All rights reserved.

    |

    Not affiliated with any AI platform vendors.