Documentation Index
Fetch the complete documentation index at: https://docs.cloudgeni.ai/llms.txt
Use this file to discover all available pages before exploring further.
CLI Overview
Use the Cloudgeni CLI when you want the same agent-session workflow from a terminal. It is useful for:- Chatting with an active AI DevOps session
- Starting agent work from scripts or another coding agent
- Reusing a selected organization across commands
- Getting JSON output for automation
Setup
cloudgeni org use selects the default organization for future commands. You can still pass
--org <org> on any command when you need a one-off override.
cloudgeni context use selects default repository and integration context for agent sessions in
that organization. You can still pass context flags on one command when you need a one-off override.
Agent Context
Select the repo and integrations once, then letcloudgeni agent and cloudgeni agent run reuse
them for new sessions:
owner/name, URLs, or unambiguous names. Integration
values can be IDs, names, or provider aliases.
Agent Sessions
Open the active session for the selected organization:/helpfor available shell commands/sessionto show the active session/session <id>to attach to another session/newto start a new session on the next message/watchto stream the current session/orgto show the selected organization/exitto leave the shell
Agent Automation
Use explicit subcommands when another tool or script is driving Cloudgeni:Finding Context
Use these commands when you want to inspect available context directly:Integrations
List connected integrations:Global Flags
--jsonor--output jsonfor machine-readable output--non-interactiveto disable prompts--org <org>to override the selected organization for one command--tokento override the bearer token for one command