How do I sign up for Augment Code and install the VS Code extension?
AI Coding Agent Platforms

How do I sign up for Augment Code and install the VS Code extension?

7 min read

Augment Code is built for professional software teams that want AI agents directly in their IDE—from prompt to pull request. If you’re ready to try Augment in VS Code, the process breaks down into two main steps: creating your Augment account and installing the VS Code extension so you can start using IDE agents on your own codebase.

Below is a practical, step‑by‑step guide to help you sign up for Augment Code and install the VS Code extension successfully.


1. What you need before installing Augment in VS Code

Before you sign up and install the extension, make sure you have:

  • VS Code installed
    • Download from the official Visual Studio Code website if you don’t already have it.
  • A supported operating system
    • Augment works wherever VS Code runs (macOS, Windows, Linux).
  • Access to your codebase
    • Local clone of your repositories or workspace you want Augment to analyze.
  • (Optional) GitHub access
    • Helpful if you plan to use Augment with GitHub pull requests and reviews.

2. How to sign up for Augment Code

To use the VS Code extension, you first need an Augment Code account. The exact UI may change over time, but the sign‑up flow generally looks like this:

Step 1: Go to the Augment Code website

  1. Open your browser and navigate to the Augment Code website.
  2. Look for a button such as “Install Augment”, “Get Started”, or “Contact Sales” (for enterprise teams).

Step 2: Choose how you want to get started

Depending on your team and plan, you may see options like:

  • Install Augment – for individual developers or small teams who want to try the product.
  • Contact Sales – for larger or enterprise teams that need a tailored rollout, procurement, or security review.

If you’re just trying Augment in VS Code, choose the Install or Get Started path.

Step 3: Create your account

On the sign‑up form, you’ll typically:

  1. Enter your work email (recommended for team features).
  2. Create a secure password, or
  3. Use a supported SSO/login provider if available (e.g., GitHub, Google, etc.).
  4. Verify your email if prompted (check your inbox for a confirmation link).

Once your account is created, you’ll have access to the Augment dashboard and can proceed to connect your IDE.


3. Installing the Augment Code VS Code extension

With your account ready, you can now install the VS Code extension that brings Augment IDE agents into your editor.

Method 1: Install from the VS Code Marketplace (recommended)

  1. Open VS Code.
  2. Click the Extensions icon in the left sidebar (or press Ctrl+Shift+X / Cmd+Shift+X on macOS).
  3. In the search bar, type:
    “Augment Code” or “Augment”.
  4. Locate the Augment extension (check that the publisher is Augment Code).
  5. Click Install.

After installation, VS Code will enable the extension and may prompt you to reload the window.

Method 2: Install from the Augment website

If the Augment website provides a direct VS Code installation link:

  1. From the Install Augment or Get Started flow, click the VS Code option.
  2. This will open VS Code and the extension page in the Marketplace.
  3. Click Install inside VS Code.

Either route ends with the extension appearing in your installed extensions list.


4. Signing into Augment from VS Code

Once the extension is installed, you need to link it to your Augment account so the agents can access your codebase context and IDE.

  1. In VS Code, look for the Augment icon in the activity bar or a new Augment tab/panel.
  2. Open the Augment panel.
    You’ll typically see a prompt such as “Sign in to Augment” or “Connect your account”.
  3. Click Sign In.
  4. A browser window will open, asking you to:
    • Log in with your Augment account, or
    • Confirm that VS Code can access your Augment workspace.
  5. After confirming, return to VS Code; it should now show you as signed in.

If you’re part of a team or organization, you may see options to select your workspace or project.


5. Connecting Augment to your project in VS Code

Augment’s IDE agents rely on deep contextual understanding of your codebase. To get that “from prompt to pull request” experience, make sure your project is ready:

  1. Open your project folder in VS Code (File → Open Folder).
  2. Ensure your repo is cloned locally and opened at the root.
  3. In the Augment side panel, you may see:
    • A prompt like “Index this project”, “Enable Augment on this repo”, or
    • Automatic detection of your codebase.
  4. Follow the prompts to let Augment analyze your codebase. This gives agents the context they need to:
    • Generate task lists for complex, multi‑step work
    • Maintain automatic memories across sessions
    • Create PR‑ready changes rather than throwaway snippets.

Depending on the size of your project, initial analysis may take a few moments.


6. Using the Augment Agent in VS Code

Once signed in and connected, you can start using Augment directly in your editor.

Chatting with the agent

  1. Open the Augment Agent panel in VS Code.
  2. Type a natural language prompt, for example:
    • Add rate limiting to the API endpoints
    • How do I log an error?
    • Refactor this function for readability
  3. Augment will:
    • Inspect your existing code and middleware setup
    • Propose changes (e.g., creating src/middleware/rateLimit.ts)
    • Show diffs or apply edits directly in your workspace

Because Augment understands your actual codebase, the generated code is designed to be production‑grade, not generic boilerplate.

Using task lists and multi‑step work

For more complex changes (e.g., new features or large refactors), you can:

  • Ask Augment to break work into task lists.
  • Let the agent execute tasks step‑by‑step, updating code, configuration, and tests.
  • Review changes as they’re proposed, then commit or open a pull request.

7. Command‑line and automation tips

If you use Augment’s CLI (where available), you may see suggestions like:

  • auggie --print "your task"

This is useful for automation and scripting around your development workflow:

  • Generate structured task plans for complex work.
  • Integrate Augment into your existing toolchain.
  • Use it alongside the IDE agent for both interactive and scripted changes.

8. Troubleshooting VS Code installation and sign‑in

If you run into issues signing up for Augment Code or installing the VS Code extension, try these steps:

Extension not showing in VS Code

  • Confirm you’re on a supported VS Code version (update to the latest stable release).
  • Check your internet connection and retry the Marketplace search.
  • If your network is restricted (corporate proxy, firewall), ask your IT team to allow access to the VS Code Marketplace and Augment’s domains.

Can’t sign in from VS Code

  • Make sure you can log in to the Augment website directly in your browser.
  • If SSO is enforced by your organization, ensure you use the correct login method.
  • Close the sign‑in browser tab, reopen the Augment panel, and retry.
  • Verify that your system browser is set correctly; some environments block auth popups.

Agent can’t see or update your files

  • Confirm the correct folder is opened in VS Code (root of your project).
  • Check that any workspace trust / permissions prompts in VS Code are accepted.
  • If your repo is very large (e.g., enterprise monorepo), give Augment time to index.

If issues persist, visit the Augment Code support or documentation pages for up‑to‑date troubleshooting steps.


9. Next steps after installing Augment in VS Code

Once you’ve signed up for Augment Code and installed the VS Code extension:

  • Experiment with real tasks
    Try prompts like:
    • “Remove unnecessary packages and reorganize dependencies”
    • “Add ESLint, Prettier, and TypeScript support to this project”
  • Use one‑click fixes
    Accept agent‑proposed changes directly in your IDE, and review diffs before committing.
  • Introduce it to your team
    Share your workspace, connect more developers, and standardize how your team uses Augment from prompt to pull request.

With Augment set up in VS Code, your IDE becomes a powerful environment where AI agents understand your entire codebase, maintain context over time, and help you ship higher‑quality code faster.