An Execution Runtime.
Not a Chat Wrapper.
Every capability maps to an operational outcome.
Natural Language to Typed Execution
Describe what you need in plain English. Skyflo converts intent into schema-validated tool calls, not shell-injected strings.
Unified Cluster Context
Logs, events, resource state, and configuration correlated in one pass. Diagnose a CrashLoopBackOff without switching between five terminals.
Graph-Based Workflow Engine
A LangGraph-powered workflow with distinct phases: planning, approval gate, execution, verification. Deterministic. Replayable. Not a monolithic LLM call.
Live Agent Reasoning
Agent thoughts, tool progress, memory retrievals, and results streamed in real time via SSE. Full visibility into every decision.
Post-Action Verification
The agent validates outcomes against your original intent. Drifts are flagged. Verified findings can be saved to memory for future incidents.
Extensible via MCP
Every tool follows the Model Context Protocol. Typed inputs, sandboxed execution, defined safety model per tool. Community contributions welcome.
Persistent Memory Context
NewPrior incidents, runbooks, and cluster conventions are retrieved from Postgres before each planning turn. The agent starts informed. Writes are policy-gated and safety-scanned. Memory is advisory — live tool verification always takes precedence.
Every capability ships with open source.
Install and Run Your First Operation
Install Skyflo on your cluster and run your first operation today.
curl -fsSL https://skyflo.ai/install.sh | bash