How it works
Agent Cloud is a workflow engine wrapped in a CLI. The workflow has clear phases so you can understand what will happen before you approve.
The pipeline
High level: CLI triggers a workflow. Agents reason. Providers execute.
Phases
Each phase has a clear purpose. The default flow includes an approval step.
1) Environment validation
Check cloud credentials, required CLIs, permissions, and basic connectivity.
2) Project analysis
Detect your stack and the most likely deployment shape (static, API, container).
3) Deployment planning
Generate a provider-specific plan, including commands and an estimated cost summary.
4) Approval gate
Review the plan before it runs. Skip this step with --yes.
5) Cloud execution
Run the real commands using the selected provider and return the deployment URL.
6) History and logs
Persist session logs and workflow snapshots so you can understand what happened later.
Typical command
Start a deployment (interactive) or auto-approve.
Interactive
cloud-agent deploy --cloud gcp
Auto-approve
cloud-agent deploy --cloud gcp --yes