Skip to main content

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.

  1. Access Organization Settings

  2. Create New Organization

    • Click the "Create Organization" button
    • Enter the organization name (e.g., "my-company")
    • Click "Create Organization"
  3. 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.

Global Admin Role Required

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:

  1. 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.

  2. 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.

  3. To request membership, provide your id, which you can find using the astroctl whoami command.

By following these steps, you can become a member of an organization and access its resources and collaboration features.