Scenario Templates
Templates are named toolset combinations for common scenarios:| Template | Included Tools |
|---|---|
human-resources | Frappe HRMS, Rocket.Chat, Email, Calendar |
customer-service | Frappe Helpdesk, Rocket.Chat, Email, Calendar |
coding | OpenHands |
finance | SEC Edgar, Twelve Data, Google Workspace |
personal-assistant | OpenTable, Outlook, Weather, WhatsApp |
Scenario Composition
The composition engine takes your selected tools and produces a complete Docker Compose stack:- Collects services from each tool’s YAML definition
- 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 - Produces a
README.mdwith endpoints and quickstart commands

