Create Organization
You can create organizations using either the web UI or the CLI. The web UI is the recommended approach for most users.
Prerequisites
Ensure that you have the global admin
role assigned to your account. Only users with the global admin role can create organizations.
Method 1: Using the Web UI (Recommended)
-
Access Organization Settings
- Log in to the AstroPulse Console
- Navigate to Settings → Organizations
-
Create New Organization
- Click the "Create Organization" button
- Enter the organization name (e.g., "my-company")
- Click "Create Organization"
-
Result
- Your new organization will be created and available immediately
- You will be assigned as the organization owner
- You can now add members and manage resources within this organization
Method 2: Using the CLI
astroctl org create foo-org
Replace foo-org
with your desired organization name.
To create an organization, you must have the global admin
role assigned to your account. Only users with the global admin role can create organizations.
How to be part of the Organization?
To become a member of an organization in the Astro Platform, follow these steps:
-
When you onboard the platform, you are automatically assigned a default organization. However, please note that the default organization is only for testing purposes and you cannot add anyone to it.
-
To join an organization, you need to either have the admin role assigned to your account or request the administrator to add you to the organization.
-
To request membership, provide your
id
, which you can find using theastroctl whoami
command.
By following these steps, you can become a member of an organization and access its resources and collaboration features.