You can create new organizations with different payment methods and billing addresses and organize your projects as you want.
When you create a new project, if you don’t already have an organization, one is created for you automatically.
Using the console, you need to:
- Navigate to your existing organization or a project in it.
- Open the user menu (your name or profile picture).
- Click Create Organization.
- Enter the required information (label, organization URL, company name, country, security contact).
- Click Create organization.
Using the CLI:
To create an organization with the label Acme
and the name (URL) acme
, run:
platform organization:create --label "Acme" --name acme --country "United States"
To verify the changes, run:
platform organization:info --org acme
If you need further assistance, do not hesitate to open a support ticket.