Index

Features

Searchable feature index. Tags include computer-use, multi-agent, api, and more.
  • Stays with multi-step work: research, analysis, codebase edits, and turning a product idea into a working first version.

    Grok 4.6
  • On longer trajectories, checks its own work before moving on.

    Grok 4.6
  • Stronger first passes on visual and interactive projects — structure and visual language in one pass.

    Grok 4.6
  • Text and image inputs with text-only output and no text output limit.

    Grok 4.6
  • Configurable reasoning: low, medium, high (default), and xhigh.

    Grok 4.6
  • API pricingSpaceXAI

    $2 / $0.50 / $6 per 1M tokens (input / cached / output) below 200k prompt tokens; $4 / $1 / $12 above. Fast variant is twice the price.

    Grok 4.6
  • Cursor, Grok Build, xAI API, OpenRouter, Vercel, Cloudflare, Amazon Bedrock, GitHub Copilot, Gemini Enterprise Agent Platform.

    Grok 4.6
  • Each Bot runs on a persistent cloud VM with a browser, filesystem, and terminal. All Bots on an account share that user-scoped computer (files, browser sessions, logins), with a separate screen per Bot.

    Grok Bot
  • Keep working 24/7 in the cloud after the client is closed.

    Grok Bot
  • Message a bot like a teammate. Bots remember conversations, share context in threads, and can coordinate in group chat.

    Grok Bot
  • SkillsSpaceXAI

    A skill is a reusable set of instructions for how to do a task. Skills are available across Bots. Teach a task can record a browser workflow (up to ten minutes) into a draft skill when that control is visible.

    Grok Bot
  • RoutinesSpaceXAI

    A routine tells one Bot when to run a workflow — on a schedule or, where supported, after an event. Background routines can run while the laptop is closed. A Bot can own up to 50 routines.

    Grok Bot
  • Desktop app on macOS (Apple silicon and Intel) and Windows (x64 and Arm64); companion app on iPhone (iOS 18 or later). Linux desktop, Android, and iPad are not supported at initial launch.

    Grok Bot
  • ApprovalsSpaceXAI

    Bots only pull you in for judgment calls. They follow up on dropped threads and nudge stalled handoffs.

    Grok Bot
  • ConnectorsSpaceXAI

    Sign into the tools you already use and work across apps and inboxes, including platforms with no clean API or MCP.

    Grok Bot
  • Plan modeSpaceXAI

    The agent explores and drafts a plan before edits. Only the session plan file may be edited until you approve; bash is not gated. Auto and always-approve do not skip plan review. Enter with /plan or Shift+Tab; the agent can enter plan mode on its own. Reopen with /view-plan.

    Grok Build
  • Ask (default) prompts for anything not already allowed. Auto uses a classifier to auto-approve safe tools. Always-approve skips permission prompts; deny rules and PreToolUse hooks still apply. Shift+Tab cycles Normal → Plan → Auto → Always-approve. Allow/deny rules in [permission] or --allow/--deny; deny wins.

    Grok Build
  • Run without the TUI via grok -p. Optional --output-format streaming-json for scripts, automations, or other apps.

    Grok Build
  • Use Grok Build through the Agent Client Protocol (ACP) in other apps.

    Grok Build
  • SubagentsSpaceXAI

    Independent child sessions with their own context; they return a summary to the parent. Built-in types: general-purpose, explore (read/list/search only), and plan (no shell, no edits). Add types under .grok/agents/ or ~/.grok/agents/. Personas are behavioral overlays via /personas.

    Grok Build
  • SkillsSpaceXAI

    Reusable folders with markdown, scripts, and resources (SKILL.md). Discovered from ./.grok/skills/, ~/.grok/skills/, plugin skills/, and [skills] paths. User-invocable skills appear as /<skill-name>. Capture a session as a skill with /skillify.

    Grok Build
  • PluginsSpaceXAI

    Plugins add skills, agents, hooks, MCP servers, and LSP servers from ./.grok/plugins/, ~/.grok/plugins/, marketplace installs, [plugins] paths, or --plugin-dir. The TUI extensions modal opens from /plugins, /hooks, /skills, or /mcps.

    Grok Build
  • MarketplacesSpaceXAI

    TUI Marketplace tab installs plugins from [[marketplace.sources]] in ~/.grok/config.toml and ~/.grok/plugins/known_marketplaces.json.

    Grok Build
  • Reads Claude Code marketplaces, plugins, skills, MCPs, agents, hooks, and instruction files (CLAUDE.md, Claude.md, CLAUDE.local.md, .claude/rules/) alongside .grok/ with no extra setup.

    Grok Build
  • HooksSpaceXAI

    JSON hooks (command or HTTP) on lifecycle events. PreToolUse is the only blocking event (explicit deny, else fail-open). Personal ~/.grok/hooks/*.json; project .grok/hooks/*.json needs /hooks-trust or --trust. Also reads Claude Code and Cursor hook files.

    Grok Build
  • MCP serversSpaceXAI

    MCP servers expose external tools as <server>__<tool>. Add with grok mcp add (stdio or HTTP/OAuth). Also declared in ~/.grok/config.toml or project --scope. Loads ~/.claude.json, .cursor/mcp.json, and .mcp.json unless compat is disabled. /mcps in the TUI.

    Grok Build
  • AGENTS.mdSpaceXAI

    Loads AGENTS.md, Agents.md, AGENT.md, CLAUDE.md, and *.md in .grok/rules/ (plus .claude/rules/ and .cursor/rules/) from repo root down to cwd; deeper files win. --rules appends session-only text. grok inspect lists loaded files.

  • Grok Build is available beyond the terminal — web and mobile surfaces announced Aug 19, 2026.

    Grok Build
  • Installer respects GROK_CHANNEL=stable|alpha|enterprise (default stable). The welcome screen shows the active channel. Failed channel updates suggest the matching reinstall command. Persist the choice in ~/.grok/config.toml under [cli] channel.

    Grok Build
  • SessionsSpaceXAI

    Every conversation is saved under ~/.grok/sessions/. Resume with /resume, grok --resume, or grok -c. /fork branches a peer session; /rewind restores files and truncates the conversation. grok sessions list/search/delete and grok export manage them.

    Grok Build
  • WorktreesSpaceXAI

    Isolated git checkouts under ~/.grok/worktrees/<repo>/<name> so parallel agents do not overwrite each other. Start with grok -w, /fork --worktree, or Ctrl+W on the dashboard. Persist until grok worktree rm or gc.

  • SandboxSpaceXAI

    Limits what an approved tool call can read, write, and reach on the network (Landlock on Linux, Seatbelt on macOS). Off by default. Profiles: off, workspace, devbox, read-only, strict. Enable with grok --sandbox, [sandbox] profile, or GROK_SANDBOX.

    Grok Build
  • Fullscreen overview of every session (needs input, working, idle, completed, failed). Open with Ctrl+\, /dashboard, or grok dashboard. Reply or answer permission prompts inline; Ctrl+W starts new agents in a worktree.

    Grok Build
  • Run commands, subagents, and monitors while the conversation continues (/tasks, Ctrl+G). /loop repeats a prompt on an interval (max 50, expire after 7 days). Monitors notify on each script line. Ctrl+; or /queue lists prompts queued behind the running turn.

    Grok Build
  • ThemingSpaceXAI

    TUI themes via /theme or [ui] theme in ~/.grok/config.toml. Built-ins include GrokNight (default), GrokDay, TokyoNight, RosePineMoon, and OscuraMidnight. theme = auto follows OS light/dark.

  • Quality Mode for precise generation and editing. API id grok-imagine-image-2.0. 1K and 2K stills.

    Grok Imagine
  • Magic wand, segmentation, background removal, multi-ref editing (up to 5 inputs), smart resize across common aspect ratios.

  • Text-to-video, image-to-video, and reference-to-video. Native 1080p for T2V and I2V (Jul 31, 2026).

    Grok Imagine
  • Imagine APISpaceXAI

    Generate and edit images and video through the xAI API. Image input billed separately from output.

    Grok Imagine
  • Realtime voice agents. Starting at $0.05 / min.

    Grok Voice
  • TTS at $15.00 / 1M characters.

    Grok Voice
  • STT with adjustable VAD threshold (vad_threshold) for streaming and batch.

    Grok Voice
  • Introduced Jul 29, 2026. grok-voice-latest routes to grok-voice-think-fast-2.0 starting August 5, 2026.

  • Clone a voice from a reference clip (max 120s) via /v1/custom-voices and use the returned voice_id for TTS and speech-to-speech.

    Grok Voice
  • Grok 4.6 for agents, coding, and knowledge work. Text and image in, text out.

  • Imagine image/video generation and editing plus Voice realtime, TTS, and STT on the same API.

    Grok API / Console
  • ConsoleSpaceXAI

    Keys, playground, usage, and changelog at console.x.ai.

  • OpenRouter, Vercel, Cloudflare, Amazon Bedrock, GitHub Copilot.

    Grok API / Console
  • Monitor PRs, watch a Slack thread, or run scheduled tasks. Agents wake on events and can auto-subscribe to PRs they create.

    Cursor Cloud Agents
  • Assign a long-lived objective (e.g. fix flaky tests and make CI green). Pair with /loop for recurring check-ins.

    Cursor Cloud Agents
  • Subagents run on isolated VMs with clean project copies. Swarm them for independent tests.

    Cursor Cloud Agents
  • Pin skills as always-on modes so agents stay focused. Select from the / menu.

  • SteeringCursor

    Send a follow-up without interrupting the current turn. Press return twice or Send now.

  • BuildsCursor

    Ready-to-use copies of the dev environment. Agents boot ~3× faster to first token; included with Cloud Agents.

  • Observe and control prompts, responses, thinking, subagents, compaction, and turn completion.

  • Cloud Agents can start without a connected GitHub or other SCM. Cursor creates an Origin repo in the background; save with Create repo when ready.

  • Port-forwards the cloud agent environment to the browser for preview and design mode.

    Cursor Cloud Agents
  • Connect a Vercel account and publish the agent build to a live URL.

    Cursor Cloud Agents
  • Create and host repos from the Codebase tab. Clone and push with the CLI. URL form cursor.com/codebase/{name}.

    Cursor Origin
  • Bidirectional PR sync and real-time updates. Disconnect anytime.

  • Timeline, commits, checks, diffs, comments, and merges in Origin, two-way synced with GitHub.

    Cursor Origin
  • Query code, make changes, update PRs, and push branches from hosted repos.

    Cursor Origin
  • Vercel PR previews, Depot/Buildkite CI. Connect from the Apps tab.

    Cursor Origin
  • Flagship model available in Cursor on Aug 12, 2026 with a one-week 2× usage boost.

    Cursor IDE / CLI
  • CLICursor

    Clone and push Origin repos, drive agents, and script workflows from the terminal.

  • Gmail, Drive, and Calendar access from Cursor (Aug 3, 2026 changelog).

  • iPad appCursor

    Inbox, PR reviews, and multi-PR sessions on iPad.

    Cursor IDE / CLI
  • Pre-release desktop builds via Settings → Beta → Update Access. Feature changelog entries ship with the minor; patch builds are not listed separately.

  • Realtime user-activity webhooks. Successor path from legacy Account Activity API. Subscribe by user id; optional direction filter.

    X API
  • No subscription SKUs. Buy credits, set spending limits, earn up to 20% back in xAI API credits. Owned reads vs public lookup priced separately.

    X API
  • Activity API events billed per delivery, same 24h UTC dedup window. Inbound events cost; many outbound actions do not.

    X API
  • Media upload remains on the v1.1 media endpoints after other v1.1 SKUs were retired.

    X API
  • mute.mute / mute.unmute / block.block / block.unblock. Private events; OAuth 2.0 user-context with mute.read or block.read.

    X API

73 of 73