Organization
Manage all your organizational resources in one place.
Create and manage Projects, Workspaces, and Environments using either the Axio UI or Platform as Code (Git-based).
Organization Resources
An organization consists of the following core resources.
Projects
Group related workspaces and manage project-level configuration and access.
Features
- Group related workspaces
- Mark projects as sensitive
- Archive projects when eligible
Workspaces
Workspaces belong to projects and contain environments for applications, services, and infrastructure.
Features
- Contain environments
- Assign or unassign from projects
- Mark workspaces as sensitive
Environments
Environments are deployment targets where workflows run and deployments are approved.
Features
- Assign users or groups as owners
- Run workflows and approve deployments
- Configure self-approval behavior
Ways to Create Resources
Choose the workflow that best matches your team's development process.
From the UI
Create and manage Projects, Workspaces, and Environments directly from the Axio web interface.
- Create Projects, Workspaces, and Environments
- Manage resource hierarchy and assignments
- Configure owners, sensitivity, and archiving
Platform as Code (Git-Based)
Define Projects, Workspaces, and Environments using YAML or JSON files stored in Git.
- Define organization resources as code
- Track changes with Git
- Automate resource configuration
- Manage resources consistently