← Back to SkyVM

AI app deployment use case

Deploy inference APIs and workers on SkyVM VMs. Templates include Node.js and Python with a standard deploy entrypoint.

Health checks

Expose GET :8080/health from your app. Inject secrets via environment variables documented in the AI template guide.

Logs and metrics

curl https://skyvm.io/api/v1/vms/{id}/logs \
  -H "Authorization: Bearer sk_live_..."

curl https://skyvm.io/api/v1/vms/{id}/metrics \
  -H "Authorization: Bearer sk_live_..."

OpenAPI reference · Manage API keys