18 chapters · 52 min
Medusa Cloud
Chapter 8 of 18
Execute mcloud organizations commands to list or get Cloud organizations.
1 minute · 122 words · 7 sections
Execute mcloud organizations commands to list and retrieve Cloud organizations.
organizations list requires personal auth (browser login or personal access key). Organization access keys return 401 on this command.MCLOUD_TOKEN using an org access key, use mcloud whoami --json to get the organization ID instead.List all organizations your account has access to.
mcloud organizations list --jsonOptions:
--json — Output as JSONRetrieve a single organization by ID. Returns metadata, subscription details, and members.
mcloud organizations get <organization-id> --jsonArguments:
organization — Organization ID (required)Options:
-o/--organization <id> — Override the organization in active context (must match the argument)--json — Output as JSON| Field | Description |
|---|---|
id | Organization ID |
name | Organization display name |
billing_email | Billing contact email |
status | active or otherwise |
members | Array of member objects with id, role, user.email |
subscription | Current plan, period, and is_active flag |
account_holder | Billing account holder details |
# List all organizations
mcloud organizations list --json
# Set context to first organization
ORGANIZATION_ID=$(
mcloud organizations list --json \
| jq -r '.[0].id'
)
mcloud use --organization "$ORGANIZATION_ID"
# Find organization ID by name
Install this repository
npx skills add medusajs/medusa-agent-skills/plugin marketplace add medusajs/medusa-agent-skillsSkills install per repository, not per chapter — the CLI has no documented per-skill form, so we do not print one.
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.
The verbatim description from this skill’s front matter — the string an agent matches on to decide whether to load it.
Bash(mcloudorganizations*),Bash(mclouduse*),Bash(jq*)plugins/medusa-cloud/skills/mcloud-organizations/SKILL.mdmain, last pushed 6 August 2026.SKILL.md, not by matching a directory convention. 4 distinct layouts observed: plugins/ecommerce-storefront/skills/*/SKILL.md, plugins/learn-medusa/skills/*/SKILL.md, plugins/medusa-cloud/skills/*/SKILL.md, plugins/medusa-dev/skills/*/SKILL.md.h1 and no skipped levels:.claude-plugin/marketplace.json by Medusa, declaring 4 plugins. It is read for editorial metadata only — never as the skill index, which is always the repository tree./medusajs/medusa-agent-skills.md, and each chapter at its own .md URL.