Skip to main content

The Basics

What is Cloudgeni?

Cloudgeni is an AI-powered platform for building cloud infrastructure. You describe what you need in natural language, and our AI generates production-ready Infrastructure as Code.Think: “Create an S3 bucket with encryption” → complete, secure IaC in seconds.
Under 5 minutes:
  1. Sign up (free)
  2. Connect your GitHub/GitLab repo
  3. Start an AI agent session
  4. Describe what you want to build
See the Quick Start for details.
Nope. Cloudgeni is fully cloud-based. Just connect your Git provider and cloud accounts through the web app.Optional: Install our GitHub Action for CI/CD integration.
  • Terraform (.tf, .tfvars)
  • OpenTofu (.tf, .tfvars)
  • Terragrunt (.hcl)
  • Azure Bicep (.bicep)
  • AWS CloudFormation (.yaml, .json)
  • AWS CDK (TypeScript, Python, Java, C#, Go)
  • Pulumi (TypeScript, Python, Go, C#, Java, YAML)
  • Ansible (.yaml, .yml)

Pricing

Free Tier:
  • 3 repositories
  • 100 scans/month
  • Community support
Pro ($449/month):
  • Unlimited repos & scans
  • AI remediation
  • PR reviews
  • Priority support
Enterprise:
Yes! 14 days of Pro features, no credit card required.You get unlimited scanning, AI remediation, and PR reviews.
Yes. Cancel anytime. Your data stays accessible for 30 days after cancellation.

Security & Privacy

Enterprise-grade security:
  • All data encrypted (TLS 1.3 in transit, AES-256 at rest)
  • SOC 2 Type II compliant infrastructure
  • GDPR and CCPA compliant
  • Regular security audits
Code handling:
  • Read-only access to your repos
  • No persistent storage of source code
  • Processing in isolated, ephemeral environments
No. We use read-only access:
  • AWS: IAM roles with SecurityAudit permissions
  • Azure: Service principals with Reader access
  • Repos: Read-only (write only for creating PRs)
Cloudgeni never makes changes to your infrastructure.
Built-in support for:
  • SOC 2 Type II
  • ISO 27001
  • NIS2
  • PCI DSS
  • CIS Benchmarks
  • AWS Well-Architected
  • Azure Security Benchmark
Plus custom frameworks for your org.

Features

  1. You describe what you want in plain English
  2. AI analyzes your existing codebase and conventions
  3. Generates IaC following your patterns
  4. Validates with your IaC tool (terraform plan, bicep what-if, etc.)
  5. Creates a PR ready for review
The agent understands context, asks clarifying questions, and iterates based on feedback.
~95% accuracy with less than 5% false positive rate.We combine:
  • 500+ built-in security rules
  • Industry-standard scanners (Checkov, tfsec)
  • AI-powered context analysis
  • Cross-reference with live infrastructure
Git Providers:
  • GitHub, GitLab, Azure DevOps
CI/CD:
  • GitHub Actions, GitLab CI, Azure Pipelines, Jenkins
Communication:
  • Slack, Microsoft Teams, Email
Issue Tracking:
  • Jira, GitHub Issues
API:
  • REST API for custom integrations

Troubleshooting

Check:
  1. Repo contains IaC files (.tf, .bicep, .hcl, .yaml, etc.)
  2. Cloudgeni app has access to the repo
  3. Webhook delivery is successful
  4. Repo is connected in Cloudgeni dashboard
See Troubleshooting for more.
AWS:
  • Security Hub enabled?
  • IAM role ARN correct?
  • External ID matches?
Azure:
  • Defender enabled?
  • Service principal permissions correct?
  • Subscription/Tenant IDs correct?
See Connection Issues for details.
  1. Check webhook is configured
  2. Verify Cloudgeni has repo access
  3. Check webhook delivery logs
  4. Make sure PR reviews are enabled for the repo

Still Have Questions?