Effective date: 2026-06-02
This privacy policy describes how the Agent Socket Chrome extension and its companion relay service (agentsocket.dev) handle data.
Agent Socket lets the user expose the currently-active browser tab as a set of HTTP tool endpoints, so an AI chat (such as Claude, ChatGPT, or Gemini) can read and interact with that tab. The extension does nothing until the user explicitly clicks "Connect this tab" in its popup.
When the user starts a session, the following data may flow from the user's browser through the relay (agentsocket.dev) to whichever AI chat the user pastes the session URL into:
/eval tool, scoped to the connected tab.This data is sent only in response to tool calls that arrive on the user's one-time session URL.
agentsocket.dev): Tool-call payloads travel over a WebSocket from the extension to the relay. The relay is a stateless Cloudflare Worker (Durable Object) that holds the WebSocket open and forwards messages. It does not write the payloads to any persistent storage (no database, no logs in production).chrome.storage.local): The extension stores only two things locally on the user's machine — (a) the relay base URL setting, and (b) site-specific tool profiles the user has saved via the /save_site_profile tool. Neither is transmitted off the user's machine. The user can delete these by uninstalling the extension or clearing extension storage from chrome://extensions.We do not sell, rent, or share user data with third parties for advertising, marketing, or any other purpose unrelated to making the active session work. The relay is hosted on Cloudflare Workers; Cloudflare's data-handling practices are governed by its own privacy policy at https://www.cloudflare.com/privacypolicy/.
chrome://extensions.chrome.userScripts API used by the /eval tool is additionally gated behind a per-extension "Allow User Scripts" toggle that the user must explicitly enable.If we change this policy, we will update the Effective date above and publish the change in the same repository.
Questions about this policy: open an issue at github.com/blitzdotdev/agent-socket/issues or email mjsong2021@gmail.com.