xAI launched Grok Bot on August 11, 2026, introducing a beta agent system designed to complete work across websites, applications, files, and inboxes. Instead of ending with a generated answer, Grok Bot can remain active in the cloud, operate connected tools, and return when it finishes the job or requires approval.
That makes Grok Bot a different product from the conventional Grok chat experience. A user can create named AI agents, assign each one a continuing role, and give them access to the systems required for that job. The Bots retain context between tasks and can run scheduled workflows while the user’s computer is turned off.
The underlying architecture comes with an important qualification. Although xAI describes Bots as having their own computers, the technical documentation says every Bot belonging to one user shares the same persistent cloud virtual machine. They receive separate work screens, but their files, browser sessions, application logins, and command-line credentials are not isolated from one another.
Grok Bot Is a Product Layer, Not Another Grok Model
Grok Bot is best understood as an agent environment built around AI models, tools, memory, and a persistent execution system. The release is not simply a new foundation model with better benchmark results. It is an attempt to package the components needed for long-running AI work into a product that feels more like messaging a colleague.
In the official Grok Bot overview, xAI defines a Bot as one persistent, named agent. Each Bot receives its own profile, conversation, responsibilities, working preferences, and long-term context. A sales Bot might research accounts every night, while an expense Bot reconciles receipts and a product Bot monitors performance data.
xAI says Grok Bot began as an internal prototype before teams adopted it for sales outreach, marketing campaigns, office operations, and software work. That origin helps explain the product’s role-based design. Users are encouraged to create Bots with concrete ownership, such as “Expense Manager” or “Bug Reproduction,” instead of one vaguely defined general assistant.
Operationally, Grok Bot is also closely connected to Cursor. The application uses Cursor accounts for authentication, plan access, usage, plugins, team administration, and privacy settings. The Cursor setup guide instructs users to sign in with the account that should own their Grok Bot subscription and usage.
The Persistent Cloud Computer Is the Core Technology
The cloud computer allows Grok Bot to continue working independently of the user’s laptop. It includes a browser, terminal, filesystem, and shared /workspace directory, all running inside a managed Linux virtual machine.
This environment gives the AI several ways to complete a task:
- Use a plugin or Model Context Protocol connection to call a supported service directly.
- Navigate a website through its browser when no suitable API or connector exists.
- Read, create, and organize files inside the shared workspace.
- Run terminal commands and development tools.
- Use a local Mac or Windows computer when that capability is enabled and separately approved.
xAI recommends using connectors when possible because structured integrations are generally more reliable than clicking through a graphical interface. Browser control remains useful for internal portals, legacy systems, and services that do not provide an accessible API.
The persistence is equally important. Browser cookies, authenticated sessions, files, and supported sign-ins survive between tasks, so a Bot does not have to rebuild its environment whenever a new message arrives. Work also continues when the desktop application closes.
The phrase “each Bot has a computer” should not be interpreted as one isolated VM per Bot. The company’s documentation clarifies that each user receives one cloud computer shared across the entire Bot roster. Each Bot can operate on a separate screen, allowing several agents to navigate applications in parallel, but those screens are work surfaces rather than independent security containers.
Multiple Bots Can Divide and Hand Off Work
Grok Bot supports direct communication and group conversations between agents. A research Bot can gather information, pass the results to a writing Bot, and then hand the draft to another Bot responsible for review or distribution.
These transfers can include conversation context and files stored in the shared workspace. Users can observe the handoffs in a group thread instead of manually copying outputs between separate AI sessions. A direct message from the user can also redirect active work or stop it entirely.
The system works best when each Bot has a stable job, source set, output format, and approval boundary. For example, an account-health Bot might own the weekly risk report but remain prohibited from changing customer records or sending messages.
Durable memory helps maintain those roles. Bots can retain preferences, important facts, and summaries from earlier work. However, xAI warns that memory should not replace authoritative business systems. Changing information should still come from the CRM, repository, calendar, analytics platform, or other source of record.
Demonstrations Become Reusable Skills and Routines
Grok Bot separates repeatable work into two components. A skill describes how to perform a task, while a routine determines when a particular Bot should perform it.
Users can create a skill from a successful task or, where the feature is available, demonstrate a browser workflow. The teach-by-demonstration tool records up to ten minutes of visible computer interaction and converts the process into a draft skill. Users must then review its steps, decision rules, validation requirements, and approval boundaries.
A routine can run that skill on a schedule or in response to a supported event. Examples include producing an account-risk report every weekday morning or investigating a support ticket after a matching GitHub or Slack notification. Because execution happens in the cloud, routines can run while the user is away.
Learning one example does not guarantee that the Bot understands every variation. A demonstration may not reveal what to do when data is missing, a website changes, an authentication session expires, or an input falls outside the usual pattern. xAI therefore recommends testing routines with safe inputs, defining failure behavior, and keeping consequential actions behind approval.
The “always-on” label describes the availability of the agent environment, not unlimited autonomy. Work can still stop because of exhausted usage, a login prompt, a CAPTCHA, an unavailable source, a changed interface, or an approval request.
Grok Bot Targets Repetitive Work Across Several Apps
The strongest Grok Bot use cases combine information from multiple systems and produce an output that a person can review. xAI’s published use cases span revenue, administration, recruitment, product operations, customer support, and engineering.
-
Sales and marketing: A Bot can research accounts, score prospects, identify contacts, check whether they are already in an outreach sequence, and prepare personalized email or LinkedIn drafts. Marketing Bots can monitor campaigns, compare spending with targets, and draft recommendations without automatically changing budgets.
-
Email, support, and finance: Grok Bot can triage inboxes, prepare replies, organize action items, match receipts, flag expense-policy exceptions, and draft follow-up messages. A chief-of-staff Bot can combine email, calendar, Slack, and meeting notes into a source-linked morning digest.
-
Scheduling and travel: A calendar Bot can coordinate meeting times and chase unresolved holds. A travel-focused Bot can compare flights, hotels, venue options, and itinerary requirements, then request confirmation before making a purchase or final booking.
-
Software and product operations: Engineering Bots can investigate performance changes, inspect dashboards and traces, reproduce bugs in staging, collect screenshots and network logs, monitor repositories, and prepare evidence for a fix. Production deployments and other high-impact changes should remain subject to explicit approval.
The practical sweet spot is work that consumes significant human attention but can be checked before it affects customers, money, production infrastructure, or public communications. Researching, reconciling, drafting, organizing, and recommending are safer starting points than sending, purchasing, deleting, or publishing.
Greater Autonomy Creates a Larger Security Boundary
An AI assistant that only produces text has limited direct authority. Grok Bot can act on real accounts, which makes permissions and credential management part of the product’s core design.
Passwords, passkeys, two-factor codes, CAPTCHAs, payments, and identity checks are supposed to trigger a human takeover. The user opens the cloud computer, completes the sensitive step, and returns control to the Bot. xAI specifically warns against placing passwords, API keys, or one-time codes in ordinary chat.
Approval policies can require confirmation before a Bot sends messages, publishes material, deletes data, purchases something, changes permissions, or modifies production systems. xAI also provides model-based Auto-review rules, but its documentation says these controls should complement rather than replace least-privilege access.
The shared computer remains the largest architectural caveat. All Bots under one user can potentially access the same browser sessions, workspace files, command-line credentials, and account-wide plugins. Creating separate Bots does not create separate trust zones. Deleting a Bot also does not necessarily remove files or login sessions from the shared computer.
Grok Bot requires cloud data storage and does not support Cursor’s Legacy Privacy Mode. Training opt-out behavior follows the applicable Cursor account and organization settings. Enterprise administrators should therefore review data policies, model providers, connector permissions, authentication requirements, and account-wide access before deployment.
Another less obvious limitation is model control. xAI’s team documentation says Grok Bot uses a product-managed set of models with automatic routing and failover rather than exposing a model picker. Grok Bot is therefore a managed agent service, not a user-configurable wrapper around one guaranteed Grok model.
Access Is Expensive, but a Limited Trial Is Available
As of August 22, 2026, the Grok Bot product page lists Cursor Ultra at $200 per month and Cursor Premium Teams at $120 per user per month. Access is also available through an eligible SuperGrok Heavy subscription, while Cursor documents a one-time, usage-limited trial for qualifying accounts. Paid access includes weekly usage, with optional on-demand spending after the included allowance is consumed.
The August 11 launch documentation initially listed macOS, Windows, and iPhone support. The current product page also advertises Linux and iPad downloads, while some launch-day documentation still describes those platforms as unsupported. Users should check the live download page before subscribing.
Early community reaction reflects both interest and caution. A Reddit post from a developer building a competing agent product argued that Grok Bot validates demand for powerful AI agents that nontechnical users can operate. The same post criticized the cloud-only design, managed model selection, and premium pricing. That is one interested party’s opinion rather than evidence of performance, but it identifies the tradeoffs xAI will need to address.
Final Thoughts
Grok Bot’s most meaningful contribution is not a new chat interface. It combines persistent computing, memory, computer use, connectors, scheduling, and agent-to-agent coordination into a system ordinary users can assign work to without building an automation graph.
Its credibility will depend on reliability and control rather than conversational intelligence alone. A Bot that completes nine steps and fails silently on the tenth is less useful than a smaller automation that produces a verifiable result. Shared credentials, expensive access, cloud storage, managed model routing, and early-beta friction also limit where businesses should deploy it.
The sensible adoption path is to begin with read-only research and reviewable drafts, preserve evidence, and add external actions only after the workflow behaves predictably. Grok Bot points toward AI as delegated infrastructure, but its current design still requires careful human management.
Frequently Asked Questions
4 questions
1What is Grok Bot?
Grok Bot is an always-on AI agent system released by xAI in beta on August 11, 2026. Users create named Bots that can operate connected applications, browse websites, work with files, run terminal commands, remember preferences, and execute scheduled routines. Unlike a standard Grok conversation, a Bot can continue working in its cloud environment after the user closes the application.







