What It Does
Project Organization provides structured environment management with cluster assignments, team secret sharing, and isolated deployments. Each environment can have its own cluster, secrets, and access policies.How It Works
Environments
Environments represent deployment targets like staging, production, or dev. Each environment:- Links to a specific cluster
- Has its own secrets (when using team scope)
- Can have environment-scoped RBAC permissions
Cluster Assignment
Each environment links to one cluster. Multiple environments can share a cluster with different tags, or each environment can have its own dedicated cluster. Via chat: When you deploy to an environment, Monk asks which cluster to use if not already linked:Team Secret Sharing
Secrets can be scoped to workspace, user, or team. Team secrets are environment-scoped, so staging and production can have different secret values. Team secrets require:- An organization context
- An environment linked to an org cluster
Environment-Scoped RBAC
RBAC permissions can be scoped to specific environments. For example, a role can grant deploy access to staging but not production:/environments/staging/templates/**- staging templates only/environments/*/secrets/**- secrets in all environments
Use Cases
Development → Staging → Production:Managing Environments
List environments:Related Features
- Team Collaboration - Shared clusters and team workflows
- Access Control & Security - Environment-scoped RBAC
- Multiple Environments - Environment configuration details
- Cloud Infrastructure - Cluster provisioning

