Skyflo.ai enables cloud engineers to use natural language to manage, monitor, and optimize their cloud infrastructure.
Get Started β’ Documentation β’ Community β’ Blog β’ Live Demo
Skyflo.ai is an AI-powered platform for cloud management that enables users to create intelligent agents for AWS and Kubernetes environments. Instead of memorizing complex CLI commands or navigating console UIs, simply tell Skyflo what you want to do in natural language.
Skyflo.ai follows an open-core business model with both community and enterprise offerings:
- Community Edition: Free, open-source core functionality
- Enterprise Edition: Premium features with enhanced security, compliance, and multi-cloud capabilities
- Natural Language Interface: Manage cloud resources using simple English commands
- Intelligent Agents: Purpose-built agents for AWS and Kubernetes environments
- Safe Operations: Read-only mode by default, with opt-in write permissions
- CLI Integration: Generate and execute AWS/kubectl commands automatically
- Decision Routing: Intelligent workflow routing for creating, updating, deleting, and fetching resources
- Enterprise Grade: Built for security, compliance, and scale
- User submits a natural language query
- Query is classified by decision type (create, update, delete, fetch)
- Appropriate workflow is triggered based on the decision
- The system generates the required AWS/kubectl commands
- Commands are executed based on agent permissions (read/write)
You: "Show me all EC2 instances that don't have the 'environment' tag"
Skyflo: "I found 14 EC2 instances missing the 'environment' tag. Here they are:
[table of instances]
Would you like me to add this tag to these instances?"
| Repository | Purpose | License |
|---|---|---|
| skyflo | Main entry point | Apache 2.0 |
| skyflo-engine | Core intelligence | BUSL 1.1 |
| skyflo-api | Backend server | BUSL 1.1 |
| skyflo-frontend | User interface | Apache 2.0 |
| skyflo-kubernetes-agent | Kubernetes agent | Apache 2.0 |
| skyflo-aws-agent | AWS agent | Apache 2.0 |
Skyflo.ai is designed for:
- DevOps Engineers: Streamline infrastructure management
- Cloud Architects: Design and optimize cloud environments
- IT Managers: Maintain oversight and control costs
- SRE Teams: Ensure reliability and performance
- Security Professionals: Enforce security policies and compliance
We welcome contributions to Skyflo.ai! Whether you're fixing bugs, improving documentation, or proposing new features, your contributions are welcome.
- Fork the repository
- Create a feature branch:
git checkout -b feature/amazing-feature - Commit your changes:
git commit -m 'feat: add amazing feature' - Push to the branch:
git push origin feature/amazing-feature - Submit a pull request
Please follow our contributing guidelines and code of conduct.
- Join our Discord server
- Follow us on X
- Subscribe to our YouTube channel
- Read our blog for the latest updates
Skyflo.ai has different licensing based on repositories:
- Open-source components are licensed under the Apache License 2.0
- Proprietary components use the Business Source License 1.1
See the LICENSE file in each repository for specific details.
Built with β€οΈ by the Skyflo.ai team