AI DevOps
AI DevOps in Cloudgeni is the agent-session workflow exposed in the app atAgent Sessions.
It is the shared execution surface behind:
- Direct agent chats
- Some remediation handoffs
- Cloud resource import handoffs
- Session resume and fork workflows
What It Is Good For
Use an agent session when you want Cloudgeni to work with repository context rather than only show scan output. Typical use cases:- Draft new IaC for a requested change
- Refactor or explain existing IaC
- Continue from a finding or remediation thread
- Import existing cloud resources into a repository structure
How A Session Works
- Open
Agent Sessions - Pick the repository or repositories you want the agent to work in
- Optionally attach cloud and documentation context
- Submit the prompt
- Watch the streamed conversation and tool output
- Resume or fork the session if you want a second pass
Terminal Workflow
Use the CLI when you want to work with the same agent sessions from a terminal.cloudgeni agent opens the active session for the selected organization. To send a single prompt
and stream the result:
What The Agent Can Use As Context
The current app supports a guided launch model with context selectors for:- Repositories
- Cloud integrations
- Documentation integrations
How Changes Land
Agent sessions are still Git workflows. The useful output is usually:- File changes in the selected repository
- A branch or pull request
- A follow-up review cycle
When Not To Start Here
If you only want an initial security signal, Static Analysis or Cloud Compliance is usually a better first step. Start with AI DevOps when you already know you want generated or edited repository changes.Related Workflows
Cloud Resource Import
Start from discovered resources and hand off into an agent session.
Pull Request Reviews
Use agents on incoming pull requests rather than only in interactive sessions.