What are Bundles?
Bundles are portable packages containing complete Station environment configurations:- MCP server definitions
- Agent prompts
- Variable schemas
- Documentation
- Sharing configurations between teams
- Deploying pre-configured agents instantly
- Version control for agent configurations
Bundle Structure
Creating Bundles
Via MCP Tool
create_bundle_from_environment tool to package your environment.
Via CLI
Bundle Contents
The created bundle includes:- All MCP servers from
template.json - All agents from
agents/*.prompt - Variable schema from
variables.schema.json - Environment documentation
Installing Bundles
From CloudShip
From URL
From Local File
With stn up
Install bundle when starting Docker container:
Sharing Bundles
Upload to CloudShip
Self-Hosted Distribution
Host bundles on any HTTP server:Bundle Manifest
Themanifest.json describes the bundle:
Variable Handling
Defining Variables
Invariables.schema.json:
Providing Variables
When installing, Station prompts for required variables:Demo Bundles
Station includes demo bundles for testing:Best Practices
Version your bundles
Version your bundles
Use semantic versioning in manifest:
Document variables
Document variables
Always include descriptions for required variables:
Include examples
Include examples
Add example variable files:
Test before sharing
Test before sharing
Install your bundle in a fresh environment before sharing:

