Quickstart
Cloudgeni is easiest to understand if you treat it as two connected systems:- A Git-backed change path for branches, pull requests, and repository scans
- A cloud-backed context path for live resources, posture scans, and import workflows
1. Connect Git
Go toSettings -> Integrations -> Git.
Supported providers in the current app:
- GitHub
- GitLab
- Azure DevOps
2. Connect Cloud
Go toSettings -> Integrations -> Cloud.
Current cloud setup paths:
- AWS: manual credential flow in the UI
- Azure: Quick Connect is the supported path
- GCP: keyless impersonation or service account key
- OCI: manual credential flow
3. Pick One First Workflow
Once Git and cloud are connected, choose a workflow that matches what you want to do first.Static Analysis
Scan an IaC repository with Checkov and work from file-level findings.
Cloud Compliance
Run framework-based cloud scans against a connected account.
Cloud Resource Import
Select discovered resources and hand them off to an agent-backed import flow.
AI DevOps
Start an agent session with repository, cloud, and documentation context.
4. Turn On Pull Request Reviews Per Repository
Connecting a Git provider is not enough by itself. PR reviews are enabled at the repository level from the repository settings screen under the Git integration. That matches the code path used by the web app and PR review service today. See Pull Request Reviews.What This Covers
If you only do the steps above, you will have the same baseline the app expects for most workflows:- At least one active Git integration
- At least one active cloud integration
- A repository selected for code-side work
- A cloud account selected for live-state work
Next
Overview
See how the product surfaces fit together.
Scanning API
Trigger the same scan flows from scripts and pipelines.