Ground Truth.
AI, checked against the source.

News · 2026-08-14

Grok Bot ships with standing logins to your email and CRM

xAI launched Grok Bot on August 11, 2026, an early-beta desktop and iOS product that gives each agent its own computer and its own logins to a user's real accounts. The company's pitch is explicit: "AI teammates you can give real work to. Bots can sign in to your tools, use them just like you do, and come back with finished work." That design choice, standing authenticated access that persists past the conversation, is the most consequential security development in a consumer AI product this year.

Key facts

Most AI assistants are stateless helpers. You ask, they answer, the session ends, and whatever access they had ends with it. Grok Bot inverts that. You create a named Bot, log it into your tools once, and it stays logged in. The connector documentation lists first-party integrations for Gmail, Google Calendar and Google Drive, with Notion in the broader catalog. In the demo on xAI's own landing page, a Bot named "Sales Outbound" reports which services it already has: "Hex, Gmail, and LinkedIn are already signed in. Salesforce isn't," then asks the user to fix the gap.

The second design choice compounds the first. Grok Bot supports teaching by demonstration, described on the product page as: "Ask a Bot to follow along as you complete a workflow once. It saves it as a routine and runs it on its own next time." Routines can then run on a schedule. In the demo, the user says "Run this every week" and the Bot replies "Created routine."

Put those two together and you have something that does not exist in a chat window: durable delegated authority. The user granted permission once, in a moment when they were paying attention, to a process that will now execute unattended, indefinitely, with full account access, on a timer.

This is where prompt injection stops being a research demo. Prompt injection is the flaw where a language model cannot reliably distinguish instructions from the content it is reading, so an attacker who can plant text in something the agent reads, an email, a shared document, a web page, a support ticket, can issue commands the model may follow. It has no clean fix, because it is a consequence of how these models process text rather than a bug in any particular one. Ground Truth covered the mechanism in why prompt injection works because a model reads tone, not tags.

Against a stateless chatbot reading one page, the blast radius of a successful injection is one answer. Against an agent holding live Gmail, Drive, Calendar and CRM sessions, the blast radius is everything those sessions can reach. And because routines run on a schedule, the attacker does not need the victim to be present, or even awake. Send the email on Sunday night; the Monday routine reads it.

xAI has built in a check. The demo shows an approval gate, with the Bot reporting "36 drafts queued, 0 sent" and the line "Nothing goes out until you've had a look." That is the right instinct, and it is more than some competing products offer. The gap is structural rather than negligent: approval gates protect the first run, and the entire value proposition of a routine is that later runs do not need one. The sandboxing question, how much authority an improvising program should hold and for how long, is now a shipping product decision rather than a research topic.

One widely repeated claim about this launch needs correcting. Several write-ups framed Grok Bot as arriving because "xAI bought Cursor." That is not what happened. Cursor's own pricing page still identifies the company as Anysphere, Inc. No xAI acquisition announcement exists. The one acquisition document on record is a Form 8-K filed by Space Exploration Technologies Corp. on June 16, 2026, signed by chief financial officer Bret Johnsen, referring to a proposed Merger with Anysphere. The acquiring party is SpaceX.

The confusion has a real basis. The Grok Bot site is branded SpaceXAI, its macOS installer downloads from Cursor's own content network, and its "Contact sales" button points at cursor.com. The corporate relationship is genuine; the specific claim about who bought whom was wrong. Ground Truth previously covered the model side of that relationship in xAI shipped Grok 4.6 into Cursor.

A few other details that circulated with the launch are not supported by the product page and should not be repeated: there is no stated Slack connector in the connectors catalog, no mention of screen recording in the teach-a-workflow flow, and no exportable skill file. What is documented is enough. An agent with a persistent memory, a persistent computer, persistent credentials and a cron schedule is a new category of software, and the industry has not yet built the security model for it. Background: agent memory and what makes an AI an agent.


Primary source, verified: read the paper →

Key questions

What does Grok Bot actually do that a chatbot does not?

It holds standing logins to your own accounts and acts inside them, so instead of drafting text for you to paste, it signs into tools like Gmail, Google Drive or Salesforce and completes the work there, including on a schedule while you are away.

Why do security researchers care about agents that stay logged in?

Because a durable session turns a one-time permission into ongoing authority, so any hidden instruction the agent later reads in an email, document or web page inherits every account the agent can reach.

Did xAI buy Cursor?

No. The filing on record is a SpaceX 8-K from June 16, 2026 describing a proposed merger with Anysphere, the company behind Cursor, and Cursor's own pages still identify it as Anysphere, Inc.
Cite this

APA

Ground Truth. (2026, August 14). Grok Bot ships with standing logins to your email and CRM. Ground Truth. https://groundtruth.day/news/grok-bot-ships-with-standing-logins-to-your-email-and-crm.html

BibTeX

@misc{groundtruth:grok-bot-ships-with-standing-logins-to-your-email-and-crm,
  title  = {Grok Bot ships with standing logins to your email and CRM},
  author = {{Ground Truth}},
  year   = {2026},
  month  = {aug},
  url    = {https://groundtruth.day/news/grok-bot-ships-with-standing-logins-to-your-email-and-crm.html}
}

Topics: cybersecurity · prompt-injection · ai-security · agents · product-launch · xai

Comments are replies to this story on Bluesky — reply with any Bluesky account to join in.