Skip to main content
Run:
pz project list
That prints a table with an ID column. Use that ID with project-scoped commands such as:
pz feed <project-id>
pz feed search --project-id <project-id> --query "latent retrieval"
pz paper <paper-id> --project <project-id>
pz feed <project-id> --atom
Example flow:
# 1. Find the project ID
pz project list

# 2. Search that project
pz feed search --project-id a1b2c3d4-e5f6-7890-abcd-ef1234567890 --query "proximity graphs"
If you want to search by project name instead of copying the ID manually, use the app or an MCP client. The CLI uses the project ID directly.