main

Studio

Studio is where you create new blueprints from scratch. Five paths available depending on your workflow.

AI Generate

Describe your infrastructure in plain English and Archie generates a full blueprint.

How it works:

  1. Choose an engine: Pulumi or Terraform
  2. Pick an example prompt or write your own
  3. Click Generate
  4. Archie creates a complete blueprint with resources, config fields, governance schema, features, and architecture pillars
  5. Review and publish to your catalog

Free tier: 3 generations included. The badge shows "⚡ 2 of 3 free generations remaining" as you use them. After 3, contact the team for more.

Example prompts:

  • "Archie Lifecycle Demo" — full stack with VPC, EC2, RDS, S3, and Lambda
  • "Serverless API" — API Gateway + Lambda + DynamoDB
  • Custom: "I need a VPC with 3 AZs, private subnets, NAT gateway, and a bastion host"

Import & Govern

Bring your existing Terraform modules as-is:

  1. Point to a Git repository URL
  2. Archie parses the module — variables become config fields
  3. Add governance (lock fields, mark required)
  4. Publish as a blueprint

Your HCL is preserved exactly. No conversion, no rewriting.

Import & Convert

Convert between IaC formats:

  • Terraform → Pulumi
  • CloudFormation → Pulumi
  • Pulumi → Terraform

Compose

Combine 2-5 existing templates into a single blueprint. Example: VPC + RDS + Lambda = a complete backend stack.

Write Code

Full SDK access for advanced users who want to write Pulumi TypeScript/Python directly within the Archie governance framework.

What's Next