Get the tools you need to build, deploy, and manage your backups.
cli to manage your resources.
curl -L https://get.saved.sh | sh
Installs the latest version of sctl to your system.
docker pull ghcr.io/savedhq/sctl:latest
Official Docker image for sctl.
High-performance and secure backup agent for your infrastructure.
docker pull ghcr.io/savedhq/agent:latest
Please visit the GitHub Releases page to download the binary for your specific platform manually.
Go to GitHub ReleasesManage your infrastructure on the go.
Manage your infrastructure from your desktop.
Integrate Saved into your applications.
Official Python SDK.
import savedhq
client = savedhq.Client("API_KEY")
Official Node.js/TypeScript SDK.
import { Saved } from '@savedhq/sdk';
const client = new Saved("API_KEY");