How ready are your agents for a bad day? Get your score

Terraform provider

Agents, environments, egress, networks, groups, images — declared, reviewed, applied.

WhereTerraform

Introduced Mar 9, 2026

agents.tf
resource "agyn_agent" "sre" {
  model          = agyn_llm_model.sonnet.id
  environment_id = agyn_environment.build.id
  availability   = "internal"
}

How it works

Twenty-five resources.

Agents, environments, egress rules, networks, groups, images — the platform's control surface, declared in code.

Permissions change in review.

Plan on the pull request, apply on merge, with a dedicated token per environment — not a console at six in the evening.

Console and code coexist.

Import what clicking created, and the plan shows the drift.

Secrets excepted, by design.

Secret values are never retrievable once written — not even to Terraform.

See it on your own cluster.

Thirty minutes, your infrastructure, your stack. Or skip the call — it is one Helm release onto a cluster you already run.