Quick Start
List Environments
Get Environment Details
View complete environment configuration including variables, secrets, and integrations:Create Environment
Create a new environment from a YAML configuration file:Update Environment
Update an existing environment configuration:Delete Environment
Best Practices
Organization
- Separate environments by stage (dev, staging, production)
- Use descriptive names and detailed descriptions
- Document variable purposes in environment descriptions
- Maintain environment definitions in version control
Security
- Never store sensitive data in plain text variables - always use secrets
- Rotate secrets regularly with automated processes
- Use role-based access control for environment management
- Encrypt secrets at rest
- Enable and review audit logs for environment changes
Variable Management
- Use consistent naming conventions (UPPER_SNAKE_CASE for env vars)
- Document required vs optional variables
- Provide sensible defaults where possible
- Use environment-specific values (donβt share credentials across envs)
Integration Management
- Only add integrations that are actually used
- Review integration permissions regularly
- Test integrations after adding or updating
- Document integration setup requirements
Command Reference
Next Steps
Core Resources
Create agents and teams in environments
Capabilities
Configure skills and policies for environments
Workers
Deploy workers for environment execution
On-Demand Execution
Execute tasks in configured environments