Home · Blog · Installation · Architecture
Skyflo is an AI operations agent for Kubernetes and CI/CD with native Jenkins support.
It converts natural language intent into typed, auditable tool execution inside your cluster.
Production changes require approval and are verified against original intent.
Install Skyflo inside your Kubernetes cluster:
curl -fsSL https://skyflo.ai/install.sh | bashSee the full installation guide.
Skyflo currently integrates with: Kubernetes, Helm, Argo Rollouts, and Jenkins.
See the custom MCP Server for details.
Skyflo enforces a deterministic control loop on every task:
Plan → Execute → Diagnose → Propose → Apply → Verify
- Diagnosis grounded in tool-returned evidence with confidence scoring
- Structured reasoning integrated into the agentic loop
- All mutating operations require approval enforced by the Engine
- Full audit trail persistence
Skyflo consists of three primary components:
- Engine: FastAPI + LangGraph workflow enforcing deterministic execution and approval gating
- MCP Server: Typed tool interface for Kubernetes, Helm, Argo Rollouts, and Jenkins
- Command Center: Real-time UI with SSE streaming, reasoning visibility, and approval controls
See the architecture guide for details.
See CONTRIBUTING.md.
Apache 2.0. See LICENSE.