Manage cloud infrastructure with natural language
Bring resource planning, template generation, change review, and deployment operations into one terminal conversation.

From one request to reviewable, executable, deployable cloud infrastructure changes.

Bring resource planning, template generation, change review, and deployment operations into one terminal conversation.

Use Terraform and Alibaba Cloud ROS in one workflow to produce reviewable, executable infrastructure changes.

Connect multiple model providers so teams can choose AI capabilities by model, budget, and compliance needs.

Let the agent understand context, call tools, inspect results, and settle deliverable infrastructure changes.

Install the native app on macOS, Windows, or Linux for an integrated desktop experience and signed updates.

› iac-code
IaC Code interactive session started
› Create a VPC + 2 ECS instances
✎ Generated template vpc-ecs-stack.yml
✓ Validation passed, waiting for deploy confirmation…
Start a terminal session, refine requirements, review templates, run tools, and complete infrastructure tasks across turns.
iac-code$ iac-code --prompt "Create a VPC" \
--output-format stream-json
{"type":"tool_call","name":"ros_generate",…}
{"type":"result","status":"success",…}
Pass a single prompt to IaC Code for scripts, pipelines, and automation systems.
iac-code --prompt "Create a VPC" --output-format stream-json
Launch the local Web app from the CLI and work in a browser with the full conversational IaC workspace.
iac-code webpip install iac-code