Infrastructure tools your agent already has
Infrastructure as code, with an agent that can read the plan and tell you what it means.
12 toolsThe hard part of infrastructure work is rarely the syntax, it is knowing what a change will actually do. An agent that can run the plan and read the diff back to you in a sentence changes how carefully you have to read it yourself.
The tools
Preinstalled on every plan, with nothing to set up. A few depend on the engine you pick.
tofuPlan and apply infrastructure with OpenTofu.
terraformA shim that runs OpenTofu, so existing Terraform scripts keep working.
ansibleRun ad hoc commands across a fleet of hosts.
ansible-playbookExecute playbooks to configure servers end to end.
ansible-galaxyInstall the roles and collections a playbook depends on.
ansible-vaultEncrypt and decrypt Ansible variable files so secrets stay safe at rest.
ansible-inventoryInspect and export the resolved Ansible inventory as JSON or YAML.
ansible-docLook up a module’s arguments and examples without leaving the shell.
ansible-configShow the effective Ansible configuration and where each value came from.
cf-terraformingExport an existing Cloudflare setup as Terraform or OpenTofu code.
pulumiDefine and deploy infrastructure in TypeScript, Python, Go or YAML.
terragruntOrchestrate OpenTofu and Terraform across many modules and environments.
A real command line, already set up
Every agent runs on a sandboxed machine with the whole toolbox preinstalled. No setup step, on any plan.
