Documentation
Create a Workspace
Creating a New Workspace
You need the 'workspace.create' permission to create workspaces.
How to Create a Workspace
- 1Navigate to a Project from the Projects page
- 2Click the 'New Workspace' button
- 3Fill in the workspace details:
- 4Click 'Create'
- 5The workspace appears in the workspaces grid
Remote State Configuration
- Leave State Bucket empty for local state (simple setups and testing)
- Enter a bucket path for team environments where state should be shared:
- AWS S3: s3://my-bucket/state/workspace-name
- Azure Blob: azurerm://my-storage/container/workspace-name
- GCP GCS: gcs://my-bucket/state/workspace-name
Naming Best Practices
- Use environment names: dev, staging, prod
- Use region names for multi-region setups: us-east-1, eu-west-2
- Keep names lowercase with hyphens
After Creating
- Click the workspace card to open the Workspace Editor
- The editor provides the full IDE, terminal, and AI chat interface