DVC CLI and Python API
DVC ships as a CLI plus a Python API (`dvc.api`). It tracks data and model files via pointers stored in Git and pushes payloads to remote storage backends (S3, Azure, GCS, SSH, HDFS, HTTP, etc.). There is no DVC server / REST API; data is stored on user-owned remotes.