Scheduled Missions
Run agent workflows on a schedule — daily smoke tests, hourly deploy verifications, nightly DB backups, weekly dependency audits.
What is a Mission?
A mission is a saved agent workflow with a trigger (cron, interval, manual), a target (which agent runs it), an expected outcome, and a notification policy.
Examples
- Hourly: “Send GET /health to all production clusters and alert if any returns non-200.”
- Daily 03:00: “Run pg_dump on all configured databases and upload to the vault.”
- Weekly: “Audit npm dependencies on all workspaces and open PRs for high-severity CVEs.”
Where to find them
Open AI Command Center → Missions tab. Create, edit, pause, or trigger missions on demand. Run history shows status, duration, tools used, and full output for every execution.
Note: Missions only run while VORTΞXHQ is open. For 24/7 execution, deploy the same agent flow as a server-side A2A worker.