Policy Catalog
A catalog browser for pre-seeded policy entries — fetch by ID, list all available — without claiming to enforce or evaluate policies at runtime.
The problem
/ 01When you need to discover what curated policy entries exist for a tenant, you need a catalog that lists available entries and fetches a single entry by its ID — returning the entry and any associated cartridge — while being honest that this is a demo-grade browser, not a live policy engine.
What it does
/ 02Fetches a curated policy entry by entryId (or cartridgeId) — returns the entry and associated cartridge, or a not-found error.
Lists all catalog entries for the tenant with IDs and metadata.
Who it’s for
/ 03- Policy architects browsing available cartridges
- Compliance reviewers checking curated entries
- Developers integrating policy lookup
In context
/ 01Complements Policy Marketplace (publish/subscribe), Policy Cartridge (runtime policies), and the Consent Receipt Registry (content-hash discovery).
