Skip to content

Infrastructure tools your agent already has

Infrastructure as code, with an agent that can read the plan and tell you what it means.

12 tools

The 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.

  • tofu

    Plan and apply infrastructure with OpenTofu.

  • terraform

    A shim that runs OpenTofu, so existing Terraform scripts keep working.

  • ansible

    Run ad hoc commands across a fleet of hosts.

  • ansible-playbook

    Execute playbooks to configure servers end to end.

  • ansible-galaxy

    Install the roles and collections a playbook depends on.

  • ansible-vault

    Encrypt and decrypt Ansible variable files so secrets stay safe at rest.

  • ansible-inventory

    Inspect and export the resolved Ansible inventory as JSON or YAML.

  • ansible-doc

    Look up a module’s arguments and examples without leaving the shell.

  • ansible-config

    Show the effective Ansible configuration and where each value came from.

  • cf-terraforming

    Export an existing Cloudflare setup as Terraform or OpenTofu code.

  • pulumi

    Define and deploy infrastructure in TypeScript, Python, Go or YAML.

  • terragrunt

    Orchestrate OpenTofu and Terraform across many modules and environments.

Get started

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.