Your label’s room
Paste the API key from your CUT for Labels welcome pack. Brand, roster, catalog, and embed live here.
Keys never leave this browser except to talk to /api/label.
New here? Start your room.
Two minutes: name it, brand it later, invite your roster. Trial rooms work fully, the studio reviews before launch.
Pilot metrics
Weekly review for design partners. Same funnel the house operator sees, scoped to your tenant.
Webhooks
POST to your stack when lines open, pitches land, or cuts confirm. Signed with HMAC-SHA256.
Enterprise
Custom domain and SSO are configured with Martori for paid enterprise tenants. See cut-enterprise.md.
White-label brand
These tokens paint the room, desk, and companion for your members.
Invite a member
They receive a magic link into your tenant room, not the public CUT waitlist.
Roster
Insert into your system
Drop this on an intranet page, A&R portal, or artist site. The room runs in an iframe with your brand.
Loading…
Integration API
Bearer auth with your cut_live_… key. Base path /api/label.
GET /api/label → summary + counts
GET /api/label/metrics → pilot funnel (tenant-scoped)
GET /api/label/briefs → open calls
GET /api/label/lines → lines
GET /api/label/placements → cuts + holds
GET /api/label/webhooks → webhook endpoints
POST /api/label/webhooks → add webhook
DELETE /api/label/webhooks/:id → remove webhook
GET /api/label/members → roster
POST /api/label/members → invite {email, role, display_name, title}
GET /api/label/songs → catalog
POST /api/label/songs → upsert song metadata
PATCH /api/label/brand → brand + embed_origins
GET /api/label/embed → iframe snippet
POST /api/label/keys → mint another key