Terraform Cloud
Where to apply for a Terraform Cloud (HCP) API token and how to connect it to Nora.Terraform Cloud (now HCP Terraform) integrations let your agents read workspaces, queue runs, and inspect state versions. Nora authenticates with a user/team API token — Bearer auth with the JSON:API content type.
Where to apply for credentials
User-level tokens come from your Terraform Cloud account settings:Terraform Cloud — Tokens
Connect in Nora
Open the Terraform integration
From an agent’s detail page, open the Integrations tab and find Terraform in the catalog.
(Optional) Enter the organization
Set the Organization field to the organization slug (e.g.
acme-eng) so the agent doesn’t
have to specify it on every call.Verify the connection
The Test button calls/api/v2/account/details. Failures usually mean the token was revoked from the same page where it was issued.
MCP server
There’s no official Terraform MCP server published by HashiCorp yet. Community servers exist on npm — none have stabilized.Environment variables Nora injects
| Variable | Source |
|---|---|
TFE_TOKEN | API Token field |
TFE_ORGANIZATION | Organization (if set) |

