Template System
🚧 Coming Soon
This page is under construction. We’re working on comprehensive documentation for Station’s template system.
What This Will Cover
- Template Bundles - Creating and managing template bundles
- Template Variables - Using variables in MCP configurations
- Environment Templates - Templates that work across environments
- Bundle Export/Import - Sharing templates between installations
- Template Best Practices - Design patterns for reusable templates
Quick Reference
Key template commands:
# Create template from environment
stn template create --env default
# Bundle template for distribution
stn template bundle <directory>
# Install template bundle
stn template install <bundle.tar.gz>
Next Steps
- MCP Integration Overview - Understanding template variable resolution
- Creating Bundles - Package templates for distribution