Overview
Organization resources help you structure your Kubiya workspace, manage configurations, and control how resources are shared across teams and agents. These resources provide the organizational hierarchy for your platform.Projects
Projects are the top-level organizational unit in Kubiya. They group related agents, workflows, and resources together. Use projects to:- Organize resources by application, team, or business unit
- Share configurations across multiple agents
- Control access and permissions at scale
- Separate development, staging, and production resources
- Create and configure projects
- Assign agents and teams to projects
- Manage project-level settings
Environments
Environments define the runtime context for agent execution. They specify:- Environment variables
- Configuration values
- API endpoints
- Feature flags
- Development: For testing and experimentation
- Staging: For pre-production validation
- Production: For live operations
- Environment inheritance and overrides
- Secret integration for sensitive values
- Dynamic variable resolution
- Multi-environment deployments
Execution Environment
The execution environment provides runtime variable resolution for agents and teams. It:- Resolves environment variables from multiple sources
- Merges project, team, and agent-specific configurations
- Handles secret injection securely
- Provides context-aware configuration
Organization Hierarchy
Common Patterns
Multi-Environment Setup
name
Note: First environment triggers Temporal Cloud namespace provisioning
Project-Based Organization
name, key
Note: key must be 2-50 characters (e.g., “PLAT”, “DEVOPS”)
Get Default Project
Best Practices
- Project Structure: Align projects with your organizational structure
- Environment Strategy: Use consistent environment names across projects
- Variable Management: Use project-level variables for shared configuration
- Secret Handling: Never store secrets in environment variables directly
- Access Control: Set permissions at the project level for easier management