Label Metadata in Velveteen
Updated June 12, 2026
Label metadata is the information Velveteen stores for label identity, access, public pages, and delivery sync. It includes the label name, slug, public page settings, FUGA identifier, and permissions.
The visible field users touch most is the label name, but the label record also supports API, public page, permission, and FUGA sync behavior.
Fields and related records
Name
The label name used in catalog and release metadata.
Slug
The public URL segment for label pages when enabled.
Public page
public_page_enabled controls whether a label page can be shown.
FUGA ID
The delivery-side identifier Velveteen stores after sync.
Permissions
label_permissions rows decide which users can access and manage the label.
Public pages
Public label pages are separate from dashboard label management. A label can exist for release delivery even if its public page is off.
Frequently asked questions
Can I change a label slug?+
Velveteen has a label slug API, but access is permission checked.
Does public_page_enabled affect delivery?+
No. It controls public page visibility, not whether a label can be used on a release.
What is fuga_id?+
It is the identifier Velveteen stores for the matching FUGA label entity.
Where are label permissions stored?+
They are stored in label_permissions.
Related articles