> ## Documentation Index
> Fetch the complete documentation index at: https://docs.augmentcode.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Network configuration

> Configure firewalls, proxies, and web security tools to allow Augment Code traffic for IDE extensions and Auggie.

Enterprise environments with firewalls, proxy servers, or web security tools (such as Zscaler) may need to allow-list specific Augment Code URLs so the IDE extension and Auggie CLI can connect to Augment services.

## Network access requirements

Augment Code products need access to the following URLs:

```
*.augmentcode.com
```

**Wildcard allow-listing is the simplest and recommended approach.** This ensures all Augment services work without additional configuration as new subdomains are added.

## Specific domains

For environments where wildcard allow-listing is not possible, allow-list the following specific domains.

### Core production services

Required for IDE Extension and Auggie.

| Domain                               | Purpose              |
| ------------------------------------ | -------------------- |
| `auth.augmentcode.com`               | OAuth authentication |
| `login.augmentcode.com`              | Login flow           |
| `{tenantprefix}.api.augmentcode.com` | Tenant API endpoint  |

<Tip>
  As a tenant admin, you can find your tenant URL by visiting [app.augmentcode.com/settings/service-accounts](https://app.augmentcode.com/settings/service-accounts). It follows the format `https://e5.api.augmentcode.com/`.
</Tip>

### Analytics and CDN

| URL                                | Purpose                 |
| ---------------------------------- | ----------------------- |
| `https://evs.grdt.augmentcode.com` | Analytics and telemetry |
| `https://cdn.augmentcode.com`      | Auto-updates            |

## Verifying connectivity

After configuring your firewall or proxy, verify that the allow-listing is working:

1. Open your IDE with the Augment extension installed.
2. Attempt to sign in to Augment Code.
3. If authentication succeeds and the extension connects, your network configuration is correct.

If you encounter connection errors, review your firewall logs for blocked requests to the domains listed above.

## Related resources

For outbound IP allow-listing needs, see [Static IP allowlists](/setup-augment/static-ip-support).
