Support keyword: antigravity cli commands

Antigravity CLI commands

Start with the commands that make the CLI understandable: help, config, permissions, resume, skills, MCP, and keybindings.

Updated on 2026-05-26. Independent guide. Use official Google links for downloads and account actions.

Command map for first-day users

Antigravity CLI is a terminal UI, so discoverability matters. The most useful first-day command is ?, because it exposes the available slash commands. After that, learn configuration and permission commands before moving into plugins, skills, MCP servers, and background tasks.

CommandUse it forWhy beginners need it
?Help and available slash commands.Prevents guessing and stale shortcut advice.
/config or /settingsWorkspace behavior, safety, editor preferences, and output style.Shows which defaults are active.
/permissionsReview and autonomy settings.Controls whether the agent asks before risky actions.
/resumeResume previous conversation logs.Useful when long tasks span sessions.
/skillsBrowse and use agent skills.Important for users migrating customized workflows.
/mcpManage Model Context Protocol servers.Common migration and tool-integration issue.
/keybindingsCustomize keyboard shortcuts.Helps terminal-heavy users keep flow.

Suggested first session

  1. Type ? and skim the command list.
  2. Open /config to understand settings before changing them.
  3. Open /permissions and keep review enabled for the first task.
  4. Ask the CLI to inspect a small file or explain a folder.
  5. Only after that, ask it to edit code in a branch you can discard.

Sources: official Google Antigravity product pages, Google Antigravity CLI documentation, and the Google Developers transition announcement. This site is an independent guide and is not affiliated with Google.

FAQ

How do I list Antigravity CLI commands?

Use the help command shown by the official docs, such as typing ? in the prompt.

Where are settings stored?

The official docs describe a JSON settings file under the Antigravity CLI configuration directory.

Which command matters most for safety?

/permissions and /config are the first controls to understand.

Related Antigravity CLI pages