Grok Bot limits: every reported ceiling and undisclosed allowance

Grok Bot has two kinds of limit. There are countable ceilings, which one third party has published and xAI never has, and there is the meter, which nobody has published because xAI does not disclose it. The second kind matters more: the weekly token allowance is undisclosed, overage is billed at raw model rates, there is no spend cap, and in launch week the usage display was visibly wrong. This page lists every limit we can source, marks each one as published or reported, and is honest about the gaps.

By the Continuum team. We build a workbench that runs Claude Code, Codex, and their peers, so the model rates quoted here are the ones our own cost analytics ship with.

The short version

Grok Bot’s countable limits were reported by Daily Dose of Data Science and remain unconfirmed by xAI: 50 Bots and group chats per account, 50 routines per Bot, the 20 most recent run records retained, a 10-minute cap on a teach-by-demonstration recording, and 2 to 6 Bots per group chat. The limits that decide your bill are worse documented still. The weekly token allowance attached to each eligible plan is not disclosed anywhere, overage past it is billed at raw model rates, and eesel’s review found there is no Grok Bot spend cap. Launch-week metering was visibly broken, with 48% usage displaying as 0%. "Always on" is also narrower than it sounds: every Bot on an account shares one cloud computer and runs on its own screen, so parallelism is real but the underlying filesystem, browser sessions, and logins are not.

What you need to know
  • No limit in this page comes from xAI. The countable ones come from a single third-party teardown; the meter is undisclosed by design.
  • 50 Bots and group chats per account, 50 routines per Bot, both reported by Daily Dose of Data Science and unconfirmed by xAI. Group chats reportedly hold 2 to 6 Bots, from the same unconfirmed source.
  • 20 run records reportedly retained. The figure was reported by Daily Dose of Data Science and remains unconfirmed by xAI. An hourly routine retains 20 hours around the clock; just over two business days at nine runs/day.
  • The weekly token allowance is not published for any tier. You cannot know what you bought until you run out of it.
  • No spend cap. Overage bills at raw model rates on a router you cannot steer toward a cheaper model.
  • The meter itself was wrong at launch: 48% usage displaying as 0%, per eesel’s review.

How many Bots can you create?

Fifty Bots and group chats per account, reported. That figure, and every other countable ceiling on this page, comes from a Daily Dose of Data Science teardown published in launch week. As of 22 August 2026 it is the only place any of these numbers appear in writing. xAI has published none of them, has confirmed none of them, and can change any of them without an announcement.

Every countable Grok Bot ceiling we can source, with its provenance. All figures reported by Daily Dose of Data Science; unconfirmed by xAI.
LimitValueStatus
Bots and group chats per account50 combinedReported by Daily Dose of Data Science; unconfirmed by xAI
Routines per Bot50Reported by Daily Dose of Data Science; unconfirmed by xAI
Run records retained20 most recentReported by Daily Dose of Data Science; unconfirmed by xAI
Teach-by-demonstration recording10 minutesReported by Daily Dose of Data Science; unconfirmed by xAI
Bots per group chat2 to 6Reported by Daily Dose of Data Science; unconfirmed by xAI
Cloud computers per account1Published. docs.x.ai, stated directly
Weekly token allowanceNot disclosedNo source anywhere
Spend capNoneReported by eesel: "no Grok Bot-specific spend cap yet"

Note that "Bots and group chats" is a combined pool rather than two separate budgets, per the same source. If that is right, an account running a dozen group chats has a dozen fewer Bots available, which changes how you would organise a team of them.

What is the weekly token allowance?

Unpublished, for every tier. This is the single most important unanswered question about the product and it has no answer at all.

eesel’s pricing teardown documents the shape without the number: there is a weekly token allowance, its size is not publicly disclosed, and past it you are billed at raw model rates. Nothing on x.ai, nothing in the Grok Bot documentation, and nothing on Cursor’s help pages puts a figure on it. Cursor’s help page on SuperGrok gets closest and stays qualitative: "SuperGrok Heavy grants the highest linked Grok Bot usage" and "SuperGrok Plus grants generous linked Grok Bot usage, below the Heavy tier".

Read that carefully. It ranks two tiers against each other without telling you what either one contains. You can learn that Heavy is more than Plus. You cannot learn whether Plus covers your workload, which is the only question a buyer has.

Is there a spend cap on Grok Bot?

No. eesel’s review states it plainly: "There is no Grok Bot-specific spend cap yet." Overage past the undisclosed weekly allowance is billed at raw model rates.

Three things compound to make this worse than a normal metered product.

01

You cannot route to a cheaper model

There is no model picker and xAI documents no default model for Bots. On a metered API you would send trivial work to a cheap model. Here the router decides, so the cost of a task is not a variable you control.

02

Always-on work runs while you are not watching

The whole premise is that routines fire on a schedule with nobody present. A routine that loops, retries, or fails to recognise its exit condition burns the meter for hours before anyone notices.

03

Computer use is token-expensive by nature

Driving a graphical interface means the model reads screens. Screens cost far more tokens than an API response carrying the same information, which is the price of the capability that makes the product interesting.

One beta tester quoted in eesel’s teardown summarised the experience: "I’ve used more tokens this month than not this month. That’s not a typo." That is one person’s anecdote rather than data, but it is the only first-hand account of consumption anyone has published.

Our full breakdown of the four cost layers, and what each access path costs, is in the Grok Bot pricing guide.

Can you trust the usage meter?

Not at launch, and nobody has published a re-test. eesel’s review, dated 12 August 2026, documents a metering display showing 48% consumed as 0%. That is not a rounding error or a lagging refresh; it is the gauge disagreeing with the account by half its capacity.

A wrong meter is a specific class of problem on an uncapped product. On a capped plan, a broken gauge is annoying: you hit the ceiling and stop. On an uncapped one with an undisclosed allowance, the gauge is the only instrument you have, and if it under-reports you cross into overage without any signal that you have.

What does "always on" actually mean here?

It means the machine is xAI’s and it stays up. It does not mean each Bot has its own machine, and the difference is documented.

From docs.x.ai/grok-bot/overview: "All of your Bots use the same persistent cloud computer. They share files, browser sessions, and app logins, which makes handoffs possible without repeating setup." And: "Each Bot gets its own screen on that computer, so several Bots can use browser and desktop tools in parallel without getting separate security boundaries."

What is shared and what is separate on a Grok Bot account. All rows from the published overview documentation.
ResourcePer Bot or per account?
The cloud computerOne per account
A screen for parallel GUI workPer Bot
FilesystemShared across all Bots
Browser sessionsShared across all Bots
App loginsShared across all Bots
Memory, persona, preferencesPer named Bot
Security boundary between BotsNone. Stated explicitly

So parallelism is real: several Bots can drive several browsers at the same time, which is more than most agent products offer. What is not real is isolation. Fifty Bots on one account is fifty personas on one machine with one set of credentials, and the documentation asks you to "treat a login or file placed on the computer as available to all of your Bots".

Nothing published describes what happens when parallel Bots contend: two routines writing the same file, or two Bots driving the same authenticated session in different tabs. There is no documented lock, queue, or arbitration. The security page works through the consequences of the shared boundary; the routines page covers the scheduling side.

What limits does the plan you are on impose?

Access is the first limit, and it is the one that is actually documented. As of 22 August 2026 the get-started documentation lists eligible plans as "SuperGrok Plus, SuperGrok Heavy, Cursor Pro+, Cursor Ultra, or Cursor Teams Standard or Premium", and a Cursor account is required on every path.

Eligibility as a limit. Plan names and eligibility from docs.x.ai and cursor.com/help, 22 August 2026; allowances are unpublished for every row.
PlanGrok Bot?Documented allowance
Cursor Hobby (free)Non/a
Cursor ProNon/a
Cursor Pro+Yes, added 21 Aug 2026Not published
Cursor UltraYes, since launchNot published
Cursor Teams StandardYes, added 21 Aug 2026Not published
Cursor Teams PremiumYes, since launchNot published
Basic SuperGrokNo. Stated by Cursorn/a
SuperGrok Plus (individual)Yes. "Generous", below HeavyNot published
SuperGrok Heavy (individual)Yes. "The highest linked usage"Not published
SuperGrok TeamNo. "Not supported"n/a
SuperGrok EnterpriseNo. "Not supported"n/a

Two rows deserve emphasis because they catch people out. SuperGrok Team and SuperGrok Enterprise do not grant Grok Bot usage. Cursor’s help page says so directly: "Only individual SuperGrok Plus and individual SuperGrok Heavy grant Grok Bot usage", and "SuperGrok Team and SuperGrok Enterprise plans are not supported". The naming is a trap, because "SuperGrok Team" sounds like the team plan that would obviously include it and "Cursor Teams" is the one that actually does. The enterprise guide covers the b2b path properly.

Which limits should change your plan?

Ranked by how likely each is to matter in the first month.

  • The uncapped meter, first. Assume there is no ceiling on your bill and behave accordingly: no routine that can loop, an explicit exit condition on every one, and a billing alert on the card if your provider supports it.
  • The reported 20-run history, second. This limit was reported by Daily Dose of Data Science and remains unconfirmed by xAI. Make each routine write its own log to somewhere you control. The product will not keep your history for you.
  • The shared computer, third. One credential set, no boundary. Decide what goes on that machine as if every Bot you will ever create can use it, because per the docs it can.
  • The reported 10-minute recording limit, fourth. It was reported by Daily Dose of Data Science and remains unconfirmed by xAI. It only bites when you are teaching. Split long workflows into skills at every point where the procedure waits.
  • The reported 50-Bot ceiling, last. It was reported by Daily Dose of Data Science and remains unconfirmed by xAI, and almost nobody will reach it. Group chats reportedly consume the same pool.

If the uncapped meter is the thing that stops you, the structural fix is to run agents somewhere the cost is a subscription you already hold rather than a meter you cannot see. Continuum runs Claude Code, Codex, Cursor, Grok, Gemini, and OpenCode on hardware you own under your existing subscriptions, shows live five-hour and weekly quota gauges next to the work, and records spend by repository so a runaway session is visible while it is running rather than at the end of the month. The app is free; hosted inference is optional and starts at $25 a month with a published weekly allowance, which is the part Grok Bot does not give you at any price.

Questions people ask

How many Bots can I create in Grok Bot?

Fifty Bots and group chats per account, as a combined pool, reported by a Daily Dose of Data Science teardown. xAI has not published this figure or confirmed it, and as of 22 August 2026 that teardown is the only place any Grok Bot ceiling appears in writing. Test it on a throwaway account before planning around it.

What is the Grok Bot weekly usage limit?

Unpublished, for every eligible plan. eesel’s teardown documents that a weekly token allowance exists and that its size is not publicly disclosed. Cursor’s help page ranks the two SuperGrok tiers qualitatively, saying Heavy grants "the highest linked Grok Bot usage" and Plus grants "generous" usage below it, without stating what either contains.

Does Grok Bot have a spend cap?

No. eesel’s review states there is no Grok Bot-specific spend cap yet, and that overage past the undisclosed weekly allowance is billed at raw model rates. Because there is also no model picker, you cannot route cheap work to a cheaper model, so the cost of a given task is not something you can control.

How many routines can one Grok Bot have?

Fifty per Bot, reported by Daily Dose of Data Science and unconfirmed by xAI, the same source that gives the 50-Bot account ceiling. Nothing in xAI’s documentation states a routine limit. In practice the binding constraint arrives earlier: only the twenty most recent run records are reportedly retained, so a busy routine loses visible history within days.

How long does Grok Bot keep run history?

The twenty most recent run records, reported by Daily Dose of Data Science and unconfirmed by xAI. That is 20 hours around the clock; just over two business days at nine runs/day, five days at four runs a day, and under three weeks for a daily one. eesel notes the documentation describes a proper audit view as coming, twice, and that today there are only per-Bot chat transcripts rather than anything queryable across an account.

How many Bots can be in a Grok Bot group chat?

Two to six, reported by Daily Dose of Data Science and unconfirmed by xAI. Group chats count against the same fifty-item account pool as Bots do, if the reported combined-pool figure is right, so a heavy group-chat user has fewer Bot slots available.

Are Grok Bot usage numbers accurate?

They were not at launch. eesel’s review, dated 12 August 2026, documented a display showing 48% of usage consumed as 0%. We have found no published report of a fix and no xAI changelog entry addressing it. On an uncapped product with an undisclosed allowance the gauge is your only instrument, so check it against a billing statement at least once.

How many computers do my Bots share?

One, per account, no matter how many Bots you create. Each Bot gets its own screen on it, so parallel browser and desktop work is a real capability rather than a queue, but the filesystem, the browser sessions, and the app logins underneath are a single shared pool. Nothing published describes what happens when two Bots contend for the same file or the same authenticated session. Why there is no boundary between them is covered in what is Grok Bot.

Does SuperGrok Team include Grok Bot?

No. Cursor’s help page states that "Only individual SuperGrok Plus and individual SuperGrok Heavy grant Grok Bot usage" and that "SuperGrok Team and SuperGrok Enterprise plans are not supported". The naming is genuinely misleading: the team plan that does include Grok Bot is Cursor Teams, not SuperGrok Team.

Sources

Every figure above was read from these pages on August 2026. Vendors reprice without notice; if you find a stale number, tell us.

  1. Grok Bot overview, docs.x.ai the shared cloud computer, per-Bot screens, memory, routines, connectors and MCP, computer use, group chats
  2. Grok Bot get started, docs.x.ai eligible plans, Cursor sign-in, platform downloads, the Linux statement, Settings paths
  3. Daily Dose of Data Science the only published source for Grok Bot’s numeric ceilings; reported, never confirmed by xAI
  4. eesel AI: Grok Bot review metering behaviour, compliance gaps, no dry run, audit view described as coming
  5. Cursor help: SuperGrok and Grok Bot individual SuperGrok Plus and Heavy only; Team and Enterprise not supported; the permanent link
  6. Cursor pricing which Cursor tiers carry Grok Bot, and the Teams seat prices
  7. xAI: Grok Bot on more plans 21 August 2026 access expansion; note it does NOT mention a trial
  8. Composio: a guide to Grok Bot hands-on setup walkthrough and skills as reusable procedures
  9. Continuum pricing Free, Plus, Max 100, Max 200, Ultra, and the Team seat price
Try it

A gauge you can read.
A limit you were told.

Continuum shows live five-hour and weekly quota gauges beside the work and records spend by repository, so a runaway agent is visible while it runs. Free on Mac, iPhone, web, Windows, and Linux.

free app · your subscriptions · local-first