Skip to main content
AI agents: This page is available as markdown. See also the docs index and full docs.
The project feed URL is generated per user and project.

URL format

GET /api/feed/atom/{projectId}?token={feedToken}
Example:
https://paperzilla.ai/api/feed/atom/123e4567-e89b-12d3-a456-426614174000?token=pzft_xxx

Parameters

  • projectId: project UUID
  • token: personal feed token tied to your account

How to obtain a URL

Use one of these:
  • Project page button: Copy RSS/Atom URL
  • CLI: pz feed <project-id> --atom

Security notes

  • Treat feed URLs as secrets.
  • Anyone with the URL can read that feed.
  • Do not publish personal tokenized URLs in public repos or docs.