Endpoints
- Clone — creates a local copy in your workspace with no ongoing connection
- Subscribe — creates a live link that receives publisher version updates
Path parameters
Clone
POST /api/hub/catalogs/{catalogId}/clone
Creates a complete copy of the catalog in your workspace as a new, standalone catalog. No ongoing connection to the publisher — you own the copy entirely.
Request body
Response
Clone examples
Subscribe
POST /api/hub/catalogs/{catalogId}/subscribe
Creates a live subscription to the Hub catalog. When the publisher releases a new version, your workspace receives a notification and can sync.