Scenario Templates
Templates are named toolset combinations for common scenarios. Browse them with:
Templates are a starting point; users can build custom combinations by selecting individual tools during
env init.
Scenario Composition
The composition engine takes your selected tools and produces a complete Docker Compose stack:- Collects services from each tool’s YAML definition (main services, preseed services, seed services)
- Adds networking — all services join a shared bridge network
- Maps ports — only agent-facing and web UI ports get host bindings; internal services (databases, MCP servers) stay network-only
- Detects port conflicts and auto-resolves them
- Generates a
.envfile with placeholders for any required API keys

