What You’ll Do
Step 1: Create Your Account
- GitHub (Recommended)
- GitLab
- Email
- Go to app.cloudgeni.ai/sign-up 2. Click Continue with GitHub 3. Authorize Cloudgeni 4. Done—your repos are ready to connect
Step 2: Connect a Repository
- Go to Settings → IaC Repositories
- Click Connect GitHub (or GitLab/Azure DevOps)
- Select repositories with your IaC code
- Click Install & Authorize
Pick repos with IaC files (
.tf, .bicep, .hcl, .yaml, .json, etc.) for the best
experience.Step 3: Connect Cloud (Optional)
Connect your cloud account to enable:- Validation against real infrastructure
- Resource discovery for import
- Cost and compliance analysis
- AWS
- Azure
- Settings → Cloud Accounts → Connect AWS 2. Enter Account ID 3. Run the CloudFormation stack (creates read-only role) 4. Paste the Role ARN
Step 4: Start an AI Agent Session
This is where the magic happens.- Click AI DevOps in the nav
- Click New Session
- Select your repository
- Choose your IaC format
- Start typing!
Try These Prompts
- AWS
- Azure
Create an S3 bucket with encryption and versioning enabled Add a VPC with public and private subnets in us-east-1 Set up an RDS PostgreSQL database with Multi-AZWhat Happens
- Agent analyzes your request
- Generates code following your repo’s conventions
- Shows diagram of infrastructure changes
- Runs security checks automatically
- Validates with your IaC tool (if cloud connected)
Step 5: Review the Code
The interface shows you everything:| Tab | What You See |
|---|---|
| Chat | Your conversation with the agent |
| Diagram | Visual infrastructure map |
| Code | Generated files with diff view |
| Policy & Cost | Security findings + cost estimates |
| Validation | IaC validation results (plan, what-if, etc.) |
Step 6: Create a Pull Request
Happy with the code?- Click Create PR
- Review title and description
- Click Create
- PR appears in your repository
- Review and merge when ready
Cloudgeni adds security scan results as PR comments automatically.
Bonus: CLI
Manage integrations and run drift scans directly from your terminal or CI/CD pipelines.CLI Documentation
View all commands and features
You’re Set Up!
Account created
Repository connected
AI session started
Code generated
What’s Next?
AI DevOps Deep Dive
All agent capabilities and advanced features
Import Resources
Turn existing cloud resources into IaC
PR Reviews
Automatic security reviews on every PR
CLI Reference
Report errors from terminal and CI/CD