Privacy Policy — Agent Socket

Effective date: 2026-06-02

This privacy policy describes how the Agent Socket Chrome extension and its companion relay service (agentsocket.dev) handle data.

What Agent Socket is

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.

What data is processed

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:

This data is sent only in response to tool calls that arrive on the user's one-time session URL.

What we do NOT collect

Where the data goes

  1. Browser → Relay (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).
  2. Relay → AI chat: The relay forwards tool-call results to whoever is holding the user's session URL — by design, the AI chat the user pasted the URL into. What that AI chat does with the data is governed by the AI chat's own privacy policy (e.g. Anthropic's, OpenAI's, Google's).

How long data is retained

Third parties

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/.

User control

Changes to this policy

If we change this policy, we will update the Effective date above and publish the change in the same repository.

Contact

Questions about this policy: open an issue at github.com/blitzdotdev/agent-socket/issues or email mjsong2021@gmail.com.