[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-medusa-mcloud-organizations":3,"mdc-whmk77-key":34,"related-org-medusa-mcloud-organizations":953,"related-repo-medusa-mcloud-organizations":1111},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":18,"repoUrl":19,"updatedAt":20,"license":21,"forks":22,"topics":23,"repo":29,"sourceUrl":32,"mdContent":33},"mcloud-organizations","manage Medusa Cloud organizations","Execute mcloud organizations commands to list or get Cloud organizations. Use when discovering organizations, resolving organization IDs by name, or retrieving organization details including members and subscription.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},"medusa","Medusa","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fmedusa.jpg","medusajs",[13,17],{"name":14,"slug":15,"type":16},"Operations","operations","tag",{"name":9,"slug":8,"type":16},197,"https:\u002F\u002Fgithub.com\u002Fmedusajs\u002Fmedusa-agent-skills","2026-05-09T05:40:54.327722",null,24,[24,25,26,27,28,8],"agentic-commerce","claude","claude-code","commerce","ecommerce",{"repoUrl":19,"stars":18,"forks":22,"topics":30,"description":31},[24,25,26,27,28,8],"Agent skills and commands for Medusa best practices and conventions.","https:\u002F\u002Fgithub.com\u002Fmedusajs\u002Fmedusa-agent-skills\u002Ftree\u002FHEAD\u002Fplugins\u002Fmedusa-cloud\u002Fskills\u002Fmcloud-organizations","---\nname: mcloud-organizations\ndescription: Execute mcloud organizations commands to list or get Cloud organizations. Use when discovering organizations, resolving organization IDs by name, or retrieving organization details including members and subscription.\nallowed-tools: Bash(mcloud organizations*), Bash(mcloud use*), Bash(jq*)\n---\n\n# Cloud CLI: Organizations Commands\n\nExecute `mcloud organizations` commands to list and retrieve Cloud organizations.\n\n## Constraints\n\n- `organizations list` requires **personal auth** (browser login or personal access key). Organization access keys return 401 on this command.\n- When authenticated with `MCLOUD_TOKEN` using an org access key, use `mcloud whoami --json` to get the organization ID instead.\n\n## Commands\n\n### organizations list\n\nList all organizations your account has access to.\n\n```bash\nmcloud organizations list --json\n```\n\n**Options:**\n- `--json` — Output as JSON\n\n### organizations get\n\nRetrieve a single organization by ID. Returns metadata, subscription details, and members.\n\n```bash\nmcloud organizations get \u003Corganization-id> --json\n```\n\n**Arguments:**\n- `organization` — Organization ID (required)\n\n**Options:**\n- `-o\u002F--organization \u003Cid>` — Override the organization in active context (must match the argument)\n- `--json` — Output as JSON\n\n## Organization Fields (JSON)\n\n| Field | Description |\n|-------|-------------|\n| `id` | Organization ID |\n| `name` | Organization display name |\n| `billing_email` | Billing contact email |\n| `status` | `active` or otherwise |\n| `members` | Array of member objects with `id`, `role`, `user.email` |\n| `subscription` | Current plan, period, and `is_active` flag |\n| `account_holder` | Billing account holder details |\n\n## Examples\n\n```bash\n# List all organizations\nmcloud organizations list --json\n\n# Set context to first organization\nORGANIZATION_ID=$(\n  mcloud organizations list --json \\\n    | jq -r '.[0].id'\n)\nmcloud use --organization \"$ORGANIZATION_ID\"\n\n# Find organization ID by name\nORGANIZATION_ID=$(\n  mcloud organizations list --json \\\n    | jq -r '.[] | select(.name == \"My Organization\") | .id'\n)\n\n# Get organization details (subscription, members)\nmcloud organizations get org_123 --json\n\n# List member emails\nmcloud organizations get org_123 --json \\\n  | jq -r '.members[].user.email'\n\n# Check subscription plan\nmcloud organizations get org_123 --json \\\n  | jq '{plan: .subscription.plan.name, status: .subscription.is_active}'\n```\n",{"data":35,"body":37},{"name":4,"description":6,"allowed-tools":36},"Bash(mcloud organizations*), Bash(mcloud use*), Bash(jq*)",{"type":38,"children":39},"root",[40,49,64,71,116,122,128,133,172,180,194,200,205,254,262,276,283,306,312,493,499,947],{"type":41,"tag":42,"props":43,"children":45},"element","h1",{"id":44},"cloud-cli-organizations-commands",[46],{"type":47,"value":48},"text","Cloud CLI: Organizations Commands",{"type":41,"tag":50,"props":51,"children":52},"p",{},[53,55,62],{"type":47,"value":54},"Execute ",{"type":41,"tag":56,"props":57,"children":59},"code",{"className":58},[],[60],{"type":47,"value":61},"mcloud organizations",{"type":47,"value":63}," commands to list and retrieve Cloud organizations.",{"type":41,"tag":65,"props":66,"children":68},"h2",{"id":67},"constraints",[69],{"type":47,"value":70},"Constraints",{"type":41,"tag":72,"props":73,"children":74},"ul",{},[75,95],{"type":41,"tag":76,"props":77,"children":78},"li",{},[79,85,87,93],{"type":41,"tag":56,"props":80,"children":82},{"className":81},[],[83],{"type":47,"value":84},"organizations list",{"type":47,"value":86}," requires ",{"type":41,"tag":88,"props":89,"children":90},"strong",{},[91],{"type":47,"value":92},"personal auth",{"type":47,"value":94}," (browser login or personal access key). Organization access keys return 401 on this command.",{"type":41,"tag":76,"props":96,"children":97},{},[98,100,106,108,114],{"type":47,"value":99},"When authenticated with ",{"type":41,"tag":56,"props":101,"children":103},{"className":102},[],[104],{"type":47,"value":105},"MCLOUD_TOKEN",{"type":47,"value":107}," using an org access key, use ",{"type":41,"tag":56,"props":109,"children":111},{"className":110},[],[112],{"type":47,"value":113},"mcloud whoami --json",{"type":47,"value":115}," to get the organization ID instead.",{"type":41,"tag":65,"props":117,"children":119},{"id":118},"commands",[120],{"type":47,"value":121},"Commands",{"type":41,"tag":123,"props":124,"children":126},"h3",{"id":125},"organizations-list",[127],{"type":47,"value":84},{"type":41,"tag":50,"props":129,"children":130},{},[131],{"type":47,"value":132},"List all organizations your account has access to.",{"type":41,"tag":134,"props":135,"children":140},"pre",{"className":136,"code":137,"language":138,"meta":139,"style":139},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","mcloud organizations list --json\n","bash","",[141],{"type":41,"tag":56,"props":142,"children":143},{"__ignoreMap":139},[144],{"type":41,"tag":145,"props":146,"children":149},"span",{"class":147,"line":148},"line",1,[150,156,162,167],{"type":41,"tag":145,"props":151,"children":153},{"style":152},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[154],{"type":47,"value":155},"mcloud",{"type":41,"tag":145,"props":157,"children":159},{"style":158},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[160],{"type":47,"value":161}," organizations",{"type":41,"tag":145,"props":163,"children":164},{"style":158},[165],{"type":47,"value":166}," list",{"type":41,"tag":145,"props":168,"children":169},{"style":158},[170],{"type":47,"value":171}," --json\n",{"type":41,"tag":50,"props":173,"children":174},{},[175],{"type":41,"tag":88,"props":176,"children":177},{},[178],{"type":47,"value":179},"Options:",{"type":41,"tag":72,"props":181,"children":182},{},[183],{"type":41,"tag":76,"props":184,"children":185},{},[186,192],{"type":41,"tag":56,"props":187,"children":189},{"className":188},[],[190],{"type":47,"value":191},"--json",{"type":47,"value":193}," — Output as JSON",{"type":41,"tag":123,"props":195,"children":197},{"id":196},"organizations-get",[198],{"type":47,"value":199},"organizations get",{"type":41,"tag":50,"props":201,"children":202},{},[203],{"type":47,"value":204},"Retrieve a single organization by ID. Returns metadata, subscription details, and members.",{"type":41,"tag":134,"props":206,"children":208},{"className":136,"code":207,"language":138,"meta":139,"style":139},"mcloud organizations get \u003Corganization-id> --json\n",[209],{"type":41,"tag":56,"props":210,"children":211},{"__ignoreMap":139},[212],{"type":41,"tag":145,"props":213,"children":214},{"class":147,"line":148},[215,219,223,228,234,239,245,250],{"type":41,"tag":145,"props":216,"children":217},{"style":152},[218],{"type":47,"value":155},{"type":41,"tag":145,"props":220,"children":221},{"style":158},[222],{"type":47,"value":161},{"type":41,"tag":145,"props":224,"children":225},{"style":158},[226],{"type":47,"value":227}," get",{"type":41,"tag":145,"props":229,"children":231},{"style":230},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[232],{"type":47,"value":233}," \u003C",{"type":41,"tag":145,"props":235,"children":236},{"style":158},[237],{"type":47,"value":238},"organization-i",{"type":41,"tag":145,"props":240,"children":242},{"style":241},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[243],{"type":47,"value":244},"d",{"type":41,"tag":145,"props":246,"children":247},{"style":230},[248],{"type":47,"value":249},">",{"type":41,"tag":145,"props":251,"children":252},{"style":158},[253],{"type":47,"value":171},{"type":41,"tag":50,"props":255,"children":256},{},[257],{"type":41,"tag":88,"props":258,"children":259},{},[260],{"type":47,"value":261},"Arguments:",{"type":41,"tag":72,"props":263,"children":264},{},[265],{"type":41,"tag":76,"props":266,"children":267},{},[268,274],{"type":41,"tag":56,"props":269,"children":271},{"className":270},[],[272],{"type":47,"value":273},"organization",{"type":47,"value":275}," — Organization ID (required)",{"type":41,"tag":50,"props":277,"children":278},{},[279],{"type":41,"tag":88,"props":280,"children":281},{},[282],{"type":47,"value":179},{"type":41,"tag":72,"props":284,"children":285},{},[286,297],{"type":41,"tag":76,"props":287,"children":288},{},[289,295],{"type":41,"tag":56,"props":290,"children":292},{"className":291},[],[293],{"type":47,"value":294},"-o\u002F--organization \u003Cid>",{"type":47,"value":296}," — Override the organization in active context (must match the argument)",{"type":41,"tag":76,"props":298,"children":299},{},[300,305],{"type":41,"tag":56,"props":301,"children":303},{"className":302},[],[304],{"type":47,"value":191},{"type":47,"value":193},{"type":41,"tag":65,"props":307,"children":309},{"id":308},"organization-fields-json",[310],{"type":47,"value":311},"Organization Fields (JSON)",{"type":41,"tag":313,"props":314,"children":315},"table",{},[316,335],{"type":41,"tag":317,"props":318,"children":319},"thead",{},[320],{"type":41,"tag":321,"props":322,"children":323},"tr",{},[324,330],{"type":41,"tag":325,"props":326,"children":327},"th",{},[328],{"type":47,"value":329},"Field",{"type":41,"tag":325,"props":331,"children":332},{},[333],{"type":47,"value":334},"Description",{"type":41,"tag":336,"props":337,"children":338},"tbody",{},[339,357,374,391,414,451,476],{"type":41,"tag":321,"props":340,"children":341},{},[342,352],{"type":41,"tag":343,"props":344,"children":345},"td",{},[346],{"type":41,"tag":56,"props":347,"children":349},{"className":348},[],[350],{"type":47,"value":351},"id",{"type":41,"tag":343,"props":353,"children":354},{},[355],{"type":47,"value":356},"Organization ID",{"type":41,"tag":321,"props":358,"children":359},{},[360,369],{"type":41,"tag":343,"props":361,"children":362},{},[363],{"type":41,"tag":56,"props":364,"children":366},{"className":365},[],[367],{"type":47,"value":368},"name",{"type":41,"tag":343,"props":370,"children":371},{},[372],{"type":47,"value":373},"Organization display name",{"type":41,"tag":321,"props":375,"children":376},{},[377,386],{"type":41,"tag":343,"props":378,"children":379},{},[380],{"type":41,"tag":56,"props":381,"children":383},{"className":382},[],[384],{"type":47,"value":385},"billing_email",{"type":41,"tag":343,"props":387,"children":388},{},[389],{"type":47,"value":390},"Billing contact email",{"type":41,"tag":321,"props":392,"children":393},{},[394,403],{"type":41,"tag":343,"props":395,"children":396},{},[397],{"type":41,"tag":56,"props":398,"children":400},{"className":399},[],[401],{"type":47,"value":402},"status",{"type":41,"tag":343,"props":404,"children":405},{},[406,412],{"type":41,"tag":56,"props":407,"children":409},{"className":408},[],[410],{"type":47,"value":411},"active",{"type":47,"value":413}," or otherwise",{"type":41,"tag":321,"props":415,"children":416},{},[417,426],{"type":41,"tag":343,"props":418,"children":419},{},[420],{"type":41,"tag":56,"props":421,"children":423},{"className":422},[],[424],{"type":47,"value":425},"members",{"type":41,"tag":343,"props":427,"children":428},{},[429,431,436,438,444,445],{"type":47,"value":430},"Array of member objects with ",{"type":41,"tag":56,"props":432,"children":434},{"className":433},[],[435],{"type":47,"value":351},{"type":47,"value":437},", ",{"type":41,"tag":56,"props":439,"children":441},{"className":440},[],[442],{"type":47,"value":443},"role",{"type":47,"value":437},{"type":41,"tag":56,"props":446,"children":448},{"className":447},[],[449],{"type":47,"value":450},"user.email",{"type":41,"tag":321,"props":452,"children":453},{},[454,463],{"type":41,"tag":343,"props":455,"children":456},{},[457],{"type":41,"tag":56,"props":458,"children":460},{"className":459},[],[461],{"type":47,"value":462},"subscription",{"type":41,"tag":343,"props":464,"children":465},{},[466,468,474],{"type":47,"value":467},"Current plan, period, and ",{"type":41,"tag":56,"props":469,"children":471},{"className":470},[],[472],{"type":47,"value":473},"is_active",{"type":47,"value":475}," flag",{"type":41,"tag":321,"props":477,"children":478},{},[479,488],{"type":41,"tag":343,"props":480,"children":481},{},[482],{"type":41,"tag":56,"props":483,"children":485},{"className":484},[],[486],{"type":47,"value":487},"account_holder",{"type":41,"tag":343,"props":489,"children":490},{},[491],{"type":47,"value":492},"Billing account holder details",{"type":41,"tag":65,"props":494,"children":496},{"id":495},"examples",[497],{"type":47,"value":498},"Examples",{"type":41,"tag":134,"props":500,"children":502},{"className":136,"code":501,"language":138,"meta":139,"style":139},"# List all organizations\nmcloud organizations list --json\n\n# Set context to first organization\nORGANIZATION_ID=$(\n  mcloud organizations list --json \\\n    | jq -r '.[0].id'\n)\nmcloud use --organization \"$ORGANIZATION_ID\"\n\n# Find organization ID by name\nORGANIZATION_ID=$(\n  mcloud organizations list --json \\\n    | jq -r '.[] | select(.name == \"My Organization\") | .id'\n)\n\n# Get organization details (subscription, members)\nmcloud organizations get org_123 --json\n\n# List member emails\nmcloud organizations get org_123 --json \\\n  | jq -r '.members[].user.email'\n\n# Check subscription plan\nmcloud organizations get org_123 --json \\\n  | jq '{plan: .subscription.plan.name, status: .subscription.is_active}'\n",[503],{"type":41,"tag":56,"props":504,"children":505},{"__ignoreMap":139},[506,515,535,545,554,568,595,629,638,671,679,688,700,724,753,761,769,778,803,811,820,848,878,886,894,922],{"type":41,"tag":145,"props":507,"children":508},{"class":147,"line":148},[509],{"type":41,"tag":145,"props":510,"children":512},{"style":511},"--shiki-light:#90A4AE;--shiki-light-font-style:italic;--shiki-default:#546E7A;--shiki-default-font-style:italic;--shiki-dark:#676E95;--shiki-dark-font-style:italic",[513],{"type":47,"value":514},"# List all organizations\n",{"type":41,"tag":145,"props":516,"children":518},{"class":147,"line":517},2,[519,523,527,531],{"type":41,"tag":145,"props":520,"children":521},{"style":152},[522],{"type":47,"value":155},{"type":41,"tag":145,"props":524,"children":525},{"style":158},[526],{"type":47,"value":161},{"type":41,"tag":145,"props":528,"children":529},{"style":158},[530],{"type":47,"value":166},{"type":41,"tag":145,"props":532,"children":533},{"style":158},[534],{"type":47,"value":171},{"type":41,"tag":145,"props":536,"children":538},{"class":147,"line":537},3,[539],{"type":41,"tag":145,"props":540,"children":542},{"emptyLinePlaceholder":541},true,[543],{"type":47,"value":544},"\n",{"type":41,"tag":145,"props":546,"children":548},{"class":147,"line":547},4,[549],{"type":41,"tag":145,"props":550,"children":551},{"style":511},[552],{"type":47,"value":553},"# Set context to first organization\n",{"type":41,"tag":145,"props":555,"children":557},{"class":147,"line":556},5,[558,563],{"type":41,"tag":145,"props":559,"children":560},{"style":241},[561],{"type":47,"value":562},"ORGANIZATION_ID",{"type":41,"tag":145,"props":564,"children":565},{"style":230},[566],{"type":47,"value":567},"=$(\n",{"type":41,"tag":145,"props":569,"children":571},{"class":147,"line":570},6,[572,577,581,585,590],{"type":41,"tag":145,"props":573,"children":574},{"style":152},[575],{"type":47,"value":576},"  mcloud",{"type":41,"tag":145,"props":578,"children":579},{"style":158},[580],{"type":47,"value":161},{"type":41,"tag":145,"props":582,"children":583},{"style":158},[584],{"type":47,"value":166},{"type":41,"tag":145,"props":586,"children":587},{"style":158},[588],{"type":47,"value":589}," --json",{"type":41,"tag":145,"props":591,"children":592},{"style":241},[593],{"type":47,"value":594}," \\\n",{"type":41,"tag":145,"props":596,"children":598},{"class":147,"line":597},7,[599,604,609,614,619,624],{"type":41,"tag":145,"props":600,"children":601},{"style":230},[602],{"type":47,"value":603},"    |",{"type":41,"tag":145,"props":605,"children":606},{"style":152},[607],{"type":47,"value":608}," jq",{"type":41,"tag":145,"props":610,"children":611},{"style":158},[612],{"type":47,"value":613}," -r",{"type":41,"tag":145,"props":615,"children":616},{"style":230},[617],{"type":47,"value":618}," '",{"type":41,"tag":145,"props":620,"children":621},{"style":158},[622],{"type":47,"value":623},".[0].id",{"type":41,"tag":145,"props":625,"children":626},{"style":230},[627],{"type":47,"value":628},"'\n",{"type":41,"tag":145,"props":630,"children":632},{"class":147,"line":631},8,[633],{"type":41,"tag":145,"props":634,"children":635},{"style":230},[636],{"type":47,"value":637},")\n",{"type":41,"tag":145,"props":639,"children":641},{"class":147,"line":640},9,[642,646,651,656,661,666],{"type":41,"tag":145,"props":643,"children":644},{"style":152},[645],{"type":47,"value":155},{"type":41,"tag":145,"props":647,"children":648},{"style":158},[649],{"type":47,"value":650}," use",{"type":41,"tag":145,"props":652,"children":653},{"style":158},[654],{"type":47,"value":655}," --organization",{"type":41,"tag":145,"props":657,"children":658},{"style":230},[659],{"type":47,"value":660}," \"",{"type":41,"tag":145,"props":662,"children":663},{"style":241},[664],{"type":47,"value":665},"$ORGANIZATION_ID",{"type":41,"tag":145,"props":667,"children":668},{"style":230},[669],{"type":47,"value":670},"\"\n",{"type":41,"tag":145,"props":672,"children":674},{"class":147,"line":673},10,[675],{"type":41,"tag":145,"props":676,"children":677},{"emptyLinePlaceholder":541},[678],{"type":47,"value":544},{"type":41,"tag":145,"props":680,"children":682},{"class":147,"line":681},11,[683],{"type":41,"tag":145,"props":684,"children":685},{"style":511},[686],{"type":47,"value":687},"# Find organization ID by name\n",{"type":41,"tag":145,"props":689,"children":691},{"class":147,"line":690},12,[692,696],{"type":41,"tag":145,"props":693,"children":694},{"style":241},[695],{"type":47,"value":562},{"type":41,"tag":145,"props":697,"children":698},{"style":230},[699],{"type":47,"value":567},{"type":41,"tag":145,"props":701,"children":703},{"class":147,"line":702},13,[704,708,712,716,720],{"type":41,"tag":145,"props":705,"children":706},{"style":152},[707],{"type":47,"value":576},{"type":41,"tag":145,"props":709,"children":710},{"style":158},[711],{"type":47,"value":161},{"type":41,"tag":145,"props":713,"children":714},{"style":158},[715],{"type":47,"value":166},{"type":41,"tag":145,"props":717,"children":718},{"style":158},[719],{"type":47,"value":589},{"type":41,"tag":145,"props":721,"children":722},{"style":241},[723],{"type":47,"value":594},{"type":41,"tag":145,"props":725,"children":727},{"class":147,"line":726},14,[728,732,736,740,744,749],{"type":41,"tag":145,"props":729,"children":730},{"style":230},[731],{"type":47,"value":603},{"type":41,"tag":145,"props":733,"children":734},{"style":152},[735],{"type":47,"value":608},{"type":41,"tag":145,"props":737,"children":738},{"style":158},[739],{"type":47,"value":613},{"type":41,"tag":145,"props":741,"children":742},{"style":230},[743],{"type":47,"value":618},{"type":41,"tag":145,"props":745,"children":746},{"style":158},[747],{"type":47,"value":748},".[] | select(.name == \"My Organization\") | .id",{"type":41,"tag":145,"props":750,"children":751},{"style":230},[752],{"type":47,"value":628},{"type":41,"tag":145,"props":754,"children":756},{"class":147,"line":755},15,[757],{"type":41,"tag":145,"props":758,"children":759},{"style":230},[760],{"type":47,"value":637},{"type":41,"tag":145,"props":762,"children":764},{"class":147,"line":763},16,[765],{"type":41,"tag":145,"props":766,"children":767},{"emptyLinePlaceholder":541},[768],{"type":47,"value":544},{"type":41,"tag":145,"props":770,"children":772},{"class":147,"line":771},17,[773],{"type":41,"tag":145,"props":774,"children":775},{"style":511},[776],{"type":47,"value":777},"# Get organization details (subscription, members)\n",{"type":41,"tag":145,"props":779,"children":781},{"class":147,"line":780},18,[782,786,790,794,799],{"type":41,"tag":145,"props":783,"children":784},{"style":152},[785],{"type":47,"value":155},{"type":41,"tag":145,"props":787,"children":788},{"style":158},[789],{"type":47,"value":161},{"type":41,"tag":145,"props":791,"children":792},{"style":158},[793],{"type":47,"value":227},{"type":41,"tag":145,"props":795,"children":796},{"style":158},[797],{"type":47,"value":798}," org_123",{"type":41,"tag":145,"props":800,"children":801},{"style":158},[802],{"type":47,"value":171},{"type":41,"tag":145,"props":804,"children":806},{"class":147,"line":805},19,[807],{"type":41,"tag":145,"props":808,"children":809},{"emptyLinePlaceholder":541},[810],{"type":47,"value":544},{"type":41,"tag":145,"props":812,"children":814},{"class":147,"line":813},20,[815],{"type":41,"tag":145,"props":816,"children":817},{"style":511},[818],{"type":47,"value":819},"# List member emails\n",{"type":41,"tag":145,"props":821,"children":823},{"class":147,"line":822},21,[824,828,832,836,840,844],{"type":41,"tag":145,"props":825,"children":826},{"style":152},[827],{"type":47,"value":155},{"type":41,"tag":145,"props":829,"children":830},{"style":158},[831],{"type":47,"value":161},{"type":41,"tag":145,"props":833,"children":834},{"style":158},[835],{"type":47,"value":227},{"type":41,"tag":145,"props":837,"children":838},{"style":158},[839],{"type":47,"value":798},{"type":41,"tag":145,"props":841,"children":842},{"style":158},[843],{"type":47,"value":589},{"type":41,"tag":145,"props":845,"children":846},{"style":241},[847],{"type":47,"value":594},{"type":41,"tag":145,"props":849,"children":851},{"class":147,"line":850},22,[852,857,861,865,869,874],{"type":41,"tag":145,"props":853,"children":854},{"style":230},[855],{"type":47,"value":856},"  |",{"type":41,"tag":145,"props":858,"children":859},{"style":152},[860],{"type":47,"value":608},{"type":41,"tag":145,"props":862,"children":863},{"style":158},[864],{"type":47,"value":613},{"type":41,"tag":145,"props":866,"children":867},{"style":230},[868],{"type":47,"value":618},{"type":41,"tag":145,"props":870,"children":871},{"style":158},[872],{"type":47,"value":873},".members[].user.email",{"type":41,"tag":145,"props":875,"children":876},{"style":230},[877],{"type":47,"value":628},{"type":41,"tag":145,"props":879,"children":881},{"class":147,"line":880},23,[882],{"type":41,"tag":145,"props":883,"children":884},{"emptyLinePlaceholder":541},[885],{"type":47,"value":544},{"type":41,"tag":145,"props":887,"children":888},{"class":147,"line":22},[889],{"type":41,"tag":145,"props":890,"children":891},{"style":511},[892],{"type":47,"value":893},"# Check subscription plan\n",{"type":41,"tag":145,"props":895,"children":897},{"class":147,"line":896},25,[898,902,906,910,914,918],{"type":41,"tag":145,"props":899,"children":900},{"style":152},[901],{"type":47,"value":155},{"type":41,"tag":145,"props":903,"children":904},{"style":158},[905],{"type":47,"value":161},{"type":41,"tag":145,"props":907,"children":908},{"style":158},[909],{"type":47,"value":227},{"type":41,"tag":145,"props":911,"children":912},{"style":158},[913],{"type":47,"value":798},{"type":41,"tag":145,"props":915,"children":916},{"style":158},[917],{"type":47,"value":589},{"type":41,"tag":145,"props":919,"children":920},{"style":241},[921],{"type":47,"value":594},{"type":41,"tag":145,"props":923,"children":925},{"class":147,"line":924},26,[926,930,934,938,943],{"type":41,"tag":145,"props":927,"children":928},{"style":230},[929],{"type":47,"value":856},{"type":41,"tag":145,"props":931,"children":932},{"style":152},[933],{"type":47,"value":608},{"type":41,"tag":145,"props":935,"children":936},{"style":230},[937],{"type":47,"value":618},{"type":41,"tag":145,"props":939,"children":940},{"style":158},[941],{"type":47,"value":942},"{plan: .subscription.plan.name, status: .subscription.is_active}",{"type":41,"tag":145,"props":944,"children":945},{"style":230},[946],{"type":47,"value":628},{"type":41,"tag":948,"props":949,"children":950},"style",{},[951],{"type":47,"value":952},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":954,"total":771},[955,972,988,1003,1015,1030,1040,1053,1070,1080,1093,1106],{"slug":956,"name":956,"fn":957,"description":958,"org":959,"tags":960,"stars":18,"repoUrl":19,"updatedAt":971},"building-admin-dashboard-customizations","customize Medusa Admin dashboard UI","Load automatically when planning, researching, or implementing Medusa Admin dashboard UI (widgets, custom pages, forms, tables, data loading, navigation). REQUIRED for all admin UI work in ALL modes (planning, implementation, exploration). Contains design patterns, component usage, and data loading patterns that MCP servers don't provide.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[961,964,967,968],{"name":962,"slug":963,"type":16},"E-commerce","e-commerce",{"name":965,"slug":966,"type":16},"Frontend","frontend",{"name":9,"slug":8,"type":16},{"name":969,"slug":970,"type":16},"UI Components","ui-components","2026-04-06T18:29:57.203659",{"slug":973,"name":973,"fn":974,"description":975,"org":976,"tags":977,"stars":18,"repoUrl":19,"updatedAt":987},"building-storefronts","implement Medusa storefront features","Load automatically when planning, researching, or implementing Medusa storefront features (calling custom API routes, SDK integration, React Query patterns, data fetching). REQUIRED for all storefront development in ALL modes (planning, implementation, exploration). Contains SDK usage patterns, frontend integration, and critical rules for calling Medusa APIs.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[978,979,982,983,984],{"name":962,"slug":963,"type":16},{"name":980,"slug":981,"type":16},"Engineering","engineering",{"name":965,"slug":966,"type":16},{"name":9,"slug":8,"type":16},{"name":985,"slug":986,"type":16},"React","react","2026-04-06T18:29:55.957429",{"slug":989,"name":989,"fn":990,"description":991,"org":992,"tags":993,"stars":18,"repoUrl":19,"updatedAt":1002},"building-with-medusa","implement Medusa backend features","Load automatically when planning, researching, or implementing ANY Medusa backend features (custom modules, API routes, workflows, data models, module links, business logic). REQUIRED for all Medusa backend work in ALL modes (planning, implementation, exploration). Contains architectural patterns, best practices, and critical rules that MCP servers don't provide.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[994,997,1000,1001],{"name":995,"slug":996,"type":16},"Backend","backend",{"name":998,"slug":999,"type":16},"Data Modeling","data-modeling",{"name":962,"slug":963,"type":16},{"name":9,"slug":8,"type":16},"2026-04-06T18:29:54.652389",{"slug":1004,"name":1004,"fn":1005,"description":1006,"org":1007,"tags":1008,"stars":18,"repoUrl":19,"updatedAt":1014},"creating-agents-in-medusa","build admin-facing AI agents in Medusa","Use when building an internal admin-facing AI agent in a Medusa project. These agents are operated by merchants and store operators — not customers. Covers data models, module service, agent runtime (tools, system prompt, streamText), streaming API routes (NDJSON), and admin UI chat extensions. Load for any internal agent type: store operations assistant, product audit, cohort analysis, customer service tooling for support staff, etc. Do NOT use for customer-facing agents (storefront chatbots, buyer-side assistants).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1009,1012,1013],{"name":1010,"slug":1011,"type":16},"Agents","agents",{"name":995,"slug":996,"type":16},{"name":9,"slug":8,"type":16},"2026-07-14T05:42:09.367168",{"slug":1016,"name":1016,"fn":1017,"description":1018,"org":1019,"tags":1020,"stars":18,"repoUrl":19,"updatedAt":1029},"db-generate","generate database migrations for Medusa modules","Generate database migrations for a Medusa module",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1021,1022,1025,1026],{"name":995,"slug":996,"type":16},{"name":1023,"slug":1024,"type":16},"Database","database",{"name":9,"slug":8,"type":16},{"name":1027,"slug":1028,"type":16},"Migration","migration","2026-04-06T18:29:53.415671",{"slug":1031,"name":1031,"fn":1032,"description":1033,"org":1034,"tags":1035,"stars":18,"repoUrl":19,"updatedAt":1039},"db-migrate","run database migrations in Medusa","Run database migrations in Medusa",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1036,1037,1038],{"name":1023,"slug":1024,"type":16},{"name":9,"slug":8,"type":16},{"name":1027,"slug":1028,"type":16},"2026-04-06T18:29:52.187377",{"slug":1041,"name":1041,"fn":1042,"description":1043,"org":1044,"tags":1045,"stars":18,"repoUrl":19,"updatedAt":1052},"learning-medusa","guide Medusa development learning","Load automatically when user asks to learn Medusa development (e.g., \"teach me how to build with medusa\", \"guide me through medusa\", \"I want to learn medusa\"). Interactive guided tutorial where Claude acts as a coding bootcamp instructor, teaching step-by-step with checkpoints and verification.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1046,1047,1048,1049],{"name":995,"slug":996,"type":16},{"name":962,"slug":963,"type":16},{"name":9,"slug":8,"type":16},{"name":1050,"slug":1051,"type":16},"Templates","templates","2026-04-06T18:29:58.461689",{"slug":1054,"name":1054,"fn":1055,"description":1056,"org":1057,"tags":1058,"stars":18,"repoUrl":19,"updatedAt":1069},"mcloud-deployments","manage Medusa Cloud deployments","Execute mcloud deployments commands to list deployments, retrieve deployment details, and fetch build logs. Use when listing deployments, checking deployment status, or reading build output for debugging build failures.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1059,1062,1065,1066],{"name":1060,"slug":1061,"type":16},"Deployment","deployment",{"name":1063,"slug":1064,"type":16},"Logs","logs",{"name":9,"slug":8,"type":16},{"name":1067,"slug":1068,"type":16},"Observability","observability","2026-05-09T05:40:51.727369",{"slug":1071,"name":1071,"fn":1072,"description":1073,"org":1074,"tags":1075,"stars":18,"repoUrl":19,"updatedAt":1079},"mcloud-environments","manage Medusa Cloud environments","Execute mcloud environments commands to list, get, create, delete, redeploy, or trigger builds for Cloud environments. Use when managing environment lifecycle, redeploying after variable changes, or starting new builds from source.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1076,1077,1078],{"name":1060,"slug":1061,"type":16},{"name":9,"slug":8,"type":16},{"name":14,"slug":15,"type":16},"2026-07-17T05:31:36.384292",{"slug":1081,"name":1081,"fn":1082,"description":1083,"org":1084,"tags":1085,"stars":18,"repoUrl":19,"updatedAt":1092},"mcloud-local","reproduce Cloud builds locally","Execute mcloud local build to reproduce a Cloud build on the local machine. Use when debugging a build-failed deployment without pushing to the tracked branch, iterating on a build fix, or testing build-variable changes locally. Requires Docker and must run inside the project's Git repo.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1086,1089,1090,1091],{"name":1087,"slug":1088,"type":16},"Debugging","debugging",{"name":1060,"slug":1061,"type":16},{"name":980,"slug":981,"type":16},{"name":9,"slug":8,"type":16},"2026-07-17T06:05:07.199529",{"slug":1094,"name":1094,"fn":1095,"description":1096,"org":1097,"tags":1098,"stars":18,"repoUrl":19,"updatedAt":1105},"mcloud-logs","fetch and stream runtime cloud logs","Execute mcloud logs to fetch and stream runtime logs for Cloud environments. Use when reading backend or storefront logs, filtering by time range, searching for errors, or scoping logs to a specific deployment.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1099,1102,1103,1104],{"name":1100,"slug":1101,"type":16},"Cloud","cloud",{"name":1063,"slug":1064,"type":16},{"name":9,"slug":8,"type":16},{"name":1067,"slug":1068,"type":16},"2026-05-09T05:40:46.707854",{"slug":4,"name":4,"fn":5,"description":6,"org":1107,"tags":1108,"stars":18,"repoUrl":19,"updatedAt":20},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1109,1110],{"name":9,"slug":8,"type":16},{"name":14,"slug":15,"type":16},{"items":1112,"total":771},[1113,1120,1128,1135,1141,1148,1154],{"slug":956,"name":956,"fn":957,"description":958,"org":1114,"tags":1115,"stars":18,"repoUrl":19,"updatedAt":971},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1116,1117,1118,1119],{"name":962,"slug":963,"type":16},{"name":965,"slug":966,"type":16},{"name":9,"slug":8,"type":16},{"name":969,"slug":970,"type":16},{"slug":973,"name":973,"fn":974,"description":975,"org":1121,"tags":1122,"stars":18,"repoUrl":19,"updatedAt":987},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1123,1124,1125,1126,1127],{"name":962,"slug":963,"type":16},{"name":980,"slug":981,"type":16},{"name":965,"slug":966,"type":16},{"name":9,"slug":8,"type":16},{"name":985,"slug":986,"type":16},{"slug":989,"name":989,"fn":990,"description":991,"org":1129,"tags":1130,"stars":18,"repoUrl":19,"updatedAt":1002},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1131,1132,1133,1134],{"name":995,"slug":996,"type":16},{"name":998,"slug":999,"type":16},{"name":962,"slug":963,"type":16},{"name":9,"slug":8,"type":16},{"slug":1004,"name":1004,"fn":1005,"description":1006,"org":1136,"tags":1137,"stars":18,"repoUrl":19,"updatedAt":1014},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1138,1139,1140],{"name":1010,"slug":1011,"type":16},{"name":995,"slug":996,"type":16},{"name":9,"slug":8,"type":16},{"slug":1016,"name":1016,"fn":1017,"description":1018,"org":1142,"tags":1143,"stars":18,"repoUrl":19,"updatedAt":1029},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1144,1145,1146,1147],{"name":995,"slug":996,"type":16},{"name":1023,"slug":1024,"type":16},{"name":9,"slug":8,"type":16},{"name":1027,"slug":1028,"type":16},{"slug":1031,"name":1031,"fn":1032,"description":1033,"org":1149,"tags":1150,"stars":18,"repoUrl":19,"updatedAt":1039},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1151,1152,1153],{"name":1023,"slug":1024,"type":16},{"name":9,"slug":8,"type":16},{"name":1027,"slug":1028,"type":16},{"slug":1041,"name":1041,"fn":1042,"description":1043,"org":1155,"tags":1156,"stars":18,"repoUrl":19,"updatedAt":1052},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1157,1158,1159,1160],{"name":995,"slug":996,"type":16},{"name":962,"slug":963,"type":16},{"name":9,"slug":8,"type":16},{"name":1050,"slug":1051,"type":16}]