Platform Features Use Cases Custom Agents Pricing Contact Us Docs
Platform Guide

Documentation

📚

CloudAgents Platform Documentation

Complete guide to signup, licensing, deployment, and support

🚀 Getting Started — Complete Flow

1
Sign Up with Corporate Email

Visit the homepage and click Start Free Trial. Enter your full name, corporate email (personal emails like Gmail, Yahoo are not accepted), company name, and a strong password (8+ characters with uppercase, lowercase, number, and special character). Select your plan (Starter $29/mo or Professional $58/mo). Accept the Terms & Conditions.

2
Verify Your Email

Check your inbox for a 6-digit verification code. Enter it in the verification modal. This confirms your corporate identity.

3
Validate Payment via PayPal

After email verification, you are redirected to the PayPal checkout. Your payment method is authorized (not charged) to validate it. This creates a 3-day free trial with a valid license key. No charges are made until the trial ends.

4
Install the Local Agent

After payment validation, you receive your license key. Download and run the installer, entering your email, password, and license key. The installer validates all three before proceeding with setup.

5
Start Deploying Infrastructure

Open the agent dashboard, connect your cloud credentials, and start provisioning infrastructure using natural language. The AI agent understands AWS, Azure, GCP, and Kubernetes.

💰 Plans & Billing

Starter — $29/month

  • ✓ 1 license key
  • ✓ All cloud providers (AWS, Azure, GCP)
  • ✓ AI-powered infrastructure provisioning
  • ✓ Software deployment engine
  • ✓ 24/7 live support

Professional — $58/month

  • ✓ 5 license keys
  • ✓ Everything in Starter
  • ✓ Priority support
  • ✓ Advanced compliance policies
  • ✓ Team collaboration features
Trial & Billing Rules:
  • 3-day free trial — payment method validated but not charged
  • After trial, the authorized amount is automatically captured
  • If payment capture fails, your license and agent are suspended
  • Cancel anytime during trial — PayPal authorization is voided, no charge
  • Cancellation after trial — licenses deactivated, subscription ended

💡 Sample Prompt Templates

☁️ AWS

Create an S3 bucket called my-app-data in us-east-1 with versioning enabled
Create an RDS PostgreSQL instance (db.t3.micro) in us-west-2 with 20GB storage
Create a VPC with 2 public and 2 private subnets in us-east-1, CIDR 10.0.0.0/16
Deploy an EKS cluster named production-cluster with 3 nodes (t3.medium) in us-east-1
Create a Lambda function called process-orders with Python 3.12 runtime, 512MB memory
Set up an SQS queue named order-events with a dead-letter queue after 3 retries
Create a DynamoDB table called user-sessions with partition key userId (String) and sort key sessionId (String)
Create an ECS Fargate service with an ALB for my Docker image on port 8080

♢ Azure

Create an Azure Storage Account named myappstorage in East US with Blob container
Deploy an AKS cluster named prod-aks with 3 nodes (Standard_DS2_v2) in West Europe
Create an Azure SQL Database (Basic tier) named orders-db in East US
Create an Azure Function App with Node.js 20 runtime in West US 2
Set up a Virtual Network with address space 10.1.0.0/16 and 2 subnets in Central US
Deploy an Azure Container Instance running nginx:latest on port 80

▲ Google Cloud (GCP)

Create a GCS bucket named my-project-data in us-central1 with standard storage class
Deploy a GKE Autopilot cluster named production in us-east1
Create a Cloud SQL PostgreSQL instance (db-f1-micro) named app-db in us-central1
Create a Cloud Function (Python 3.12) named process-events triggered by Pub/Sub topic orders
Set up a VPC network named main-vpc with subnet 10.0.0.0/20 in us-central1
Deploy a Cloud Run service from image gcr.io/my-project/api:latest on port 8080

☵ Kubernetes

Install Nginx Ingress Controller using Helm in namespace ingress-system
Deploy cert-manager v1.14 with Let's Encrypt ClusterIssuer for production TLS
Install Prometheus and Grafana monitoring stack via Helm in namespace monitoring
Deploy ArgoCD for GitOps in namespace argocd with admin access

💬 Support & Live Chat

CloudAgents provides 24/7 live support through our support engineers. From the local agent dashboard:

  • Create a ticket — Click "Help & Live Support" in the sidebar, fill in subject, priority, and description
  • Track tickets — View all your tickets and their status (open, in progress, waiting, resolved, closed)
  • Live chat — Open any ticket to chat in real-time with assigned support engineers
  • Upload attachments — Share screenshots and files with support via the ticket system

Support engineers monitor tickets and respond in real-time. Priority levels: Low, Normal, High, Urgent.

❓ Frequently Asked Questions

What happens during the 3-day free trial?

Your payment method is authorized (validated) but not charged. You get full access to all platform features. After 3 days, the authorized amount is automatically captured. If the capture fails, your license and agent are suspended until payment is resolved.

Why is a corporate email required?

CloudAgents is an enterprise platform designed for business use. Corporate emails help us verify your organization and provide appropriate support. Personal email providers (Gmail, Yahoo, Outlook, etc.) are not accepted.

How do I cancel my subscription?

You can cancel anytime from the dashboard or by contacting support. During trial: the PayPal authorization is voided and no charge is made. After trial: your subscription ends immediately, licenses are deactivated, and the local agent will stop working.

What happens if my payment fails?

Your subscription status changes to "payment_failed" and all associated license keys are suspended. The local agent will not function until payment is resolved. Contact support to update your payment method.

What cloud providers are supported?

CloudAgents supports AWS, Microsoft Azure, and Google Cloud Platform (GCP). You can also deploy software using Helm charts to Kubernetes clusters. The AI agent auto-detects the best provider based on your prompt, or you can explicitly select one.

How does the local agent work?

The local agent runs on your machine, keeping all cloud credentials encrypted locally. It communicates with the CloudAgents platform for AI inference and Terraform plan generation, but your secrets never leave your machine. The agent executes Terraform and Helm commands locally.

Can I use CloudAgents with existing infrastructure?

Yes. The agent can scan your existing cloud resources, import them, and manage them alongside new deployments. Use the cloud scan feature in the dashboard sidebar to discover existing resources.

What is a developer account?

Developer accounts are created by administrators for internal testing purposes. They bypass license validation and payment requirements, allowing unlimited access to the agent. Developer accounts cannot be self-registered — only admins can create them.

How do I reset my password?

Click "Forgot password?" on the login page, enter your email, and check your inbox for a reset link. The new password must meet the same strength requirements as signup: 8+ characters with uppercase, lowercase, number, and special character.

Is my data secure?

Yes. Cloud credentials are encrypted and stored only on your local machine. The platform uses JWT authentication, HTTPS encryption, and follows enterprise security best practices. We never store your cloud provider credentials on our servers.

💻 Local Agent Installer

Prerequisites: Python 3.10+, Terraform CLI, cloud provider CLI (aws-cli / az / gcloud), and optionally kubectl + Helm.

# Download and run the installer
curl -sSL https://dev.cloudagents.com/v1/installer/bundle -o cloudagents_installer.py
python3 cloudagents_installer.py

The installer will prompt for:

  1. Your registered email address
  2. Your password (validated against the server)
  3. Your license key (validated — must be active)

All three must be valid before setup proceeds. Developer accounts skip the license step automatically.