Skip to main content

Scenario Templates

Templates are named toolset combinations for common scenarios:
TemplateIncluded Tools
human-resourcesFrappe HRMS, Rocket.Chat, Email, Calendar
customer-serviceFrappe Helpdesk, Rocket.Chat, Email, Calendar
codingOpenHands
financeSEC Edgar, Twelve Data, Google Workspace
personal-assistantOpenTable, Outlook, Weather, WhatsApp
Templates are a starting point; users can then build custom combinations by selecting individual toolsets or adding their own.

Scenario Composition

The composition engine takes your selected tools and produces a complete Docker Compose stack:
  1. Collects services from each tool’s YAML definition
  2. Adds networking — all services join a shared bridge network
  3. Maps ports — only agent-facing and web UI ports get host bindings; internal services (databases, MCP servers) stay network-only
  4. Detects port conflicts and auto-resolves them
  5. Generates a .env file with placeholders for any required API keys
  6. Produces a README.md with endpoints and quickstart commands