# WholEarth Records > A stylized music creator platform — every artist owns an explorable, themed page with an embedded AI manager. Sound is Currency. Pages are public when the artist publishes; calendars export as .ics. ## Surfaces - [The World](https://wholearth-records.vercel.app/): Explorable neon music world — 7 zones, live presence, audio-reactive lighting. - [Artist page](https://wholearth-records.vercel.app/{handle}): An artist's owned home: 3D themed hero + ordered content blocks, persistent player, embedded AI manager. - [Press kit (EPK)](https://wholearth-records.vercel.app/{handle}/epk): Print-clean electronic press kit: bio, music, photos, upcoming dates, contact. - [Gallery album](https://wholearth-records.vercel.app/{handle}/gallery/{albumId}): One photo/art album; per-album privacy (public, link-only, private). - [The Wall](https://wholearth-records.vercel.app/wall): Public cross-artist feed of updates + track shares; each artist also has a Wall block on their page (owner posts, public reads). - [Rooms](https://wholearth-records.vercel.app/rooms): Collab spaces: chat, presence, shared stems (waveforms in chat), task board. - [Room](https://wholearth-records.vercel.app/rooms/{slug}): One collab room — membership-gated for invite rooms. - [Calendar feed (.ics)](https://wholearth-records.vercel.app/api/calendar/{handle}): Subscribe-able RFC 5545 feed of an artist's shows and drops. - [Live stage](https://wholearth-records.vercel.app/{handle}/live): The artist's live performance stream — fans watch in realtime when the artist goes live (Club zone lists who's on). ## Machine endpoints - [AI manifest](https://wholearth-records.vercel.app/ai-manifest.md): structured platform manifest (YAML frontmatter) - [Calendar feeds](https://wholearth-records.vercel.app/api/calendar/{handle}): per-artist RFC 5545 .ics ## Notes for agents - Artist pages embed schema.org JSON-LD (MusicGroup, MusicRecording, Event). - Replace {handle} with an artist's handle (lowercase slug). - Draft pages 404 for non-owners; respect that as intended privacy.