# Augment ## Docs - [Introduction](https://docs.augmentcode.com/introduction.md): Augment Code is the AI-native coding platform built for enterprise-grade software engineering. Transform how you build and ship software with powerful coding agents, deep codebase intelligence, and flexible automations. - [Getting Started with Cosmos](https://docs.augmentcode.com/cosmos/getting-started.md): Understand the core building blocks of Augment Cosmos — Environments, Experts, Sessions, Capabilities, and Triggers. - [Configuring Cosmos](https://docs.augmentcode.com/cosmos/configuring-cosmos.md): Connect your tools, set up an environment, and start your first session in Cosmos. - [Cosmos Environments](https://docs.augmentcode.com/cosmos/environments/overview.md): The compute environment where your agents access filesystem, repositories, execute code, and run tools. They can be an Augment-hosted cloud sandbox, virtual machine, or even your laptop. - [Cloud Environments](https://docs.augmentcode.com/cosmos/environments/cloud.md): A cloud environment is a Augment hosted compute environment and filesystem for your agent to run. - [Self-hosted Environments](https://docs.augmentcode.com/cosmos/environments/daemons.md): You can run your agents on your own virtual or physical infrastructure with self-hosted daemons. - [Using Sessions](https://docs.augmentcode.com/cosmos/sessions-overview.md): Work with an Expert in a conversation — where you give the agent a task, watch it run and follow every turn. - [Experts](https://docs.augmentcode.com/cosmos/experts.md): Reusable agent configurations for engineering workflows like code review, incident response and ticket dispatch. - [Template Experts](https://docs.augmentcode.com/cosmos/experts-templates.md): Choose a Template Expert for PR authoring and repair, code review, incident response, feedback triage, project building, or ticket dispatch. - [PR Author](https://docs.augmentcode.com/cosmos/experts-pr-author.md): Use the PR Author Expert to have an agent build a change from a task description — creating the branch, implementing changes, and handling follow-up. - [PR Fixer](https://docs.augmentcode.com/cosmos/experts-pr-fixer.md): Use the PR Fixer Expert to repair review findings, CI failures, and merge conflicts on a pull request or merge request. - [Risk Analyzer](https://docs.augmentcode.com/cosmos/experts-risk-analyzer.md): Use the Risk Analyzer Expert to triage new code reviews and route complex changes to focused human review. - [Deep Reviewer](https://docs.augmentcode.com/cosmos/experts-deep-reviewer.md): Use the Deep Reviewer Expert for non-interactive, line-by-line correctness review with inline findings. - [Pair Reviewer](https://docs.augmentcode.com/cosmos/experts-pair-reviewer.md): Use the Pair Reviewer Expert for interactive, intent-focused code reviews where a human makes the final judgment calls. - [Verifier](https://docs.augmentcode.com/cosmos/experts-verifier.md): Use the Verifier Expert to exercise a change in a running environment and report evidence-backed findings. - [Project Builder](https://docs.augmentcode.com/cosmos/experts-project-builder.md): Use the Project Builder Expert to turn a large feature into a reviewed design, ticket breakdown, and coordinated implementation. - [Feedback Triager](https://docs.augmentcode.com/cosmos/experts-feedback-triager.md): Use the Feedback Triager Expert to watch an incoming feedback channel, file one downstream ticket per thread, and keep reacting to the thread over time. - [Incident Investigator](https://docs.augmentcode.com/cosmos/experts-incident-investigator.md): Use the Incident Investigator Expert to watch alert channels, post root-cause analyses in-thread, and accompany incidents through to resolution. - [Ticket Dispatcher](https://docs.augmentcode.com/cosmos/experts-ticket-dispatcher.md): Use the Ticket Dispatcher Expert to scan tickets on a schedule and launch implementation workers for work that is ready to implement. - [Data Analyst](https://docs.augmentcode.com/cosmos/experts-data-analyst.md): Use the Data Analyst Expert to answer questions about your data with read-only queries against your source-of-truth datasets, naming the source and window for every answer. - [Cosmos ROI Analyst](https://docs.augmentcode.com/cosmos/experts-cosmos-analyst.md): Use the Cosmos ROI Analyst Expert to learn how Cosmos has impacted your engineering team using GitHub PR / GitLab MR activity and cost data. - [Code Review Memory Manager](https://docs.augmentcode.com/cosmos/experts-code-review-memory.md): Use Code Review Memory to turn feedback from completed code reviews into durable, repository-specific guidance for future reviews. - [Memory](https://docs.augmentcode.com/cosmos/experts-memory.md): Learn how Experts retain useful context across sessions and apply it to future work. - [Configure a Custom Expert](https://docs.augmentcode.com/cosmos/experts-configure-custom.md): Create a custom Cosmos Expert for a team-specific workflow when no existing Template Expert fits. - [Delegating Work](https://docs.augmentcode.com/cosmos/workers-subagents.md): The three ways a Cosmos Expert can hand off work — workers, subagents, and Expert-to-Expert interactions through integrations. - [How Experts respond to events](https://docs.augmentcode.com/cosmos/experts-triggers-subscriptions-integrations.md): Understand how Cosmos Experts respond to events and interact with the outside world. - [Configure a Code Review Pipeline](https://docs.augmentcode.com/cosmos/experts-code-review.md): Configure a Cosmos PR-to-merge pipeline with specialized Experts for authoring, review, repair, verification, and approval. - [Understanding Automation](https://docs.augmentcode.com/cosmos/automations.md): What an automation is in Cosmos, how it wires an event source to an Expert, and where to inspect the events that fire one. - [Configuring Triggers](https://docs.augmentcode.com/cosmos/config-triggers.md): Add triggers to a Cosmos Expert — pick an event source, choose an event type, and filter payloads with JSONLogic expressions. - [Webhooks](https://docs.augmentcode.com/cosmos/config-webhooks.md): Wire any external event source to a Cosmos Expert using a custom webhook — receive JSON payloads and filter them with JSONLogic expressions. - [Using Schedules as Triggers](https://docs.augmentcode.com/cosmos/config-schedules.md): Fire Cosmos Experts on a recurring cron schedule — daily standups, hourly health checks, and more. - [Manage automations](https://docs.augmentcode.com/cosmos/manage-automations.md): Review the schedules, webhooks, and events that trigger your Experts, and track each one's runs from a single page. - [Setting Up Automations with Advisor](https://docs.augmentcode.com/cosmos/automation-advisor.md): Let Advisor recommend, deploy, and wire up automations conversationally — nothing fires until you say so. - [Your First Automation](https://docs.augmentcode.com/cosmos/first-automation.md): Build two automations from scratch — a personal daily PR nudger on a schedule, and a team-wide review nudger driven by GitHub events with a payload filter. - [Other Workflow Automations to Explore](https://docs.augmentcode.com/cosmos/automation-explore.md): Explore additional workflow automations including data engineering, CI/CD failure resolution, code review automation, and Linear ticket resolution. - [Cosmos Advisor](https://docs.augmentcode.com/cosmos/advisor/overview.md): Your go-to agent for navigating Cosmos. - [Sample Prompts](https://docs.augmentcode.com/cosmos/advisor/sample-prompts.md): Ready-to-use prompts for common Cosmos Advisor tasks — connecting integrations, building Environments, deploying and tuning Experts, and wiring Automations. - [Limitations](https://docs.augmentcode.com/cosmos/advisor/limitations.md): What Cosmos Advisor can and can't do on its own — the two setup steps you still complete manually through the web UI. - [MCP Registry](https://docs.augmentcode.com/cosmos/config-mcp.md): Extend Cosmos Experts with external tools and services through Model Context Protocol (MCP) servers. - [Managing Secrets](https://docs.augmentcode.com/cosmos/config-secrets.md): Store API keys, tokens, and credentials in the Cosmos Secrets Manager and inject them into Expert VMs at boot. - [Skills](https://docs.augmentcode.com/cosmos/config-skills.md): Extend the agent with domain-specific expertise using reusable knowledge packages that follow the agentskills.io specification. - [Understanding Files](https://docs.augmentcode.com/cosmos/understanding-files.md): Files persist across Expert Sessions — how Experts produce them, how they sync, and how you browse files and folders in Cosmos. - [Understanding Artifacts](https://docs.augmentcode.com/cosmos/artifacts.md): View, search, and manage the durable outputs a Cosmos session produces — pull requests, Git branches, Linear issues, and custom links. - [Integrate Azure DevOps Cloud](https://docs.augmentcode.com/cosmos/connectors/azure-devops-cloud.md) - [Using GitHub as a Tool or Trigger](https://docs.augmentcode.com/cosmos/connectors/config-github.md): Configure GitHub triggers and the GitHub API tool on your Cosmos Experts — listen for PRs, pushes, CI failures, and slash commands. - [Integrate GitLab Cloud](https://docs.augmentcode.com/cosmos/connectors/gitlab-cloud.md) - [Integrate GitLab Self-Hosted](https://docs.augmentcode.com/cosmos/connectors/gitlab-self-hosted.md) - [Atlassian Jira Cloud](https://docs.augmentcode.com/cosmos/connectors/jira-cloud.md) - [Integrate ClickUp](https://docs.augmentcode.com/cosmos/connectors/clickup.md) - [Integrate Datadog](https://docs.augmentcode.com/cosmos/connectors/datadog.md) - [Using Linear as a Tool or Trigger](https://docs.augmentcode.com/cosmos/connectors/config-linear.md): Configure Linear triggers and the Linear API tool on your Cosmos Experts — listen for issues, status changes, and comments. - [Integrate Microsoft Teams](https://docs.augmentcode.com/cosmos/connectors/microsoft-teams.md): Connect Microsoft Teams so Cosmos Experts can read and respond to channel posts and chat messages. - [Using Slack as a Tool or Trigger](https://docs.augmentcode.com/cosmos/connectors/config-slack.md): Configure the Augment Slack bot for Cosmos Experts — enable Slack as a tool, set up triggers, and interact with agents from Slack channels. - [Integrate Twingate](https://docs.augmentcode.com/cosmos/connectors/twingate.md) - [Atlassian Jira Cloud (legacy)](https://docs.augmentcode.com/cosmos/connectors/jira-cloud-webhooks-mcp.md) - [Cosmos Spaces](https://docs.augmentcode.com/cosmos/spaces/overview.md): Spaces group the experts, environments, sessions, and settings for a team or workstream so everyone works from a shared, focused set of resources. - [Managing Spaces](https://docs.augmentcode.com/cosmos/spaces/managing.md): Switch between Spaces, create new ones, assign experts and environments, and control who can manage them. - [Cosmos Keyboard Command Reference](https://docs.augmentcode.com/cosmos/keyboard-command-reference.md): A reference of all available keyboard shortcuts for navigating and controlling the Cosmos app. - [Introducing Auggie CLI](https://docs.augmentcode.com/cli/overview.md): Auggie in the terminal gives you powerful agentic capabilities to analyze code, make changes, and execute tools in an interactive terminal and in your automated workflows. - [Install Auggie CLI](https://docs.augmentcode.com/cli/setup-auggie/install-auggie-cli.md): Install Auggie to get agentic coding capabilities in your terminal, on your server, or anywhere your code runs. - [Login and authentication](https://docs.augmentcode.com/cli/setup-auggie/authentication.md): You will need an active account and valid authentication session to use Auggie CLI, which you can get by following the instructions below. - [Workspace context](https://docs.augmentcode.com/cli/setup-auggie/workspace-context.md): Auggie will automatically index the current working directory or directory you specify to give Augment a full view of your system. - [Index your workspace](https://docs.augmentcode.com/cli/setup-auggie/workspace-indexing.md): When your workspace is indexed, Augment can provide tailored code suggestions and answers based on your unique codebase, best practices, coding patterns, and preferences. You can always control what files are indexed. - [Automatic Updates](https://docs.augmentcode.com/cli/autoupgrade.md): Learn how to manage and troubleshoot Auggie CLI's automatic update feature. - [Configuration Wizard](https://docs.augmentcode.com/cli/config.md): Learn how to configure Auggie CLI settings using the interactive configuration wizard. - [Subagents](https://docs.augmentcode.com/cli/subagents.md): Configure custom agents for specific tasks to automate your workflow and share them with your team. - [Rules & Guidelines](https://docs.augmentcode.com/cli/rules.md): Configure custom rules and guidelines to provide context-aware assistance in Auggie CLI. - [Agent Skills](https://docs.augmentcode.com/cli/skills.md): Extend Auggie's capabilities with specialized domain knowledge using the agentskills.io specification. - [Tool Permissions](https://docs.augmentcode.com/cli/permissions.md): Control what tools the agent can execute with granular permission settings for security and compliance. Honored by the Auggie CLI and by Cosmos cloud agents; not enforced in the Augment code extension. - [Plugins and Marketplaces](https://docs.augmentcode.com/cli/plugins.md): Manage and install plugins from marketplaces to extend Auggie's capabilities - [Integrations and MCP](https://docs.augmentcode.com/cli/integrations.md): Expand Augment's capabilities with external tools and data sources through native integrations and Model Context Protocol (MCP) servers. - [Hooks](https://docs.augmentcode.com/cli/hooks.md): Intercept and control tool execution with custom scripts - [Hooks Examples](https://docs.augmentcode.com/cli/hooks-examples.md): Ready-to-use examples of hooks for common security, automation, and integration workflows. - [Custom Slash Commands](https://docs.augmentcode.com/cli/custom-commands.md): Create and manage custom slash commands for frequently-used prompts and workflows. - [Custom Slash Commands Examples](https://docs.augmentcode.com/cli/custom-commands-examples.md): Ready-to-use examples of custom slash commands for common development workflows. - [Interactive mode](https://docs.augmentcode.com/cli/interactive.md): Use a rich interactive terminal experience to explore your codebase, build new features, debug issues, and integrate your tools. - [Prompt Enhancer](https://docs.augmentcode.com/cli/interactive/prompt-enhancer.md): Use Ctrl+P to enhance your prompts with relevant context, structure, and conventions from your codebase. - [Using Task Manager](https://docs.augmentcode.com/cli/interactive/task-management.md): Use /task to break down complex problems into manageable steps. - [Using Auggie with Automation](https://docs.augmentcode.com/cli/automation/overview.md): Auggie was designed to not just be a powerful agent to write code, but to automate all the tasks that are needed to build software at scale. - [Service Accounts](https://docs.augmentcode.com/cli/automation/service-accounts.md) - [Managing Cosmos with auggie cloud](https://docs.augmentcode.com/cli/cloud.md): Everything you can do in the Cosmos UI can also be done from the terminal. The auggie cloud command group is the CLI surface for the Cosmos control plane, so your Experts, environments, and sessions can be managed programmatically. - [ACP Mode](https://docs.augmentcode.com/cli/acp/agent.md): Auggie is a fully compatible Agent Client Protocol (ACP) agent enabling you to bring the power of Augment to any compatible client. - [ACP Clients](https://docs.augmentcode.com/cli/acp/clients.md): Configure Auggie to run in any Agent Client Protocol (ACP) compatible client like Zed, Neovim, or Emacs. - [Auggie SDK](https://docs.augmentcode.com/cli/sdk.md): Build custom integrations and agents using the Auggie SDK. - [TypeScript SDK](https://docs.augmentcode.com/cli/sdk-typescript.md): Build custom integrations and agents using the Auggie TypeScript SDK. - [Python SDK](https://docs.augmentcode.com/cli/sdk-python.md): Build custom integrations and agents using the Auggie Python SDK. - [CLI Flags and Options](https://docs.augmentcode.com/cli/reference.md): A comprehensive reference for all command-line flags available in the Auggie CLI. - [Install Augment for Visual Studio Code](https://docs.augmentcode.com/setup-augment/install-visual-studio-code.md): Augment in Visual Studio Code brings agent and chat into your favorite open source editor. - [Sign in and out](https://docs.augmentcode.com/setup-augment/sign-in.md): After you have installed the Augment extension, you will need to sign in to your account. - [Keyboard Shortcuts for Visual Studio Code](https://docs.augmentcode.com/setup-augment/vscode-keyboard-shortcuts.md): Augment integrates with your IDE to provide keyboard shortcuts for common actions. Use these shortcuts to quickly accept suggestions, write code, and navigate your codebase. - [Index your workspace](https://docs.augmentcode.com/setup-augment/workspace-indexing.md): When your workspace is indexed, Augment can provide tailored code suggestions and answers based on your unique codebase, best practices, coding patterns, and preferences. You can always control what files are indexed. - [Add context to your workspace](https://docs.augmentcode.com/setup-augment/workspace-context-vscode.md): You can add additional context to your workspace–such as additional repositories and folders–to give Augment a full view of your system. - [Rules & Guidelines for Agent and Chat](https://docs.augmentcode.com/setup-augment/guidelines.md): You can provide custom rules and guidelines written in natural language to improve Agent and Chat with your preferences, best practices, styles, and technology stack. - [Using Agent](https://docs.augmentcode.com/using-augment/agent.md): Use Agent to complete simple and complex tasks across your workflow–implementing a feature, upgrade a dependency, or writing a pull request. - [Using Tasklist](https://docs.augmentcode.com/using-augment/tasklist.md): Use Tasklist to break down complex problems into manageable steps, track progress, and collaborate with Agent on multi-step tasks. - [Setup Model Context Protocol servers](https://docs.augmentcode.com/setup-augment/mcp.md): Use Model Context Protocol (MCP) servers with Augment to expand Augment's capabilities with external tools and data sources. - [Agent Integrations](https://docs.augmentcode.com/setup-augment/agent-integrations.md): Configure integrations for Augment Agent to access external services like GitHub, Linear, Jira, Confluence, Notion, Sentry, and Stripe. - [Secrets Manager](https://docs.augmentcode.com/setup-augment/user-secrets.md): Securely store and manage secrets for your development environment, including API keys, tokens, and credentials. - [Using Chat](https://docs.augmentcode.com/using-augment/chat.md): Use Chat to explore your codebase, quickly get up to speed on unfamiliar code, and get help working through a technical problem. - [Focusing Context in Chat](https://docs.augmentcode.com/using-augment/chat-context.md): You can specify context from files, folders, and external documentation in your conversation to focus your chat responses. - [Applying code blocks from Chat](https://docs.augmentcode.com/using-augment/chat-apply.md): Use Chat to explore your codebase, quickly get up to speed on unfamiliar code, and get help working through a technical problem. - [Using Actions in Chat](https://docs.augmentcode.com/using-augment/chat-actions.md): Actions let you take common actions on code blocks without leaving Chat. Explain, improve, or find everything you need to know about your codebase. - [Example Prompts for Chat](https://docs.augmentcode.com/using-augment/chat-prompts.md): Using natural language to interact with your codebase unlocks a whole new way of working. Learn how to get the most out of Chat with the following example prompts. - [Completions](https://docs.augmentcode.com/using-augment/completions.md): Use code completions to get more done. Augment's radical context awareness means more relevant suggestions, fewer hallucinations, and less time hunting down documentation. - [Project Home Page](https://docs.augmentcode.com/using-augment/home-page.md): Get an at-a-glance overview of your workspace with the Project Home Page, including file stats, language breakdown, and an AI-generated codebase summary. - [Skills](https://docs.augmentcode.com/using-augment/skills.md): Extend the agent with domain-specific expertise using reusable knowledge packages that follow the agentskills.io specification. - [Custom Commands](https://docs.augmentcode.com/using-augment/custom-commands.md): Create reusable slash commands stored as markdown files to streamline your development workflows. - [Message Queue](https://docs.augmentcode.com/using-augment/message-queue.md): Queue follow-up messages while the agent is working so you never lose your train of thought. - [Install Augment for JetBrains IDEs](https://docs.augmentcode.com/jetbrains/setup-augment/install-jetbrains-ides.md): Are you ready for your new superpowers? Augment brings agent and chat into your favorite JetBrains IDE. - [Keyboard Shortcuts for JetBrains IDEs](https://docs.augmentcode.com/jetbrains/setup-augment/jetbrains-keyboard-shortcuts.md): Augment integrates with your IDE to provide keyboard shortcuts for common actions. Use these shortcuts to quickly accept suggestions, write code, and navigate your codebase. - [Index your workspace](https://docs.augmentcode.com/jetbrains/setup-augment/workspace-indexing.md): When your workspace is indexed, Augment can provide tailored code suggestions and answers based on your unique codebase, best practices, coding patterns, and preferences. You can always control what files are indexed. - [Using Agent](https://docs.augmentcode.com/jetbrains/using-augment/agent.md): Use Agent to complete simple and complex tasks across your workflow–implementing a feature, upgrade a dependency, or writing a pull request. - [Using Tasklist](https://docs.augmentcode.com/jetbrains/using-augment/tasklist.md): Use Tasklist to break down complex problems into manageable steps, track progress, and collaborate with Agent on multi-step tasks. - [Setup Model Context Protocol servers](https://docs.augmentcode.com/jetbrains/setup-augment/mcp.md): Use Model Context Protocol (MCP) servers with Augment to expand Augment's capabilities with external tools and data sources. - [Agent Integrations](https://docs.augmentcode.com/jetbrains/setup-augment/agent-integrations.md): Configure integrations for Augment Agent to access external services like GitHub, Linear, Jira, Confluence, and Notion. - [Using Chat](https://docs.augmentcode.com/jetbrains/using-augment/chat.md): Use Chat to explore your codebase, quickly get up to speed on unfamiliar code, and get help working through a technical problem. - [Focusing Context in Chat](https://docs.augmentcode.com/jetbrains/using-augment/chat-context.md): You can specify context from files, folders, and external documentation in your conversation to focus your chat responses. - [Applying code blocks from Chat](https://docs.augmentcode.com/jetbrains/using-augment/chat-apply.md): Use Chat to explore your codebase, quickly get up to speed on unfamiliar code, and get help working through a technical problem. - [Using Actions in Chat](https://docs.augmentcode.com/jetbrains/using-augment/chat-actions.md): Actions let you take common actions on code blocks without leaving Chat. Explain, improve, or find everything you need to know about your codebase. - [Example Prompts for Chat](https://docs.augmentcode.com/jetbrains/using-augment/chat-prompts.md): Using natural language to interact with your codebase unlocks a whole new way of working. Learn how to get the most out of Chat with the following example prompts. - [Completions](https://docs.augmentcode.com/jetbrains/using-augment/completions.md): Use code completions to get more done. Augment's radical context awareness means more relevant suggestions, fewer hallucinations, and less time hunting down documentation. - [Skills](https://docs.augmentcode.com/jetbrains/using-augment/skills.md): Extend the agent with domain-specific expertise using reusable knowledge packages that follow the agentskills.io specification. - [Custom Commands](https://docs.augmentcode.com/jetbrains/using-augment/custom-commands.md): Create user-defined slash commands to automate frequent workflows and prompts. - [Message Queue](https://docs.augmentcode.com/jetbrains/using-augment/message-queue.md): Queue follow-up messages while the agent is working so you never lose your train of thought. - [Jetbrains panel steals focus](https://docs.augmentcode.com/troubleshooting/jetbrains-stealing-focus.md): Fix issue where the Augment panel takes focus while typing in JetBrains IDEs. - [Jetbrains UI issues](https://docs.augmentcode.com/troubleshooting/jetbrains-rendering-issues.md): Fix issues where the Augment panel is white, blank or not showing anything in JetBrains IDEs. - [Install Augment for Vim and Neovim](https://docs.augmentcode.com/vim/setup-augment/install-vim-neovim.md): Augment for Vim and Neovim brings chat into your favorite editor. - [Commands and shortcuts for Vim and Neovim](https://docs.augmentcode.com/vim/setup-augment/vim-keyboard-shortcuts.md): Augment flexibly integrates with your editor to provide keyboard shortcuts for common actions. Customize your keymappings to quickly accept suggestions and chat with Augment. - [Add context to your workspace](https://docs.augmentcode.com/vim/setup-augment/workspace-context-vim.md): You can add additional context to your workspace–such as additional repositories and folders–to give Augment a full view of your system. - [Index your workspace](https://docs.augmentcode.com/vim/setup-augment/workspace-indexing.md): When your workspace is indexed, Augment can provide tailored code suggestions and answers based on your unique codebase, best practices, coding patterns, and preferences. You can always control what files are indexed. - [Chat](https://docs.augmentcode.com/vim/using-augment/vim-chat.md): Use Chat to explore your codebase, quickly get up to speed on unfamiliar code, and get help working through a technical problem. - [Completions](https://docs.augmentcode.com/vim/using-augment/vim-completions.md): Use code completions to get more done. Augment’s radical context awareness means more relevant suggestions, fewer hallucinations, and less time hunting down documentation. - [Context Engine MCP](https://docs.augmentcode.com/context-services/mcp/overview.md): Plug Context Engine into any agent via the Model Context Protocol - [Claude Code Quickstart](https://docs.augmentcode.com/context-services/mcp/quickstart-claude-code.md): Get started with Augment Context Engine MCP in Claude Code in minutes - [Codex Quickstart](https://docs.augmentcode.com/context-services/mcp/quickstart-codex.md): Get started with Augment Context Engine MCP in OpenAI Codex CLI in minutes - [Kilo Quickstart](https://docs.augmentcode.com/context-services/mcp/quickstart-kilo.md): Get started with Augment Context Engine MCP in Kilo in minutes - [Kiro Quickstart](https://docs.augmentcode.com/context-services/mcp/quickstart-kiro.md): Get started with Augment Context Engine MCP in Kiro in minutes - [OpenCode Quickstart](https://docs.augmentcode.com/context-services/mcp/quickstart-open-code.md): Get started with Augment Context Engine MCP in OpenCode in minutes - [Cursor Quickstart](https://docs.augmentcode.com/context-services/mcp/quickstart-cursor.md): Get started with Augment Context Engine MCP in Cursor in minutes - [AntiGravity Quickstart](https://docs.augmentcode.com/context-services/mcp/quickstart-anti-gravity.md): Get started with Augment Context Engine MCP in AntiGravity in minutes - [Gemini CLI Quickstart](https://docs.augmentcode.com/context-services/mcp/quickstart-gemini-cli.md): Get started with Augment Context Engine MCP in Gemini CLI in minutes - [GitHub Copilot Quickstart](https://docs.augmentcode.com/context-services/mcp/quickstart-github-copilot.md): Get started with Augment Context Engine MCP in GitHub Copilot in minutes - [Roo Code Quickstart](https://docs.augmentcode.com/context-services/mcp/quickstart-roo-code.md): Get started with Augment Context Engine MCP in Roo Code in minutes - [Zed Quickstart](https://docs.augmentcode.com/context-services/mcp/quickstart-zed.md): Get started with Augment Context Engine MCP in Zed in minutes - [Droid Quickstart](https://docs.augmentcode.com/context-services/mcp/quickstart-droid.md): Get started with Augment Context Engine MCP in Droid in minutes - [Quickstart](https://docs.augmentcode.com/context-services/sdk/overview.md): Get started with the Augment Context Engine SDK in minutes - [API Reference](https://docs.augmentcode.com/context-services/sdk/api-reference.md): Complete API documentation for the Context Engine SDK - [Examples](https://docs.augmentcode.com/context-services/sdk/examples.md): Example applications using the Auggie SDK - [Overview](https://docs.augmentcode.com/context-services/context-connectors/overview.md): An open-source library built on the Context Engine SDK that makes diverse sources searchable across agents and apps - [How It Works](https://docs.augmentcode.com/context-services/context-connectors/how-it-works.md): Architecture and data flow of Context Connectors - [Index and Search Code](https://docs.augmentcode.com/context-services/context-connectors/quickstart/index-git-repos.md): Index a Git repository and search or chat with it in 3 minutes - [Index Website](https://docs.augmentcode.com/context-services/context-connectors/quickstart/index-website.md): Crawl and index a static website for semantic search in 3 minutes - [GitHub Actions Auto-Indexing](https://docs.augmentcode.com/context-services/context-connectors/quickstart/github-actions-indexing.md): Automatically index your repository on every push using GitHub Actions in 5 minutes - [Auto-Index with Webhooks](https://docs.augmentcode.com/context-services/context-connectors/quickstart/auto-index-webhook.md): Set up a custom webhook server to re-index on push (advanced) in 10 minutes - [Local MCP Server](https://docs.augmentcode.com/context-services/context-connectors/quickstart/claude-desktop-integration.md): Add codebase search to Claude Desktop, Claude Code, Cursor, or another agent in 3 minutes - [Remote MCP Server](https://docs.augmentcode.com/context-services/context-connectors/quickstart/remote-mcp-server.md): Expose your index via MCP over HTTP for remote clients in 3 minutes - [Store Indexes in S3](https://docs.augmentcode.com/context-services/context-connectors/quickstart/share-with-s3.md): Store indexes in S3 for team sharing or application data management in 5 minutes - [Custom Client](https://docs.augmentcode.com/context-services/context-connectors/advanced/custom-client.md): Build custom search clients for your applications - [Custom Indexer](https://docs.augmentcode.com/context-services/context-connectors/advanced/custom-indexer.md): Build a custom indexer for any data source using DirectContext - [Custom Store](https://docs.augmentcode.com/context-services/context-connectors/advanced/custom-store.md): Create custom storage backends for your indexes - [CLI Reference](https://docs.augmentcode.com/context-services/context-connectors/cli-reference.md): Complete command-line reference for Context Connectors - [Using Augment Code Review](https://docs.augmentcode.com/codereview/overview.md): A native GitHub experience to catch critical issues, comment on pull requests, and collaborate on fixes. - [Setup Guide for Enterprise](https://docs.augmentcode.com/codereview/setup-guide-enterprise.md): Configure Augment Code Review for Enterprise accounts with multi-organization support. - [Code Review with GitHub Enterprise Server](https://docs.augmentcode.com/codereview/setup-github-enterprise-server.md): Configure Augment Code Review for GitHub Enterprise Server instances. - [Adding Another Organization](https://docs.augmentcode.com/codereview/adding-another-organization.md): Configure Augment Code Review across multiple GitHub organizations for Enterprise accounts. - [Adding Context with MCP](https://docs.augmentcode.com/codereview/mcp-context.md): Connect Augment Code Review to external context sources through Model Context Protocol. - [Analytics Dashboard](https://docs.augmentcode.com/codereview/analytics-dashboard.md): Track code review metrics and measure the impact of Augment Code Review on your team. - [User Access](https://docs.augmentcode.com/codereview/user-access.md): Manage which GitHub users can trigger Augment Code Review with Allowlist Mode and Deny List. - [Code Review Enterprise Features](https://docs.augmentcode.com/codereview/enterprise-features.md): Advanced features and capabilities available to Enterprise plan customers for Augment Code Review. - [Setup Guide for Business Plan](https://docs.augmentcode.com/codereview/setup-guide-otherplans.md): Get started with Augment Code Review for the Business plan. - [Support for Other Platforms](https://docs.augmentcode.com/codereview/other-platforms.md): Use Augment Code Review with GitLab, Bitbucket, Azure DevOps, and other platforms. - [Providing Feedback](https://docs.augmentcode.com/codereview/providing-feedback.md): Learn how to provide feedback on Augment Code Review comments directly in GitHub. - [Fix in Augment](https://docs.augmentcode.com/codereview/fix-with-augment.md): Automatically address issues found during code review directly using the agent in your IDE or paste the details into your preferred environment to address it yourself. - [Auto-Generated PR Descriptions](https://docs.augmentcode.com/codereview/auto-generated-pr-descriptions.md): Generates comprehensive PR descriptions using Augment Code's Context Engine. - [Review Guidelines](https://docs.augmentcode.com/codereview/review-guidelines.md): Configure custom guidelines to help Augment Code Review focus on specific areas and domain knowledge. Learn which files are automatically skipped and how to customize file exclusions. - [Cross Repo Context](https://docs.augmentcode.com/codereview/cross-repo-context.md): Give Augment Code Review visibility into external repositories for better cross-codebase context during reviews. - [Understanding Review Styles](https://docs.augmentcode.com/codereview/review-style.md): Choose the appropriate style for Augment Code Review to analyze your pull requests: Thorough (catch more) or Precise (less noise). - [Troubleshooting](https://docs.augmentcode.com/codereview/troubleshooting.md): Common issues and solutions for Augment Code Review setup and configuration. - [Overview of Analytics](https://docs.augmentcode.com/analytics/overview.md): Monitor team usage patterns and analyze Augment Code adoption across your organization. - [Usage Dashboards & Budgets](https://docs.augmentcode.com/analytics/credit-dashboard-and-quotas.md): Monitor usage and manage budgets across your organization. - [Analytics API](https://docs.augmentcode.com/analytics/analytics-api.md): Access usage metrics and analytics for your organization. - [Analytics API Reference](https://docs.augmentcode.com/analytics/api-reference.md): Detailed API endpoint documentation. - [Using Teams](https://docs.augmentcode.com/teams/teams-admin-guide.md): Use Teams to collect individual Augment Code accounts on the Business plan into a Team. Once established you can bundle billing for your organization. - [Install Augment GitHub App](https://docs.augmentcode.com/setup-augment/install-github-app.md): Connect your GitHub repositories to Augment for Code Review, Remote MCP, and Slack - [GitHub Enterprise Server Setup](https://docs.augmentcode.com/setup-augment/setup-github-enterprise-server.md): Configure Augment GitHub App for GitHub Enterprise Server instances. - [Network configuration](https://docs.augmentcode.com/setup-augment/network-configuration.md): Configure firewalls, proxies, and web security tools to allow Augment Code traffic for IDE extensions and Auggie. - [Allow Augment traffic from static IPs](https://docs.augmentcode.com/setup-augment/static-ip-support.md): Locate Augment static IP addresses and configure firewalls, allowlists, and network policies for Augment Agent and its integrations. - [SSO Okta Express Config](https://docs.augmentcode.com/setup-augment/sso-okta-express-config.md): Set up SSO with Okta for Augment Code using express configuration for fast and secure authentication. - [Available Models](https://docs.augmentcode.com/models/available-models.md): The LLMs currently available in Augment and how we use them. - [Token-Based Pricing](https://docs.augmentcode.com/models/token-based-pricing.md): Understand how tokens work and how Augment bills for LLM usage, Cosmos compute, and the service fee. - [Feedback](https://docs.augmentcode.com/troubleshooting/feedback.md): We love feedback, and want to hear from you. We want to make the best AI-powered code assistant so you can get more done. - [Request and Session IDs](https://docs.augmentcode.com/troubleshooting/request-id.md): Request IDs and session IDs are generated with every code suggestion, chat interaction, and agent session in VS Code, JetBrains, and Auggie CLI. Our team may ask you to provide these IDs when you report a bug or issue. - [Logs](https://docs.augmentcode.com/troubleshooting/logs.md): Learn how to find your Auggie CLI log file on macOS and Windows. ## OpenAPI Specs - [package](https://docs.augmentcode.com/package.json) - [package-lock](https://docs.augmentcode.com/package-lock.json) - [extensions](https://docs.augmentcode.com/.vscode/extensions.json)