Terraform Cloud for your agents.
Connect Terraform Cloud once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 13 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Terraform Cloud.
What agents can do with Terraform Cloud
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
terraform-cloud_current_userCheck the token: returns the authenticated user.
terraform-cloud_list_workspacesList workspaces in an organization.
terraform-cloud_get_workspaceGet details of a specific workspace by name.
terraform-cloud_list_runsList runs in a workspace.
terraform-cloud_get_runGet details of a specific run by ID.
terraform-cloud_list_orgsList organizations the user belongs to.
terraform-cloud_create_runCreate a new run in a workspace. `workspace_id` is required; `message` is an optional run message. Returns the run id and status.
terraform-cloud_apply_runApply a run that is in the 'planned and finished' state. Required before changes take effect.
terraform-cloud_discard_runDiscard a run that is in the pending or planned state. Removes the run from the queue.
terraform-cloud_cancel_runCancel a run that is in progress.
terraform-cloud_get_run_planGet the plan output for a run, including resource changes, additions, and destructions.
terraform-cloud_list_workspace_varsList all variables for a workspace (terraform and environment variables).
terraform-cloud_get_organizationGet details of a specific organization by name.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Log in to Terraform Cloud and go to User Settings > Tokens.
- Click 'Create an API token', name it, and copy the token.
- Paste the token.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Terraform Cloud to Even: call connect_begin("terraform-cloud") on the even-connect MCP and walk me through it.
List workspaces in organization, retrieve workspace details, and fetch terraform runs with status.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.