Telegram AI Agent
A real coding agent that lives in your Telegram chat. Text @the_vibe_kit_bot a task; the agent edits a real GitHub repo, runs the build, deploys to a live domain, and replies when it's done. No app to install — Telegram is the entire interface.
Why a Telegram agent
- You already have Telegram open. Zero install friction. Same chat surface as your friends and groups.
- Asynchronous by default. Send a task, leave the chat, get the reply when the agent is done. The agent doesn't care if your phone is asleep.
- Slash commands for everything. /deploy, /env, /balance, /repo, /pause — common ops are one tap, not a multi-step UI.
- Cross-device. Send a task from your phone, read the reply on your laptop's Telegram Desktop. Same chat thread.
Common Telegram bot commands
/deploy — Provision a new app + GitHub repo
/env — Add or rotate environment variables
/balance — See AI credit balance + recent spend
/repo — Get a GitHub link to your app's repo
/pause — Pause the agent (stops accepting tasks)
/resume — Resume a paused agent
Plain English works too — "deploy a Next.js todo app" or "fix the 500 on /api/users" hits the same agent path as the slash commands.
Why this isn't just a ChatGPT-in-Telegram wrapper
A lot of Telegram "AI bots" are thin OpenAI proxies — you ask a question, you get a text answer, that's it. VibeKit's Telegram agent has tool access: it can read your repo, edit files, run shell commands, deploy, set environment variables, and watch logs. The agent is the same one that powers the iOS app and web — Telegram is just one of three interfaces into it.
Telegram + iOS + web: same agent, three windows
Tasks you start in Telegram show up in the iOS app and the web dashboard. Conversation history is shared. You can be on Telegram one minute, switch to the iOS app for a voice call, and finish on the web dashboard to read logs — all on the same project, same agent, same memory.
Pricing
Free with BYOK. Bring your Anthropic / OpenAI / DeepSeek / Codex key and AI spend goes straight to the provider — VibeKit charges nothing on top. Paid plans available if you'd rather have a single VibeKit invoice. Full pricing →
FAQ
Is there a Telegram bot that's a real coding AI agent?
Yes — @the_vibe_kit_bot on Telegram is VibeKit's coding agent. It's not a wrapper around ChatGPT in a chat window. It edits files in a real container, commits to a real GitHub repo, runs builds, and deploys to a live domain. The Telegram chat is just the interface — the agent itself runs server-side and keeps state across conversations.
How do I start using the VibeKit Telegram bot?
Search for @the_vibe_kit_bot in Telegram, tap Start, link your GitHub once, and run /deploy with a project description. The bot provisions a container, generates a starter repo under your GitHub account, deploys it to yourapp.vibekit.bot, and waits for your first feature request. Everything else is just chatting with it like a teammate.
What can the Telegram coding agent actually do?
Build new features, fix bugs, refactor, run database migrations, deploy, set environment variables, monitor logs, and answer questions about the codebase. It has the same tool access as Claude Code or Cursor agent mode — Bash, Edit, file read/write, web fetch — running inside the app's own container so changes are isolated to that app.
Does the Telegram AI agent keep working when I close the app?
Yes. Each task you send kicks off an agent run on the server. It continues regardless of whether your phone is asleep, your Telegram is closed, or you're on a flight. When the task finishes, the bot sends the result as a normal Telegram message — same as a colleague replying when they're done.
Is the Telegram AI agent free to use?
Free with BYOK — bring your own Anthropic Claude, OpenAI, Codex, or DeepSeek key and the AI charges go straight to that provider. VibeKit doesn't take a cut of your AI spend on BYOK. Paid tiers are available if you want VibeKit to handle billing centrally instead.
VibeKit
Enter App