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:
- Choose an engine: Pulumi or Terraform
- Pick an example prompt or write your own
- Click Generate
- Archie creates a complete blueprint with resources, config fields, governance schema, features, and architecture pillars
- 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:
- Point to a Git repository URL
- Archie parses the module — variables become config fields
- Add governance (lock fields, mark required)
- 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
- Governance — set rules on your generated blueprints
- Deploying — deploy your creation