MultiMuse 1.12.0
MultiMuse 1.12.0
What's New?
New MultiMuse dashboard
Manage your cast on the web at multimuse.app/dashboard.
The new Muse Studio layout is outline-first: pick a muse, shape the card from a section list, configure the selection in the inspector, and check the live preview. You get a collapsible muse library (with hover details and group markers), a customizable panel layout, peek/pin Discord preview, and mobile Edit / Preview tabs. An onboarding guide walks through the flow the first time; use Guide anytime to replay it.
Cards with customizable modules
We’re moving past “Basic vs Advanced/Creative” as separate kinds of card. A muse card is one Layout View profile you build with the pieces you want:
-
Profile fields (quote, notes, tags, banner, and so on)
-
Optional custom text, links, and gallery images
-
Optional modules (vitals, attributes, dice, scene focus, StageHand reputation/challenges, Connections, Story Line, and more)
Add what you need; leave out what you don’t. Richer content simply stays on the card — no separate “upgrade to Advanced” mindset.
Card modules
| Module | What it does |
|---|---|
| Resource bars | Vitals like Health / Stamina (up to 5; adjustable from the Discord card) |
| Attributes | Compact named stats (up to 8); optional StageHand muse-link sync |
| Scene focus | A pinned Story Line scene or this muse’s most recent reply |
| Reputation | Progress from a StageHand server you pick |
| Challenges | Win/loss from a StageHand server you pick |
| Dice | Personal dice menu or inline roll buttons (optional StageHand preset) |
Published View connections and Story Line still attach as card actions when those features are public.
Personal defaults
Under Settings → Personal defaults, set how new muses start — including layout templates and which Created / Messages / privacy lines to hide on cards.
Deprecations
Classic cards are deprecated.
The old embed-style Classic card is no longer the path forward. Existing Classic cards open in the dashboard as a Layout View card and migrate when you save. New muses no longer default to Classic.
You may still see older “Basic / Creative” labels in places while we finish renaming. Treat them as the same modular card system (lighter vs more custom content), not as two permanent product lines.
Fixes
-
/muse sharepagination — Large muse or member lists now page correctly (25 per page). Selections stay selected when you change pages. -
Search helpers when the list is long (🔍 Muse / 🔍 User) so you don’t have to flip through every page to find someone.
-
/muse unsharemuse list also paginates when you’ve shared a lot of muses with one person. -
Misc. dashboard polish: preview placement, muse library hover cards, and save/layout stability.
API updates
For integrators and tools (docs):
-
GET /api/v1/muses/cardnow returnscardModules,profileThreadId,profileUrl, and connections publish metadata. -
Optional
?include=live(or specific live fields) returns StageHand snapshots undercardModulesLivewithout slowing default reads. -
GET /api/v1/muses/{muse_id}/connections-public— lightweight public cloud link metadata. -
Private muses are hidden from API reads unless the key owner owns them or has an accepted share.
-
Profile widget stats (
/api/v1/widget/stats) for Discord Profile Widget tools, plus wrapper resolve and related muse endpoints documented for third-party use.
Notes
-
Card modules and StageHand-linked panels are still being refined — please report quirks in the support server.
-
StageHand-linked modules need StageHand set up on that server; MultiMuse only stores which server/preset to show.
-
Full guides: Muse cards · Connections · Story Line · HTTP API