The Basics
What is Cloudgeni?
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.
How fast can I get started?
How fast can I get started?
Under 5 minutes:
- Sign up (free)
- Connect your GitHub/GitLab repo
- Start an AI agent session
- Describe what you want to build
Do I need to install anything?
Do I need to install anything?
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.
What IaC formats are supported?
What IaC formats are supported?
- 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
How much does it cost?
How much does it cost?
Free Tier:
- 3 repositories
- 100 scans/month
- Community support
- Unlimited repos & scans
- AI remediation
- PR reviews
- Priority support
- Multi-cloud scanning
- Custom compliance
- Dedicated support
- Contact us: hello@cloudgeni.ai
Is there a free trial?
Is there a free trial?
Yes! 14 days of Pro features, no credit card required.You get unlimited scanning, AI remediation, and PR reviews.
Can I cancel anytime?
Can I cancel anytime?
Yes. Cancel anytime. Your data stays accessible for 30 days after cancellation.
Security & Privacy
How is my code protected?
How is my code protected?
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
- Read-only access to your repos
- No persistent storage of source code
- Processing in isolated, ephemeral environments
Can Cloudgeni modify my cloud infrastructure?
Can Cloudgeni modify my cloud infrastructure?
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)
What compliance frameworks are supported?
What compliance frameworks are supported?
Built-in support for:
- SOC 2 Type II
- ISO 27001
- NIS2
- PCI DSS
- CIS Benchmarks
- AWS Well-Architected
- Azure Security Benchmark
Features
How does AI code generation work?
How does AI code generation work?
- You describe what you want in plain English
- AI analyzes your existing codebase and conventions
- Generates IaC following your patterns
- Validates with your IaC tool (
terraform plan,bicep what-if, etc.) - Creates a PR ready for review
How accurate are security findings?
How accurate are security findings?
~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
What integrations are available?
What integrations are available?
Git Providers:
- GitHub, GitLab, Azure DevOps
- GitHub Actions, GitLab CI, Azure Pipelines, Jenkins
- Slack, Microsoft Teams, Email
- Jira, GitHub Issues
- REST API for custom integrations
Troubleshooting
Repos not showing scan results?
Repos not showing scan results?
Check:
- Repo contains IaC files (
.tf,.bicep,.hcl,.yaml, etc.) - Cloudgeni app has access to the repo
- Webhook delivery is successful
- Repo is connected in Cloudgeni dashboard
Cloud connection failing?
Cloud connection failing?
AWS:
- Security Hub enabled?
- IAM role ARN correct?
- External ID matches?
- Defender enabled?
- Service principal permissions correct?
- Subscription/Tenant IDs correct?
PR reviews not appearing?
PR reviews not appearing?
- Check webhook is configured
- Verify Cloudgeni has repo access
- Check webhook delivery logs
- Make sure PR reviews are enabled for the repo