Creating Collections
Create collections from the Bluebricks app or CLI to organize infrastructure by team, project, or lifecycle stage
Last updated
Create collections from the Bluebricks app or CLI to organize infrastructure by team, project, or lifecycle stage
Collections organize infrastructure into clear units that match how teams actually work. You can create separate collections for projects, teams, or lifecycle stages such as development, staging, and production. Each collection provides the foundation for environments by holding shared settings and rules.

Go to the Collections page
Click Create Collection
Enter a name for the collection
Select the cloud provider(s) to connect
Haven't connected your cloud accounts yet? Learn how to connect your cloud
Configure any required settings, permissions, and secrets
Click Create to finalize the setup
You can create a new collection using the Bricks CLI (refer to Bricks CLI Installation Guide if you haven't installed it yet):
A successful creation displays a confirmation message with the new collection ID:
To set the new collection as the default target for commands that don't specify --collection:
Use clear, descriptive names: production, staging, development
Include team or project context when needed: team-alpha-production
Follow a consistent pattern across your organization: {project}-{stage}
After creating a collection, connect a cloud account before deploying. See Connect your Cloud. To manage existing collections (list, enable, disable, delete), see Managing Collections.
Last updated
bricks collection create --name "Self-Hosted Orchestrator"✓ `Self-Hosted Orchestrator` collection created successfully with ID: 42c9d5cf-cf9c-4783-ac1d-4d34140b9299bricks collection create --name "development" --default