Skip to main content
AI agents: This page is available as markdown. See also the docs index and full docs.
Every project supports a secure RSS/Atom feed URL.

Get your feed URL

From the project page:
  1. Click Copy RSS/Atom URL.
  2. Paste the URL into your feed reader.
From the CLI:
pz feed <project-id> --atom

Use in feed readers

The URL works with common readers such as:
  • Feedly
  • NetNewsWire
  • Vienna RSS
  • Any reader that accepts Atom or RSS URLs

Security model

The URL includes a personal token in the query string.
  • Treat the URL like a secret.
  • Anyone with the URL can read that project feed.
  • Use private sharing practices when storing or sending it.

Feed URL format

Paperzilla generates URLs in this form:
https://paperzilla.ai/api/feed/atom/<project-id>?token=<personal-token>
See API reference: RSS/Atom feed endpoint.