docs/mission-control/workflows.mdx
What is a Cloud Agent Workflow?
Mission Control Cloud Agents automatically run on a repository when:
Use Cloud Agents for recurring or event-driven tasks like:
In Mission Control, create a [new agent](https://continue.dev/agents/new).
Templates preload the recommended agent and schedule so you can customize and run them quickly.
Give your Agent a clear, descriptive name, especially if your team will be managing multiple agents.
Examples:
- `Morning status check`
- `Weekly changelog draft`
- `Daily Snyk vulnerability scan`
Choose:
- Repository – the codebase the Agent will run against
- Kickoff - whether or not the agent will run automatically on trigger or if it will be available for manual kickoff from the Mission Control UI. For example, you may want a docs agent to only run when manually kicked off on a PR, while a security agent should run automatically on a schedule.
Pick how this Cloud Agent Workflow should run:
- Cron – run on a schedule (daily, weekly, hourly, custom)
- Webhook – run when an external system sends a request
- GitHub Trigger – run when specific GitHub events occur (e.g. pull request opened, issue created)
Click Create Agent and now you'll be able to see, edit, and montitor it in your [Agents tab in Mission Control](https://continue.dev/agents).
Agent runs show up just like Tasks: