Quickstart: Autonomous Infrastructure in 20 Minutes

Architecture Overview

This quickstart pathway is designed to demonstrate the power of a true Zero-Ops control plane. Within 20 minutes, you will command the CloudAIPilot orchestration engine to securely bind to your cloud provider, provision a pristine compute node, and deploy a fully functional web architecture.

Throughout this process, you will not write a single line of bash script or touch an SSH terminal.

Phase 1: Establish Cloud Provider Trust (Min 1-3)

Before CloudAIPilot can act autonomously, it must establish a secure cryptographic trust with your underlying infrastructure provider.

  1. Navigate to Cloud Accounts via the left navigation matrix.
  2. Select Add Cloud Account and choose your preferred vendor (e.g., AWS, Azure, GCP, or DigitalOcean).
  3. Generate the required API Access Token or Service Principal within your vendor's console.
  4. Input the cryptographic token into CloudAIPilot and initialize the connection.

*Result: The control plane is now securely authorized to provision and manipulate resources on your behalf.*

Phase 2: Autonomous Server Provisioning (Min 4-15)

  1. Navigate to the Servers matrix and select Provision Server.
  2. Designate your previously connected cloud provider and select an optimal geographic region.
  3. Select your intended application archetype (e.g., WordPress, Node.js, or Docker). The orchestration engine will automatically calculate the required underlying OS and software dependencies.
  4. Select a compute size and initiate the Provision command.

*Result: You can safely close the window. The Activity Center will monitor the background workers as they spin up the instance, harden the OS, and secure the network perimeter. The status will transition to "Running" upon completion.*

Phase 3: Workload Deployment (Min 16-18)

  1. Access your newly operational server and navigate to the Sites & Apps contextual tab.
  2. Select New Site.
  3. Input your desired Site Name. (A temporary routing URL will be generated autonomously if you do not yet have a domain bound).
  4. Confirm your Application Type and execute the Create Site command.

*Result: The control plane configures the web server proxy, provisions isolated databases, and injects the application payload without manual intervention.*

Phase 4: Verification (Min 19-20)

  1. Once the Activity Center reports success, access the Temporary URL provided in the site overview.
  2. Your workload is now live and securely isolated.

Congratulations! You have successfully executed your first autonomous cloud deployment using a modern control plane.

Next Steps