Grok Bot: xAI Ships Always-On AI Teammates ($120/seat)
SpaceXAI launches Grok Bot: AI agents with their own cloud computer, logins, and persistent state. Signs into apps like a human. Beta at $120/seat/month.
TL;DR: SpaceXAI (Elon Musk’s xAI) launched Grok Bot on August 11, 2026. Each bot gets its own persistent Linux VM, signs into apps through direct interface interaction (no API needed), and keeps working when your laptop is closed. Multiple bots can collaborate in group chats. Runs on SuperGrok Heavy, Cursor Ultra, and Cursor Teams Premium at $120/seat/month. Key differentiator: works in ANY app via browser, not just API-connected ones.
What Is Grok Bot?
Grok Bot is SpaceXAI’s new always-on AI agent product. Unlike chatbots that reset after every conversation, each Grok Bot instance gets its own persistent cloud computer — a Linux VM with login credentials, file storage, and state that persists across tasks.
The core idea: instead of connecting to apps via APIs, Grok Bot signs into websites and apps the same way a human does — by interacting directly with the interface (clicking, typing, navigating). This means it works with any app that has a web UI, regardless of whether that app offers an API or integration.
Announced on August 11, 2026 and available on macOS, iOS, and desktop.

Core Architecture
| Feature | Details |
|---|---|
| Launch date | August 11, 2026 |
| Company | SpaceXAI (xAI / Elon Musk) |
| Cloud computer | Persistent Linux VM per bot |
| Interface interaction | Direct browser/app use (computer use) — no API required |
| State persistence | Login sessions, files, context preserved across tasks |
| Always-on | Continues working when your laptop is closed |
| Multi-bot | Multiple bots work simultaneously, share context |
| Learning | Demonstrate once → bot saves as reusable routine |
| Platforms | macOS, iOS, desktop |
| Pricing | $120/seat/month (Beta) |
| Available for | SuperGrok Heavy, Cursor Ultra, Cursor Teams Premium |
How It Actually Works
Persistent Cloud Computer
Each Grok Bot runs on its own Linux VM in the cloud. This isn’t a stateless API call — it’s a full computer that stays running. The bot has:
- Its own browser with saved login sessions
- A file system that persists between tasks
- Running processes that don’t terminate when you close your laptop
- Context from previous tasks that carries forward
This is the fundamental difference from every chatbot: when you ask Grok Bot to update a CRM record tomorrow, it still has the CRM logged in tomorrow.
Computer Use (No API Needed)
Grok Bot interacts with apps the way you do — by looking at the screen and clicking. It can:
- Navigate websites and fill out forms
- Click buttons, select dropdowns, scroll pages
- Read on-screen content and make decisions
- Switch between multiple browser tabs and apps
This means it works with legacy enterprise software, internal tools with no API, SaaS products that charge extra for API access, and anything else with a web interface. No integrations to build.
Multi-Bot Collaboration
Multiple Grok Bots can work simultaneously on related tasks:
- Group chat: Bring several bots into one conversation. One coordinates, others execute.
- Context sharing: Bots pass information and assignments between themselves.
- Parallel execution: While Bot A researches prospects, Bot B drafts emails, Bot C updates the CRM.
Learning from Demonstration
For repetitive tasks, you can teach Grok Bot by doing it once:
- Start recording
- Perform the task manually (navigate to app, click through steps)
- Stop recording
- Bot saves as a reusable routine it can repeat
This turns operational playbooks into executable automations without writing code.
Use Cases
Based on SpaceXAI’s internal prototype usage and early beta feedback:
| Category | Examples |
|---|---|
| Sales | Outbound prospecting, follow-up sequences, LinkedIn outreach |
| CRM | Update records, log calls, sync data across tools |
| Finance | Generate invoices, reconcile entries, pull reports |
| Engineering | Bug reproduction (navigate app, trigger issue, capture state) |
| Marketing | Schedule campaigns, update landing pages, pull analytics |
| Operations | Data entry, form submissions, approval workflows |
The common thread: these are all tasks that humans do via clicking through web UIs. Grok Bot does the same clicking, just without the human.
Origin: Internal SpaceXAI Prototype
Grok Bot originated as an internal SpaceXAI tool. Before the public launch, SpaceXAI teams used it for:
- Sales: automated outbound research and CRM updates
- Marketing: campaign scheduling and content distribution
- Ops: internal tool data entry and workflow automation
- Engineering: bug reproduction and test case creation
The product shipped because these internal teams found it genuinely useful for tasks that were too tedious for humans but too unstructured for traditional automation scripts.
Grok Bot vs Other AI Agent Approaches
| Dimension | Grok Bot | Claude Tag | Custom Agent (LangGraph/DSH) |
|---|---|---|---|
| Interaction method | Computer use (browser) | Slack-native messaging | API calls + code execution |
| App compatibility | Any app with web UI | Slack only | Only API-connected apps |
| State persistence | Full VM (files, logins, processes) | Channel memory | Custom (your infra) |
| Always-on | Yes (cloud VM) | Yes (Slack bot) | Depends on deployment |
| Multi-agent | Group chat, context sharing | Single Claude per channel | Arbitrary topologies |
| Learning | Demonstrate → routine | Accumulates channel context | Code-defined behaviors |
| Setup complexity | Zero (SaaS) | Low (Slack integration) | High (build + deploy) |
| Pricing | $120/seat/month | Consumption-based | Infra + token costs |
When Grok Bot wins: You need to automate tasks across many different web apps that don’t have APIs. The computer-use approach means zero integration work.
When it doesn’t: You need deterministic, high-frequency automation (API calls are faster and more reliable than UI interaction), or you need custom logic beyond what browser interaction can express.
For teams building custom agent architectures, open-source frameworks give you more control but require engineering investment.
The Cursor Partnership
Grok Bot is available to Cursor Ultra and Cursor Teams Premium subscribers. This partnership bridges two workflows:
- Cursor: AI-assisted code writing in your IDE
- Grok Bot: AI-assisted task execution in any web application
A developer using both can write code with Cursor and have Grok Bot handle the non-coding tasks: filing tickets, updating project boards, sending status messages, reproducing bugs in staging environments.
Pricing
| Plan | Price | Includes |
|---|---|---|
| SuperGrok Heavy | $120/seat/month | Grok Bot access (Beta) |
| Cursor Ultra | $120/seat/month | Grok Bot + Cursor IDE |
| Cursor Teams Premium | $120/seat/month | Grok Bot + Cursor IDE (team features) |
At $120/seat/month, Grok Bot is positioned as a productivity tool, not an enterprise platform. The pricing suggests SpaceXAI is targeting individual professionals and small teams first, not Fortune 500 procurement cycles.
For comparison: a human virtual assistant costs $2,000–5,000/month. If Grok Bot can handle even 20% of what a VA does, the economics work.
Limitations and Open Questions
- Reliability of computer use: UI interaction is inherently less reliable than API calls. Websites change layouts, buttons move, modals appear unexpectedly. How well does Grok Bot handle edge cases?
- Speed: Navigating a UI is slower than making an API call. For high-volume tasks (updating 500 CRM records), this could be a bottleneck.
- Security: Each bot has real login credentials to real apps. What happens if a bot is compromised? What’s the credential management model?
- Observability: When a bot fails mid-task, how do you debug what happened? Is there a session replay?
- Rate limits: Web apps may rate-limit or block bot-like behavior. How does Grok Bot handle CAPTCHAs and anti-bot systems?
These are the questions that will determine whether Grok Bot is a novelty demo or a production-grade tool. The beta period should provide answers.
FAQ
Does Grok Bot need API access to the apps it uses?
No. That’s the key differentiator. Grok Bot interacts with apps through their web UI (computer use), just like a human with a mouse and keyboard. It works with any app that has a browser interface, regardless of API availability.
Can I run multiple Grok Bots simultaneously?
Yes. Multiple bots can work in parallel, share context, and pass assignments between themselves. You can set up a group chat where one bot coordinates and others execute specific tasks.
What happens to my bot when my computer is off?
Grok Bot runs on its own cloud VM, completely independent of your device. It continues working when your laptop is closed, sleeping, or turned off. You check in on results when you’re ready.
Is my data safe? The bot has my login credentials.
SpaceXAI hasn’t published detailed security architecture docs for Grok Bot yet. Each bot runs in an isolated VM, but the credential management and security model is something to evaluate carefully during the beta period. Check SpaceXAI’s security documentation for the latest details.
How does Grok Bot compare to browser automation tools like Playwright?
Browser automation tools require you to write code for every workflow and break when UIs change. Grok Bot uses AI vision and reasoning to navigate UIs dynamically — it understands what’s on screen and adapts to layout changes. The trade-off: Playwright is faster and more deterministic; Grok Bot is more flexible and requires no code.
Bottom Line
Grok Bot is SpaceXAI’s bet that the future of AI agents isn’t about API integrations — it’s about giving AI its own computer and letting it interact with apps the same way humans do. The persistent VM, computer use, and multi-bot collaboration create a genuinely different product from chatbots and API-based agents.
At $120/seat/month, it’s priced for individual adoption rather than enterprise deals. The Cursor partnership gives developers an immediate reason to try it. Whether computer use is reliable enough for production workloads remains the open question — but the architecture is sound, and the use cases (sales, ops, CRM) are exactly where humans spend hours clicking through web UIs today.
If this works as advertised, it eliminates the biggest bottleneck in AI agent adoption: the need to build integrations for every app. That’s a meaningful unlock.


