Environment Isolation
π§ Coming Soon
This page is under construction. Weβre working on comprehensive documentation for managing agents across multiple environments.
What This Will Cover
- Environment Setup - Creating and configuring dev, staging, and production environments
- Agent Isolation - How agents are isolated between environments
- Variable Management - Environment-specific configuration variables
- Tool Access Control - Different tool permissions per environment
- Cross-Environment Workflows - Promoting agents between environments
Quick Reference
Each environment has its own configuration directory:
~/.config/station/environments/
βββ development/
β βββ agents/
β βββ variables.yml
β βββ *.json (MCP configs)
βββ staging/
βββ production/
Key Concepts
- Environment Isolation: Agents belong to specific environments
- Independent Tool Pools: Each environment has its own MCP tool configuration
- Variable Resolution: Same MCP templates, different variable values per environment
Next Steps
- Agent Management Overview - See environment isolation in action
- MCP Integration Overview - Understanding template variable resolution