API ↔ Git Repository Sync
Connect a cluster to a git repo and keep your endpoints in lock-step with the actual code.
What it does
VORTΞXHQ scans the repo for routes (Laravel, Express, FastAPI, Rails, Symfony, ASP.NET) and proposes new/removed/changed endpoints. You approve the diff, and the agent applies it to the cluster.
Workflow
- Cluster → Connect Repo — pick a local git folder or clone a remote URL.
- Run Sync Git — see proposed additions, removals, and updates.
- Review the diff (route, method, controller).
- Apply — the agent fills params, bodies, and descriptions from source code.
Continuous Sync
Enable “Auto sync on git pull” to keep documentation up to date as you ship. The agent only proposes changes — never applies them automatically without your approval.