127.0.0.1.
This API is local-only and is not part of public Client API v1.
Auth header
Most endpoints require:Health
GET /v1/health
Auth
GET /v1/auth/statusPOST /v1/auth/logoutPOST /v1/auth/login/startPOST /v1/auth/login/pollGET /v1/teams/current
Workspace
POST /v1/workspace/pullPOST /v1/workspace/pushPOST /v1/workspace/deployPOST /v1/workspace/statusPOST /v1/workspace/versionsPOST /v1/workspace/diff
Runs
GET /v1/deploy/runs/{runId}
Status codes
401: missing/invalid daemon token, or not logged in for protected actions.404: unknown endpoint.409: workspace conflict for pull/push when not forced.