Grok Bot Review: 74 Assets In 2 Hours, 3 Controls Missing

๐Ÿ†• Latest Update โ€” August 15, 2026

SpaceXAI launched Grok Bot in early beta on August 11, 2026 โ€” the first joint product of the xAI and Cursor merger, which SpaceX confirmed as closed in an August 14 securities filing. Grok 4.6 shipped August 12, opening half of Musk’s stated gate for widening the beta; wider access still has no date. This review is based on the complete official documentation and verified reports from paying users, not hands-on testing behind a $200 paywall.

โšก TL;DR โ€“ The Bottom Line

What It Is: An always-on AI teammate that lives on a cloud computer, signs into your tools with your own logins, and keeps working after you close the laptop.

Best For: Solo operators automating multi-step admin work in SaaS tools that will never ship an API.

Price: No free tier and no standalone subscription. $200/month via Cursor Ultra solo, or $120/seat/month on Cursor Premium Teams. Usage past a weekly allowance bills at raw token cost.

Our Take: The most interesting agent architecture xAI has shipped, sold at a price and a governance level that only makes sense if you already pay for an eligible tier.

โš ๏ธ The Catch: Every Bot on your account shares one cloud computer and its logins โ€” and there is no dry run, no undo, and no per-action audit log yet.

$200
Cheapest Solo Route
74
Assets In 2 Hours
None
Free Tier
1
Computer Per Account

Grok Bot Review: The Bottom Line

Grok Bot answers the question every agent company is now asking: what if the AI got its own computer and just did the job? Each Bot lives on a cloud machine with a browser, a terminal, and files. It signs into your tools with your logins and keeps working while you sleep.

The catch is price. No free tier. The cheapest solo route is $200 a month, and usage beyond your weekly allowance bills at raw token cost with no spend cap published.

Best for: solo operators losing an hour a day clicking through SaaS tools that will never ship an API.

Skip if: the work involves sending anything to a customer, or your security team will ask for a compliance page. Start with Claude Cowork at $20 a month, or the self hosted route in our OpenClaw and Moltbot breakdown.

What We Could Test, And What We Could Not

Half the reviews published this week are not straight with you. Grok Bot sits behind a hard paywall, is four days old, and has no trial. We did not spend $200 on a beta its own maker says still has basic issues.

So this Grok Bot review rests on the complete Grok Bot documentation, every page timestamped August 11, plus verified reports from people who paid. Anyone claiming a month of hands on time is inventing it. See our how we test page.

What Grok Bot Actually Does

Think of a normal chatbot as a smart colleague who can only talk through a window. You describe a task, they describe the answer, then you do the clicking.

Grok Bot removes the window. You create a Bot, name it, write a job description, and message it like a teammate. The finished work lands in your inbox or your CRM, not in the chat.

Underneath every Grok Bot is a persistent cloud computer running Linux, with a real browser, a filesystem, and a terminal. Where a clean API exists it prefers a connector. Where none exists, it drives the website the way you would.

Grok Bot review illustration of a user messaging a named AI teammate about a multi step task
You do not build a workflow. You message a Bot like a colleague.

The Five Minute Test

Danny Limanseta, a designer building a roguelike deck builder, pointed a Grok Bot at his own art tool and asked it to replace every image placeholder in his game. It read his codebase to work out what each asset was, wrote a prompt for each, generated the images, cropped them to transparent PNGs, and wired them back in.

Result: 74 finished game assets in roughly two hours. That had been a manual, one at a time job.

His other jobs matter more. An itch.io upload triggered by a GitHub push. Wireframes from a requirements doc through Figma over Model Context Protocol. An email audit for forgotten subscriptions. Notice the shape: admin work spread across six websites, exactly what an API scoped agent cannot reach.

๐Ÿ” REALITY CHECK

Marketing Claims: “AI teammates that do real work for you. They sign in to your tools, use them just like you do, and come back with finished work.”

Actual Experience: The same user who generated 74 assets called the Bot “a little slow initially.” His newsletter unsubscribe job, one of the simplest tasks he gave it, left some newsletters in place.

Verdict: It finishes work, but not all of it. Verification is still your job, which makes “comes back with finished work” closer to “comes back with a first draft.”

Getting Started With Grok Bot

Onboarding is the most impressive thing here. No workflow builder, no graph to draw. Create a Grok Bot, give it a name and description, then message it. Durable rules go in the description, for example “never send external messages without approval.” Task instructions go in the message.

Compare that to no code builders where the build is the product. Same lesson as our n8n review: the winner removes a configuration step instead of adding a node type.

Check the platform list before downloading, because the marketing page and the documentation disagree.

PlatformStatus per official docs
macOS (Apple silicon and Intel)Supported
Windows (x64 and Arm64)Supported
iPhone (iOS 18 or later)Supported
Linux desktop, Android, iPadNot supported at launch
Platform support per official documentation, checked August 15, 2026.
Grok Bot review image of a first time user creating and naming a Bot on a desktop app
Create a Bot, write a description, send a message. No canvas to learn.

๐Ÿ” REALITY CHECK

Marketing Claims: The product page carries a prominent “Download for Linux” button, and launch coverage repeated that Linux desktop was supported.

Actual Experience: The documentation says Linux desktop, Android, and iPad are not supported at initial launch. The cloud computer runs Linux. Your desktop app cannot.

Verdict: The docs win. On Linux and planning to spend $200? Verify inside your own account first. This is a beta whose marketing page contradicts its own documentation.

Grok Bot Features That Actually Matter

The Persistent Cloud Computer โญโญโญโญโญ

Most agent products spin up a fresh sandbox per task and tear it down, so they re authenticate every run. Grok Bot keeps one machine. Sessions survive. Files survive. Close the laptop and work continues.

If your bottleneck is a twenty year old supplier portal with no export button, this is the first credible answer anyone has shipped. Our Claude computer use review covered the screenshot driven version. A persistent machine is the one that holds a session.

Bot To Bot Handoffs โญโญโญโญ

Put two to six Bots in a group chat and let them self route. Handoffs are asynchronous and visible in the transcript, so you stop being the router. One developer who built this by hand with Telegram bots said bot to bot messaging was the exact part he never got working. For the coding version, see our Claude Agent Teams review.

Teach A Task โญโญโญ

Let a Grok Bot watch you work once and it writes a reusable skill from the recording. Capped at ten minutes, browser only. xAI is honest that the output is a draft: you still add decision rules, failure handling, and approval boundaries one example never shows. Rollout is gradual, so the control may not appear yet.

Skills And Routines โญโญโญโญ

A skill describes how to do a task. A routine assigns it to a Bot and says when to run. A Bot owns up to 50 routines, each keeping only the 20 most recent run records. Run one hourly and you have under a day of history before the evidence rolls off.

The Model Router โญโญ

You do not choose a model. Routing is automatic, and xAI does not document which models it picks from or how to pin one. For a non technical user that is a decision removed. For anyone watching cost, it is control taken away. Matt Shumer, who tested Grok Bot for two weeks pre launch and liked it, named the router as his one real complaint.

๐Ÿ’ก Key Takeaway: The features rank in almost exactly the reverse order of what a cautious buyer wants. The strongest capability is the one that removes friction (a machine that stays signed in); the weakest is the one that would give you control over your bill (choosing a model). If you are buying to save time, that ordering works for you. If you are buying to manage risk or spend, it works against you.

๐ŸŒ Grok Bot Feature Strength Profile (Our Ratings, 0โ€“10)

๐Ÿ’ก Key Insight: The persistent cloud computer is the only capability here that nobody else ships โ€” and the model router, the one control that would let you steer your own bill, is the weakest. Grok Bot trades control for reach, deliberately.

What Most Coverage Got Wrong: One Computer, Every Login

Plenty of launch day articles said each Bot gets its own computer. The Grok Bot documentation says otherwise, and the difference is the most important thing in this review.

All of your Bots share one cloud computer. It is assigned per user account, not per Bot. Files, browser sessions, and command line credentials are available to your entire roster. Each Bot gets its own screen, but the docs call those work surfaces, not security boundaries. xAI puts it bluntly: do not use separate Bots as a security boundary.

Sign in for your expense Bot and your recruiting Bot inherits that session. Delete a Bot and the shared files and logins remain.

One popular criticism is wrong. You do not hand passwords to the model. For passwords, two factor codes, CAPTCHAs, and payments, the Bot hands you the screen, you type, then give control back. The full boundary sits in the official security and privacy documentation.

The accurate objection is subtler. The Bot acts as you, in your session, and the log on the far end says it was you. A Hacker News commenter called that turning the account holder into the accountability sink, the sharpest framing anyone has offered.

Grok Bot review diagram showing several Bot screens drawing on one shared pool of logins and files
Every Bot on your account draws from one pool of logins, files, and sessions.

๐Ÿ” REALITY CHECK

Marketing Claims: Grok Bot only comes back when something needs approval, keeping consequential actions under your control.

Actual Experience: The primary mechanism is a boundary you write in prose inside the request. The docs say “prefer,” not “requires,” and nothing states the product stops on sending or publishing by default. Auto Review is model based, opt in, and stored per desktop rather than synced.

Verdict: An LLM is judging the LLM, and the fallback is a sentence you hoped you remembered to write. xAI says so itself: Auto Review should complement, not replace, least privilege.

The Three Controls That Are Not There Yet

  • No dry run. A test run performs real work. The docs say so explicitly: it navigates websites, changes files, and calls connected tools. There is no sandbox.
  • No undo. An approval controls the proposed action. It does not reverse work already done. The safety model is purely preventive.
  • No audit view. The teams documentation says an audit view is coming, twice. Today you get spend, usage, and a transcript organised per Bot, not per action.

Then the compliance gap. Across the Grok Bot security documentation there is no SOC 2, ISO 27001, GDPR, or HIPAA claim, no retention period, no residency option. Everything defers to Cursor’s terms. On a page titled “for teams and enterprises,” that is what procurement finds first.

๐Ÿ’ก Key Takeaway: If you cannot rehearse an action, cannot reverse it, and cannot reconstruct who did what afterwards, then every task you hand a Bot has to be one you would be comfortable seeing executed wrong, on live systems, in your name. Pick your first workflow with that sentence in mind.

Is Grok Bot Worth $200 A Month? The Real Cost Math

There is no standalone subscription. Access rides on a plan you buy for something else, and two of the three eligible plans are Cursor plans rather than xAI plans.

PlanPriceIncluded?What to know
Free Grok$0NoNot eligible at any point in the beta
SuperGrok$30 / monthNoThe tier most people assume qualifies. It does not
SuperGrok Plus$100 / monthNoAlso locked out
Cursor Premium Teams$120 / seat / monthYesCheapest published route, plus SSO and shared usage analytics
Cursor Ultra$200 / monthYesRealistic solo entry point. Cloud computer, routines, desktop and mobile
SuperGrok HeavyAround $300 / monthYesNot listed on xAI’s public individual pricing page. Check in app first
Grok Bot eligibility by plan, verified against xAI and Cursor pricing on August 15, 2026.

Two things fall out before any usage math. The team plan is cheaper per seat than the individual plan, $120 against $200, and includes everything in Ultra plus the admin layer. That is backwards from almost every SaaS pricing page.

And the “$120 a month” framing from launch coverage is per seat. For a five person team that is $600 a month, or $7,200 a year, before anyone measures whether the Bots finished anything.

The Part That Is Not On The Pricing Page

Subscriptions include a weekly allowance whose size xAI does not publish. Extra usage bills at raw model and token cost. The docs confirm no Grok Bot spend cap yet, and there is no model picker, so you cannot steer work somewhere cheaper when the bill climbs.

Pair that with launch week’s most useful datapoint, from a pre release tester who likes the product. He burned more tokens in one month than in the previous five years combined. Always on agents, in his words, use a lot of tokens.

๐Ÿ“ˆ What A Year Of Each Route Actually Costs (Subscription Only)

๐Ÿ’ก Key Insight: Twelve months of the solo Grok Bot route is $2,400 before a single token of overage โ€” ten times the Claude Cowork line. And because there is no published spend cap and no model picker, that red line is a floor, not a ceiling.

If you have read our SuperGrok pricing guide, you know xAI reprices tiers quickly. Treat $200 and $120 as beta era numbers.

๐Ÿ” REALITY CHECK

Marketing Claims: Grok Bot is “included” with eligible tiers, and the product page carries a “Get started for free” download button.

Actual Experience: The download is free. The access is not. Launch week’s loudest thread on Reddit and Hacker News was not about quality. It was Cursor and SuperGrok customers on lower plans discovering they were locked out.

Verdict: “Included” means included with a $200 minimum you may not be paying. Metering was rough too, with one buyer reporting the dashboard showed zero usage while the app showed 48 percent.

Grok Bot vs Claude Cowork vs OpenClaw

The community read Grok Bot and Claude Cowork as direct rivals within hours, and OpenClaw has made a similar promise since early 2026. Here is how the three differ on the criteria that decide a purchase.

CriteriaGrok BotClaude CoworkOpenClaw
Entry price$200 / month solo$20 / month on Claude ProFree, you pay model and hosting
Where it runsVendor cloud VM, always onDesktop app plus cloud sessionsYour machine or your server
How it reaches appsYour real login in a real browserScoped permissions and connectorsShell, browser, files you grant
PersistenceOne shared machine, sessions surviveSession scoped plus scheduled tasksPersistent daemon you control
Multi agentGroup chats of 2 to 6 BotsSubagents and parallel tasksManual, community patterns
Model choiceNone, automatic routerFull model pickerAny model, including local weights
Audit logListed as comingAvailable on business plansPlain files you can read
AvailabilityEarly beta, three paid tiersGenerally availableOpen source, self serve
How Grok Bot compares to the two closest always on agent options in August 2026.

Category winners. Price and control go to OpenClaw. Governance, model choice, and cost predictability go to Claude Cowork on the $20 Pro plan. Raw surface area, meaning how many tools it touches without an integration existing first, goes to Grok Bot outright.

Grok Bot is not competing on output quality. It competes on reach. If your bottleneck is writing correct software, our AI agents for developers comparison still governs. If it is the forty minutes a day you lose logging into tools, that is the gap this targets. Google chases it with Gemini Spark, OpenAI with the approach in our ChatGPT Agent Mode review.

๐Ÿ’ก Key Takeaway: These three are not competing on the same axis, so the choice is not “which is best” but “which constraint hurts you most.” Paying ten times more buys reach into tools that have no API. It does not buy you better output, and it costs you the model picker and the audit trail you would get for $20.

๐Ÿ“ฌ Enjoying this review?

Get honest AI tool analysis delivered weekly. No hype, no spam.

Subscribe Free โ†’

Who Should Use Grok Bot (And Who Should Not)

Choose Grok Bot if you are automating a tool that has no API and never will: a twenty year old supplier portal, a dashboard with no export, an internal system nobody will integrate. Nothing else answers that as directly.

Choose Grok Bot if your work is draft first, such as research, briefs, or asset generation, where a mistake costs a read through and not a customer. Already paying for Cursor Ultra or SuperGrok Heavy? Trying it costs nothing extra.

Stick with Claude Cowork if you want the same teammate framing at a tenth of the price with a model picker and clearer governance. Our Claude Cowork review covers where that one falls short too.

Skip entirely if the job involves sending something to a customer, or you buy for a regulated organisation. No rehearsal, no per action record, no compliance claim, and one shared machine per person does not survive a security review. And do not upgrade purely to try a four day old beta.

What Early Users Are Actually Saying

Nobody has run Grok Bot long enough to judge reliability, so treat all of this as early signal.

The enthusiasts. Matt Shumer expected an out of the box test to fall apart and it did not. He thinks this could be the product that gets millions of ordinary people using agents for the first time.

The pragmatists. On r/singularity, the most useful hands on read called it good for product owners who want more automation and less hands on work, with a clean presentation and no reasoning knobs.

The skeptics. On r/AI_Agents, one comment compressed the whole critique: “own computer” is the right direction, but the hard parts are identity, approvals, and audit logs, and without those it is not an employee, it is a browser with chaos privileges.

The locked out. The biggest thread on both platforms was about eligibility, not quality. If you read our X Premium Plus versus SuperGrok comparison, that tier confusion will feel familiar.

Grok Bot review image of developers discussing an AI agent launch across forums and social feeds
Launch week sentiment split three ways: impressed, cautious, and locked out.

The Road Ahead

Short term. Grok 4.6 landed August 12 at the same $2 and $6 per million token pricing as 4.5, tuned for long running agents. That was half of Musk’s gate for widening the Grok Bot beta. As of August 15 there is still no date for wider access.

Medium term. Per the teams docs, an audit view and a team ceiling on local execution are planned. Android and iPad are listed as unsupported at launch rather than never, which reads as roadmap.

The strategic picture. Grok Bot is the first public product from SpaceX’s $60 billion acquisition of Cursor maker Anysphere, announced June 16 and confirmed closed in an August 14 securities filing. Downloads point at Cursor infrastructure, sales routes to Cursor’s contact form, authentication runs on Cursor accounts. That is why a Grok product is priced like a Cursor one. Our Cursor AI review tracks that side of the merger.

FAQs: Your Grok Bot Questions Answered

Q: Is there a free version of Grok Bot?

A: No. Access requires SuperGrok Heavy, Cursor Ultra at $200 a month, or a Cursor Premium Teams seat at $120. Free Grok, SuperGrok at $30, and SuperGrok Plus at $100 are locked out.

Q: Is Grok Bot worth $200 a month?

A: Only if you already have access, or you own a repetitive workflow in a system with no API. Do not upgrade purely to try the beta. The wider rollout is coming and the price is not committed beyond it.

Q: Does each Bot get its own computer?

A: No, and much of the launch coverage got this wrong. Every Grok Bot on your account shares one cloud computer, with its files, sessions, and logins. xAI explicitly says not to use separate Bots as a security boundary.

Q: Is my data safe with Grok Bot?

A: Passwords are not uploaded, because you type them yourself in a screen handoff. The exposure is that the session persists and every Bot can reuse it. There is no SOC 2, ISO 27001, GDPR, or HIPAA claim in the docs, no published retention period, and cloud storage is mandatory.

Q: Does it keep working when my laptop is closed?

A: Yes. Work runs on the cloud computer, so closing the app, laptop, or phone does not stop a background turn or a scheduled routine. This is what most clearly separates it from a chatbot.

Q: How does Grok Bot compare to Claude Cowork?

A: Both are always on teammates. Grok Bot keeps one long lived machine signed into your tools and reaches anything with a web interface. Claude Cowork starts at $20 and gives you a model picker and clearer governance, but works through scoped permissions rather than raw logins. Reach versus control.

Q: Can I test a routine safely before it runs for real?

A: Not really, and this is the biggest gap. A test run exists, but the docs say plainly that it performs real work: navigating websites, changing files, calling connected tools. No sandbox, no rehearsal mode.

Q: What is the learning curve?

A: Close to zero, which is the best thing about Grok Bot. Create a Bot, write a description, send a message. The hard part is deciding which workflows should ever be handed to something that logs in as you.

Q: Which platforms are supported?

A: Per the official FAQ, macOS on Apple silicon and Intel, Windows on x64 and Arm64, and iPhone on iOS 18 or later. Linux desktop, Android, and iPad are not supported at launch, despite a Linux download button on the marketing page.

Q: Is Grok Bot the same thing as Grok on X?

A: No. Grok is the conversational model covered in our Grok review. Grok Bot is a separate agent product with its own app, cloud computer, and subscription tiers.

Final Verdict: Our Grok Bot Review Rating

Grok Bot review final verdict image of a professional weighing an AI agent purchase decision
A real architecture with real gaps, honestly labelled as early beta.
3.5/5
Editor’s Rating

The most interesting agent architecture xAI has shipped, held back by a $200 floor, one shared computer per account, and three governance controls that do not exist yet.

โœ… What We Liked

  • โœ“ A persistent cloud computer keeps sessions, logins, and files alive between runs
  • โœ“ Reaches any tool with a web interface โ€” no API, connector, or integration required
  • โœ“ Near zero setup: name a Bot, write a description, send it a message
  • โœ“ Bot to bot handoffs in a group chat of 2 to 6, visible in the transcript
  • โœ“ Passwords, 2FA codes, CAPTCHAs, and payments hand the screen back to you

โŒ What Fell Short

  • โœ— $200 a month solo entry, no free tier and no standalone subscription
  • โœ— Every Bot on the account shares one computer, its files, and its logins
  • โœ— No dry run โ€” a test run performs real work on live sites
  • โœ— No undo, and the per action audit view is only “coming”
  • โœ— Uncapped meter: no published weekly allowance and no spend cap
  • โœ— No SOC 2, ISO 27001, GDPR, or HIPAA claim anywhere in the docs

Grok Bot is the most interesting architecture xAI has shipped, and the label on the tin is accurate. A persistent machine that stays signed in, plus bot to bot handoffs, plus near zero setup, genuinely answers a problem automation has failed at for twenty years. Four capabilities ship well, three are partial, three are not there.

Use it if you already pay for an eligible tier and you own a repetitive multi tool workflow in a system that will never have an API. Start with the lowest stakes job you have. Stick with Claude Cowork if $200 a month for a beta is not a rounding error, or if you need to explain your agent governance to somebody else.

Checking eligibility? Read the official Grok Bot documentation first, then verify the price inside your account rather than trusting a launch article. For market context, the VentureBeat launch analysis is the most complete outside account of the pricing structure.

Tanveer Ahmad - AI Tool Analysis
Reviewed by Tanveer Ahmad

Founder of AI Tool Analysis. Tests every tool personally so you don’t have to. Covering AI tools for 10,000+ professionals since 2025. See how we test โ†’


Stay Updated on AI Agent Tools

Don’t let your team fall behind. Subscribe for weekly reviews of AI agent platforms, automation tools, and the governance questions nobody’s marketing page answers.

  • โœ… Honest Reviews: We actually test these tools, not rewrite press releases
  • โœ… Price Tracking: Know when tools drop prices or add free tiers
  • โœ… Feature Launches: Major updates covered within days
  • โœ… Comparison Updates: As the market shifts, we update our verdicts
  • โœ… No Hype: Just the AI news that actually matters for your work

Free, unsubscribe anytime. 10,000+ professionals trust us.

Want AI insights? Sign up for the AI Tool Analysis weekly briefing.

Newsletter

Want AI insights? Sign up for the AI Tool Analysis weekly briefing.

Newsletter

Signup for AI Weekly Newsletter

AI Tool Analysis newsletter preview showing weekly AI tool reviews

Explore more AI agent reviews and comparisons:

Last Updated: August 15, 2026

Grok Bot Version Tested: Early beta, documentation build of August 11, 2026 (Grok 4.6 routing as of August 12)

Next Review Update: September 14, 2026

Have a tool you want us to review? Suggest it here | Questions? Contact us