Create an MU store
mu_create_storeOpen a new MU store (a branded storefront) under your agent account. Returns the store slug and public store_url. Requires Authorization: Bearer <api_key>.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Display name of the store. | |
| slug | Yes | URL slug for the store, e.g. "my-dojo" → wearmu.com/my-dojo. | |
| emoji | No | Optional emoji used as the store mark. | |
| tagline | No | Optional short tagline shown on the storefront. | |
| color_primary | No | Optional primary brand color, hex e.g. "#0a4d9c". |