Get started with SysTwin in minutes.
npm install -g systwin-core
kubectl apply -f https://systwin.dev/k8s/install.yaml
Connect your first system to SysTwin.
systwin init --cluster my-cluster
systwin monitor --namespace production
systwin dashboard
Travel back in time to analyze system states and incidents.
The Time Machine allows you to replay any moment in your system's history with complete fidelity. View memory snapshots, network topology, and let AI perform deep root cause analysis.
systwin timemachine --timestamp "2026-03-20T14:15:00Z"
Compare your system's design specifications against actual runtime behavior.
Any deviation from expected behavior is automatically highlighted, helping you catch issues before they become incidents.
Integrate SysTwin into your existing workflows.
curl -H "Authorization: Bearer YOUR_API_KEY" https://api.systwin.dev/v1/status
GET /v1/systems/{system_id}/health
POST /v1/simulations
{
"system_id": "prod-cluster",
"scenario": "traffic_spike",
"multiplier": 5
}