Orchestrator Code Reference
Orchestrator Code Reference
The Orchestrator is the Tier 2 automation tool that scaffolds, provisions, and deploys new application projects.
Purpose
- Generate project boilerplate (directory structure, config files, Composer setup)
- Configure core service connections (auth endpoints, storage keys, AI keys)
- Set up deployment pipeline (Plesk subdomain, GitHub webhook)
- Register the new app in core.auth's app registry
Status
Orchestrator implementation pending — this page will be populated when development begins.
Planned Workflow
# Future usage
unvrsl new my-app --type=web --services=auth,storage,ai,assetsThis would:
- Create a new GitHub repository
olivmiron/my-app - Scaffold the project structure
- Configure Composer with
unvrsl/core-backend - Set up environment files for core service endpoints
- Create Plesk subdomain
my-app.medkronos.com - Configure GitHub webhook for auto-deploy
- Register the app in core.auth