đ Quick Start with Mission Control
Mission Control is your web interface for running and managing AI agents. Get started in minutes with pre-built workflows for security scanning, GitHub management, analytics insights, and more.
Mission Control is in beta. Please share any feedback with us in GitHub discussions.
- Bug fixes & code quality - Address nitpicks and technical debt
- Feature development - Build boilerplate-heavy features
- Security & compliance - Automated vulnerability scanning
- Investigation & analysis - Research issues to kickstart your work
- Custom workflows - Run repeatable tasks with your own rules and prompts
Quick Start
1
Access Mission Control
Go to hub.continue.dev/agents and connect with your GitHub account.

2
Choose an Agent
Select from pre-configured agents or create your own:
Triages issues and manages workflows
Security Scanner
continuedev/snyk-continuous-ai-agent
Finds vulnerabilities and creates fix PRsGitHub Manager
continuedev/github-project-manager-agentTriages issues and manages workflows
3
Run Your First Agent
Enter a prompt and watch your agent work:
New to agents? Check out our pre-configured agents to test out a workflow immediately.
Example Workflow Tasks
Here are some example tasks you can try with your agents:Bug Fixes & Code Quality
Bug Fixes & Code Quality
- âFix the TypeError in api/users.ts where the user object might be undefinedâ
- âAdd null checks to all database query results in the services/ directoryâ
- âFix all ESLint warnings in the components folder and open a PRâ
- âUpdate deprecated React lifecycle methods to hooks in legacy componentsâ
Feature Development
Feature Development
- âCreate a new REST endpoint for user profile updates with validation and error handlingâ
- âAdd pagination to the products list page with previous/next buttonsâ
- âImplement dark mode toggle using Tailwind CSS classes across all pagesâ
- âAdd unit tests for the authentication service using Jestâ
Security & Compliance
Security & Compliance
- âRun a complete security scan and create GitHub issues for critical vulnerabilitiesâ
- âScan the codebase for hardcoded API keys and move them to environment variablesâ
- âAdd input sanitization to all user-facing form fieldsâ
- âUpdate npm packages with security vulnerabilities and test compatibilityâ
Documentation & Boilerplate
Documentation & Boilerplate
- âAdd JSDoc comments to all exported functions in the utils/ directoryâ
- âCreate a README.md for the new payment-processing module with setup instructionsâ
- âGenerate TypeScript interfaces for all API response schemasâ
- âAdd error handling boilerplate to all async functions missing try-catch blocksâ
Investigation & Analysis
Investigation & Analysis
- âInvestigate why the login API is returning 500 errors intermittently and suggest fixesâ
- âAnalyze the performance bottleneck in the data processing pipelineâ
- âReview the database schema for the orders table and suggest optimizationsâ
- âFind all TODO comments related to authentication and create a summaryâ
Refactoring
Refactoring
- âExtract the repeated validation logic in controllers into a shared utility functionâ
- âConvert all class components in src/legacy to functional components with hooksâ
- âRename all instances of âuserIdâ to âaccountIdâ across the codebaseâ
- âSplit the 500-line UserService.ts into smaller, single-responsibility servicesâ
Ways to Run Agents
Choose the method that fits your workflow:- đ Mission Control
- đ» CLI (TUI Mode)
- đ€ Headless Mode
Web interface for interactive usePerfect for:
- Exploring agent capabilities
- Reviewing outputs before action
- Team collaboration
- One-time tasks
Best Practices for Success
The practice of using agents (Continuous AI) requires thoughtful setup of guardrails and habits:Start Small
Begin with tasks youâre confident Continue can handle, like fixing known bugs with simple solutions.
Practice Locally
Test with Continue CLI in TUI mode before deploying automation.
Be Thorough
Agents can run for extended periods - invest time in detailed prompts with all important context.
Team Alignment
Discuss agent usage and adjust code review habits for higher PR volumes.
Learn More: Explore advanced patterns and case studies on the Continuous AI Blog.