Create new projects from scratch
Build a complete web application
Suppose you want to create a full-featured web application with modern technologies.Start BLACKBOX CLI session
Request project creation
Add advanced features
Set up development environment
Generate API backends
Suppose you need to create a REST API for your application.Specify API requirements
Add database integration
Implement authentication
Add comprehensive endpoints
Debug and fix existing code
Suppose you’ve encountered errors in your application and need to identify and fix them quickly.Describe the problem
Let BLACKBOX CLI analyze the issue
Apply the recommended fix
Test the solution
Improve and optimize existing code
Suppose you need to enhance the performance and maintainability of your codebase.Identify optimization opportunities
Apply performance improvements
Refactor for better maintainability
Add modern patterns
Add new features to existing projects
Suppose you want to extend your application with additional functionality.Analyze current architecture
Implement the new feature
Integrate with existing components
Add supporting features
Set up development environments
Suppose you need to configure a complete development environment for your project.Configure build tools
Add development server
Set up testing environment
Add code quality tools
Generate comprehensive tests
Suppose you need to add thorough testing coverage to your application.Analyze testing needs
Generate unit tests
Add integration tests
Create end-to-end tests
Deploy applications
Suppose you need to deploy your application to production.Prepare for deployment
Configure deployment platform
Set up CI/CD pipeline
Configure monitoring
Work with databases
Suppose you need to design and implement database functionality.Design database schema
Set up database connection
Create database operations
Add advanced queries
Convert between technologies
Suppose you need to migrate or convert your project to different technologies.Analyze current implementation
Convert components gradually
Update styling approach
Modernize JavaScript
Learn and understand code
Suppose you need to understand an existing codebase or learn new concepts.Get project overview
Understand specific patterns
Learn implementation details
Get improvement suggestions
Manage concurrent development workflows with Git worktrees
Imagine you need to tackle multiple coding tasks at the same time while keeping each Blackbox CLI instance completely separate for better context of changes and isolation of work.What is Git worktrees
Set up a new worktree
Launch Blackbox CLI in each worktree
Launch Blackbox CLI in another worktree
Oversee your worktrees
Ask Blackbox CLI about its own capabilities through direct queries
Want to learn more about Blackbox and its capabilities? Why not ask the agent itself for detailed insights and guidance. BlackBox CLI has access to its own documentation and can answer questions about its features and limitations.Example queries to explore BLACKBOX AI
Start a session withblackbox and try these example prompts:
Compare multiple AI implementations with multi-agent execution
Suppose you want to see different approaches to solving the same problem and choose the best implementation. The/multi-agent command runs multiple AI agents in parallel, each working on a separate Git branch.
Ensure you're in a Git repository
Use the /multi-agent command
- Create separate branches for each agent (Claude, Blackbox, and Codex if OpenAI key is configured)
- Run all agents in parallel
- Each agent implements the task independently on its own branch
Review the implementations
Compare and select the best implementation
- Code quality and structure
- Error handling
- Security practices
- Performance considerations
- Documentation and comments
Merge your preferred implementation
Example scenarios for multi-agent execution
Building a payment integration:What agents are included?
Default (with BLACKBOX API key):- Claude: Anthropic’s Claude models - excellent for complex reasoning and detailed implementations
- Blackbox: BLACKBOX AI models - optimized for fast, efficient code generation
- Codex: OpenAI’s GPT-5.2 Codex - advanced code generation with broad language support
- Gemini: Gemini’s implementation for the multi agent.