What the device agent changes on a device, and how it sits beside the VPN client, EDR, DNS filtering, and managed browsers, stated from the mechanism.
Updated July 2026
The agent shares the device with a VPN client, an EDR agent, DNS filtering, and managed browsers. This page states how it interacts with each of them, from what the agent actually changes on a machine. It makes no claim of the form "tested with vendor X": the architectural interaction is described here, and the one-laptop step of the Endpoint pilot validates the combination on the firm's own stack with a checklist.
| Change | Mechanism | Restored how |
|---|---|---|
| System proxy configuration | A proxy auto-configuration (PAC) file scoped to registry AI hosts. macOS: per network service, with each service's prior state captured first. Windows: a per-user proxy setting plus the machine-wide setting, the machine setting applied only after certificate trust and listener readiness, with prior state snapshotted first. | The captured prior state is replayed on uninstall; the Windows per-user setting is deleted only where it names Proxara's local PAC, so a proxy a user set themselves is untouched. |
| Certificate trust | The per-tenant CA: through the MDM trust profile on managed fleets, installed into the machine root store by the Windows service, or a one-click login-keychain prompt on unmanaged trial Macs. | Removed from the stores on uninstall; the MDM removes its own profile. |
| Firefox enterprise-roots policy | Lets Firefox trust the certificate from the operating-system store. | Removed on uninstall. |
| AI-client configurations | Supported MCP clients are re-pointed to the local gateway, with backups taken first. | Restored from the backups on uninstall. |
On Windows production installs, the agent adds one signed kernel component: a network driver, signed by Microsoft through its hardware certification program, that carries web connections through the agent's local checkpoint while the agent is healthy. Only destinations with positive AI evidence are opened; everything else passes through unread. The driver's authorization is a short lease: if the agent or its checkpoint stops being healthy, the lease lapses within seconds and traffic flows natively. Beyond that one component, the agent changes no routes and no network interfaces, does not alter DNS configuration, and adds no firewall rules. Trial and sandbox installs, and macOS today, capture through the proxy configuration above and load no driver; each device reports which capture mode it runs.
The agent operates on the device, above the tunnel. It changes no routes, so whatever path the VPN establishes is the path traffic takes. For an AI destination, the request reaches the agent's local checkpoint (handed over by the proxy setting, or carried there by the Windows driver), and the agent's onward connection to the origin travels the same network path as any other process on the device, tunnel included.
UpstreamProxy key, and every outbound leg it makes chains through the corporate proxy. Without that configuration, the agent connects directly.The agent does not change the device's DNS configuration. What a filter observes changes in one narrow way: for the AI hosts the agent relays, the lookup and the origin connection come from the agent process rather than the browser, on the same device and the same network. A destination the filter refuses stays refused: if the origin cannot be reached, the agent drops the host to a direct tunnel for five minutes, records a content-free event, and the native path receives the filter's answer.
DNS over HTTPS in managed browsers: on macOS the managed profile turns DoH off for Chrome, Edge, and Firefox, which keeps browser lookups on the resolver the firm's filtering watches. On Windows, capture does not depend on a browser policy and no DoH policy is set; a firm that locks browser DoH on Windows keeps doing so through its existing policy.
On Windows production installs, the driver carries the connection to the agent's checkpoint regardless of which browser or HTTP stack the application uses. On proxy-mode installs (trials, sandboxes, and macOS today), capture rides the operating-system proxy setting, which Chromium-based browsers, Safari, and applications built on the platform HTTP stacks honour: the PAC routes only registry AI hosts to the local proxy, each with a direct fallback, and every other destination is listed direct and never touches the agent. Either way, for an intercepted AI host the browser sees a leaf certificate minted under the firm's CA; for everything else, the original certificate chain passes through untouched.