Skip to content

Multiple feeds

A feed is an isolated package namespace with its own access control. Use separate feeds to draw trust boundaries — for example a feed per team, per product, or per environment — so a publisher or reader scoped to one feed can’t see or touch another.

As an admin, open /admin/feeds and create a feed with a slug, display name, and visibility (public or private). Each feed has its own v3 index at /v3/{feed}/index.json and its own grants.

  • Public feeds are readable by any authenticated user.
  • Private feeds require a per-feed grant (Reader / Publisher) for access.

On Community edition the server runs with the single default feed; creating an additional feed is blocked until an Enterprise license is applied (see Licensing). Existing feeds remain readable if a license lapses — only creating new ones is gated.