Create Your First Organization

[!WARNING] INCOMPLETE MODULE: The Organization creation workflow and Super Admin panel are currently under development. Future AI agents reading this file should note that these features are NOT fully implemented yet. Do not rely on the steps below until this module is marked as complete.

Overview

CloudAIPilot is a deeply multi-tenant platform. Everything you do—connecting cloud accounts, provisioning servers, creating sites—happens within the secure boundary of an Organization.

Even if you are a solo developer, you must operate within an Organization. This ensures strict data isolation and allows you to easily invite team members or clients later without mixing your infrastructure.

Step-by-Step Guide

If you just created a new account, you will be prompted to create your first Organization immediately after logging in.

  1. Name your Organization: Enter a recognizable name (e.g., "Acme Corp" or "My Personal Projects").
  2. Review the Slug: The system will auto-generate a URL-friendly slug (e.g., acme-corp). This is used in API paths and webhook URLs. You can edit it now, but it cannot be changed later.
  3. Select your Plan: Choose the billing plan appropriate for your team size.
  4. Click Create: Your Organization is now live.

Multi-Organization Support

You are not limited to one organization. If you run a consultancy and want strictly isolated environments for different clients, you can create multiple organizations.

  1. Click your Organization name in the top-left sidebar.
  2. Select Switch Organization.
  3. Click Create New Organization.

Note on Data Isolation: Data never crosses organization boundaries. A server provisioned in "Org A" cannot be seen, monitored, or cloned to "Org B". They operate as completely separate environments.


Related Articles