API Proxy

You might say

Requests started working after I switched to a relay URL. Check who can see the prompts, files, and key along that path.

An API proxy is an intermediate service that receives and forwards requests and responses between a client and an upstream API.For example, an AI tool can send a request to a relay, which forwards it to a model provider and returns the result along the same path. The relay may handle authentication, routing, or a shared gateway, but that does not mean the model runs there. Prompts, file fragments, and credentials may pass through it, so verify the operator, privacy policy, retention rules, and key issuer before use.
API ProxyRelay
Further reading