This walkthrough takes you from zero to generating infrastructure in a few minutes.
From your enterprise dashboard, click New Workspace. Give it a name, something like "my-first-project" works fine. You can pick a template to start with pre-configured files and rulesets, or start from scratch.
Open your workspace and you'll see the editor with a conversation panel on one side and a file browser on the other. Type a message to the agent.
"Create a basic Terraform configuration for an AWS VPC with public and private subnets"
The agent reads your workspace context (files, docs, rulesets) and generates infrastructure code. Files appear in the file panel as the agent creates them.
The agent remembers the full conversation, so you can iterate naturally.
The agent follows any rulesets your enterprise or workspace has defined. If you haven't configured any yet, it uses sensible defaults. As you add rulesets, MCP servers, and workflows, the agent gets smarter about your specific needs.
Files the agent creates live in your workspace. You can view and edit them directly in the browser, download them to your local machine, or connect a Git repository to sync changes automatically.