Overview
The Backend Install API is a legacy compatibility surface that returns installation status and progress information without performing real provisioning. WebSocket installation streaming has been removed; new integrations should use the canonical SSH and runtime backend flows instead.Base URL
Authentication
All Backend Install routes are protected and require a valid bearer token in theAuthorization header. See Authentication for details.
Endpoints
Get install status
backend-install surface.
Example request
Example response
Response fields
Get install progress
Example request
Example response
Response fields
Report install progress
Example request
Example response
Response fields
Test backend connection
Example request
Example response
Response fields
Migration
This surface is preserved only for backwards compatibility. New code should target the canonical routes returned byGET /api/v1/backend-install/progress:
POST /api/v1/ssh-connections— register an SSH connection.POST /api/v1/ssh-connections/:id/connect— open a connection.POST /api/v1/ssh-connections/:id/install-agent— install an agent remotely.POST /api/v1/runtime/backend— register or update a runtime backend.