Core Docs

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,assets


This would:
  1. Create a new GitHub repository olivmiron/my-app

  2. Scaffold the project structure

  3. Configure Composer with unvrsl/core-backend

  4. Set up environment files for core service endpoints

  5. Create Plesk subdomain my-app.medkronos.com

  6. Configure GitHub webhook for auto-deploy

  7. Register the app in core.auth