AI-narrated plan summaries with risk scoring — posted directly to your PR. Know what's changing. Know what it means. Apply with confidence.
Terraform will perform the following actions: # aws_security_group.api will be updated in-place ~ resource "aws_security_group" "api" { id = "sg-0a1b2c3d4e5f" name = "api-sg" ~ ingress { ~ cidr_blocks = [ - "10.0.0.0/8", + "0.0.0.0/0", ] from_port = 5432 protocol = "tcp" to_port = 5432 } } # aws_db_instance.primary must be replaced -/+ resource "aws_db_instance" "primary" { ~ engine_version = "14.6" -> "15.4" ~ identifier = "prod-db" -> "prod-db-v2" + deletion_protection = true ... allocated_storage = 100 instance_class = "db.t3.large" } # aws_ecs_service.api will be updated in-place ~ resource "aws_ecs_service" "api" { ~ desired_count = 2 -> 4 id = "arn:aws:ecs:..." } Plan: 1 to add, 2 to change, 0 to destroy.
Your API key is held in memory for a single request only. Never logged, never written to disk, never persisted to our database.
Route LLM calls through your own cloud accounts. Plan data goes directly from DriftWise to your provider — no third-party relay.
Use your existing API credits and volume pricing. No markup on LLM usage — you pay your provider directly.
Add llm_config to your request. DriftWise handles prompt construction and response parsing. Provider errors surface directly — we never silently retry against our own account.
Plan data only. Sensitive values are redacted at the parser, before anything reaches the LLM. Your state files never leave your CI runner.
aws_security_group.web)(sensitive) before the prompt is built*.tfstate)sensitive = true markers nativelyFree: 24 hours · Team: 30 days · Enterprise: unlimited or custom.
Debug records of the exact bytes sent to the model. Auto-deleted after 30 days for every plan.
If you bring your own key, prompts go straight from DriftWise to your provider — never relayed through a third-party model.
Annual pricing: Team $1,490/yr (save 17%), +$120/yr per extra seat.
Add DriftWise to your Atlantis workflow in 5 minutes. Free forever, no card required.