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

# Is my RSS/Atom URL private?

> Paperzilla RSS/Atom URLs contain personal tokens and should be treated as secrets.

export const AiAgents = ({path}) => <Tip>
    <b>AI agents</b>: This page is available as <a href={path + '.md'}>markdown</a>. See also the <a href="/llms.txt">docs index</a> and <a href="/llms-full.txt">full docs</a>.
  </Tip>;

<AiAgents path="/answers/rss-url-security" />

Your project feed URL contains a personal token.

Treat it like a password:

* Do not post it publicly.
* Do not commit it to public repos.
* Share only with trusted tools and readers.

Anyone with the URL can read that feed.
