Grok Bot for Discord and Telegram: What Actually Works

Grok Bot is xAI persistent agent software, not a Discord bot kit. What it is, who can access it, and how to actually build a Grok powered chat bot.

Grok BotDiscord BotTelegram BotGrok APIAI Perks
Author Avatar
Andrew
AI Perks Team
5,906

Quick Answer

No. Grok Bot is xAI persistent agent software with no public API and no free tier, so it cannot power a Discord or Telegram bot. For that you use the separate Grok API, which has a reported new-account credit. AI Perks tracks $7.7M in credits across 194 companies at getaiperks.com.

Can Grok Bot Power a Discord or Telegram Bot?

No. Grok Bot has no public API and no free tier, and xAI has not published a Discord or Telegram integration for it. If you want a Grok powered bot on either platform, you use the separate Grok API, which is a different product with a different access model.

That distinction is easy to miss, because three different xAI products share one brand name and only one of them is the always-on agent product that launched in August 2026.

This page separates the two products, sets out what xAI has published about access to each, and is honest about where the published numbers disagree. For the layers of your bot that do have credit programs, AI Perks tracks $7.7M in credits across 194 companies.


Round Funded
SponsoredRaise money from 10,000+ active vetted investors.
Start Raising

What Grok Bot Actually Is

Grok Bot launched in beta on 11 August 2026 as a set of persistent, always-on AI agents that xAI markets as "AI teammates". Each agent gets its own dedicated cloud computer.

What separates it from a chatbot:

  • It signs into tools and websites on your behalf
  • It learns workflows by demonstration rather than from a prompt
  • It retains memory across sessions
  • It coordinates with other agents
  • It runs 24/7 without supervision

Grok 4.6 shipped one day later, on 12 August 2026.

The naming is the problem. The free conversational @grok you can tag on X is not this product. Neither is the Grok API. Three different things share one brand, and only one of them is subscription gated software you cannot call from code.

Its direct competitors are ChatGPT Agent and Claude Cowork, not Discord bot frameworks.


Who Can Access Grok Bot, and What It Costs

Grok Bot is subscription only. xAI's own page lists it across SuperGrok, SuperGrok Plus, SuperGrok Heavy, and Cursor Pro, Pro+, Ultra, Teams Standard and Teams Premium. Secondary coverage narrows that to the top tiers only, and the two accounts conflict.

Access routePer xAI official pagePer secondary coverage
SuperGrokListed as includedOften excluded
SuperGrok PlusListed as includedOften excluded
SuperGrok HeavyListed as includedCited near $300/month
Cursor Pro and Pro+Listed as includedOften excluded
Cursor UltraListed as includedCited near $200/month
Cursor Teams StandardListed as includedOften excluded
Cursor Teams PremiumListed as includedCited near $120/seat/month
Public APINot availableNot available
Free tierNoneNone

Treat xAI's own page as authoritative. The honest advice is to open your own plan billing page and look, rather than trust a figure in an article, including this one.

Availability at launch was desktop and iOS. Android is described as planned. Enterprise access is by waitlist.

The Cursor bundling is not random. SpaceX acquired xAI in an all-stock merger announced 2 February 2026, and SpaceX and xAI acquired Anysphere, Cursor's parent company, in June 2026. That is why a coding editor subscription grants access to an agent product.


Round Funded
SponsoredRaise money from 10,000+ active vetted investors.
Start Raising

How to Build a Grok Powered Discord or Telegram Bot

A Grok bot on Discord or Telegram is an ordinary chat bot that calls the Grok API. The platform half is Discord or Telegram SDK work, unchanged by which model you pick. The intelligence half is one HTTP request per message.

The build has five parts:

1. Register the bot on the platform. Discord Developer Portal for Discord, BotFather for Telegram. This step is identical whether the brain is Grok, Claude or GPT.

2. Get an xAI API key. From the xAI console, not from a Grok Bot subscription. These are separate accounts with separate billing.

3. Wire the message handler to a model call. Your handler receives a message, sends it to the Grok API, posts the reply back to the channel.

4. Build your own memory. This is the part people underestimate. The cross-session memory xAI advertises for Grok Bot belongs to that subscription product, not to anything you get by calling the API. Conversation history, user context and persistence are yours to implement and yours to store.

5. Cap your spend before you ship. Add per-user rate limits and a hard monthly token budget. A Discord server with 500 members and no rate limit will find your billing ceiling for you.

Steps 4 and 5 are where hosting, database and observability costs enter, and those layers do have credit programs. Start at getaiperks.com before you provision anything.


What the Grok API Costs, and What Credits Exist

Grok API pricing varies by model, and the per-token figures quoted in third party write-ups disagree sharply across sources and model generations. The only number worth budgeting against is the one showing in the xAI console under your own account.

Line itemStatus
Grok Bot APIDoes not exist
Grok Bot free tierDoes not exist
Grok Bot startup creditsDo not exist
Grok API new-account credit$25/month reported as current
Data Sharing Program credit$150/month recurring
xAI startup credit programNone comparable to OpenAI or Anthropic
Per-token pricingVaries by model, check the xAI console

Two things on that table are worth reading twice.

The $150/month Data Sharing Program credit is a trade, not a gift. You receive a recurring credit in exchange for sharing API request metadata and outputs. For a hobby Discord bot that is often an easy yes. For anything touching customer data it is a decision for someone other than the engineer wiring up the handler.

xAI has no startup credit program. OpenAI and Anthropic both run one. xAI has nothing comparable, which leaves the reported new-account credit and the data sharing credit as the only xAI credits documented anywhere. That is a real constraint on building a Grok first product, and it is the strongest argument for keeping a second provider wired in behind a config flag.


Round Funded
SponsoredRaise money from 10,000+ active vetted investors.
Start Raising

Funding the Rest of the Stack

xAI is the outlier. Almost every other layer of a production chat bot runs a credit program, and the programs on those layers are routinely larger than anything xAI offers.

Stack layerWhy a chat bot needs itCredit ranges in the AI Perks catalog
Alternative model APIsFallback routing and cost control$5 to $25,000+
Cloud hosting and computeWhere the bot process runs$1,000 to $100,000
Managed database and vector storeConversation memory from step 4$1,000 to $50,000
Monitoring and error trackingCatching runaway token spend$500 to $5,000

A Discord bot that a few thousand people talk to is not a weekend project once you count hosting, a database, and a logging layer you can actually query at 2am. Those bills are where credits change the math, and where a Grok only plan leaves the most money on the table.

AI Perks tracks which programs are currently open across all four of those layers, so you are checking one place instead of nine vendor pages that go stale.


Is Grok Bot Worth It If You Are Building Bots?

Probably not, and that is a compliment to both products. Grok Bot is built to do your work. The Grok API is built to power software you write. Buying the first to get the second is a category error.

Early feedback was not uniformly positive either. One reviewer noted the automatic model router "wasn't great" in the early beta, which is a fair UX critique of an early release rather than a verdict on the category.

The reasonable position in September 2026: subscribe to Grok Bot if persistent agents doing your own workflows is the thing you want, evaluate it against ChatGPT Agent and Claude Cowork, and treat it as unrelated to your Discord bot roadmap. Fund that roadmap with credits from AI Perks instead.


Round Funded
SponsoredRaise money from 10,000+ active vetted investors.
Start Raising

Frequently Asked Questions

Is there an official Grok bot for Discord?

No. xAI has not published a first party Discord integration for Grok Bot or the Grok API. The Grok bots you find on Discord are community built and call the Grok API from their own code. Credits for the surrounding stack are tracked at getaiperks.com.

Can I use Grok Bot on Telegram?

Not directly. Grok Bot was available on desktop and iOS at launch, with Android described as planned, and it exposes no API for third party clients. A Telegram bot has to be built separately against the Grok API using BotFather and your own hosting.

Does Grok Bot have an API?

No. Grok Bot has no public API, no free tier and no startup credit program. It is subscription only through SuperGrok and Cursor plans, with enterprise access by waitlist. The Grok API is a completely separate product with its own keys and billing.

How much does the Grok API cost?

It varies by model, and published figures conflict badly across sources and model generations. Rather than repeat a number that may be wrong for your model, check current per-token pricing in the xAI console directly. New accounts have had a $25/month credit reported as current.

Are there free xAI or Grok API credits?

A $25/month new-account credit has been reported as current, and an optional Data Sharing Program grants $150/month in exchange for sharing request metadata and outputs. xAI runs no startup program. Other providers do, and AI Perks tracks $7.7M across 194 companies.

Which model should power a Discord bot on a budget?

Whichever one you have credits for. Chat bot workloads are short and high volume, so cost per message dominates, and most bots run fine on a mid tier model. Wire two providers behind one config flag and route to whichever credit balance is still funded. Compare options at getaiperks.com.


Subscribe at getaiperks.com →

Build the bot. Let someone else pay for the tokens.

This content is for informational purposes only and may contain inaccuracies. Credit programs, amounts, and eligibility requirements change frequently. Always verify details directly with the provider.