docs: general changes to Cloud docs (#13616)

* docs: document self serve

* docs: Cloud docs changes

* vale fixes

* vale error fix

* fixes

* added new sections

* generate
This commit is contained in:
Shahed Nasser
2025-09-30 18:37:04 +03:00
committed by GitHub
parent 70d855bd1b
commit a1dd2de0de
20 changed files with 538 additions and 491 deletions
+18 -2
View File
@@ -15,9 +15,25 @@ In Cloud, an organization is a group of users that have access to the same setti
As a user, you must be in an organization to create and deploy projects. A user can be a member of multiple organizations.
You can create a new organization when you sign up for Cloud. This will make you the organization's owner.
---
You can also join an existing organization by [receiving an invite from a user in that organization](#invite-members-to-organization).
## Create or Join an Organization
To get started with Cloud, you need to either create a new organization or [join an existing one](#invite-members-to-organization).
If you don't have a Cloud account, you can [sign up for Cloud](../sign-up/page.mdx) and create a new organization.
To create a new organization when you already have a Cloud account:
1. Click on the <InlineIcon Icon={ChevronUpDown} alt="switch organization" /> icon next to the current organization name at the top left of the Cloud dashboard.
2. Choose "Create Organization" from the dropdown.
3. In the "Setup your organization" step, enter your organization's name and click the "Create" button.
4. In the final step:
- Choose a plan for your organization. By default, the **Hobby** plan is selected. You can change the plan by clicking the "Change plan" link.
- **Payment Details**: Enter your card details. You'll be charged upfront based on the plan you selected once you finish the setup.
- **Billing details**: If you chose the **Pro** plan, enter your billing details, including your legal name and billing email address. These details are used for taxes and invoicing.
- **Billing address**: Enter your billing address. This address is used for generated invoices.
5. Once you're done, click the "Start your X/mo plan" button. Then, Medusa will charge you for the plan you selected, create an organization, and redirect you to your organization's Cloud dashboard.
---