Web Services

Deploy APIs, full-stack apps, and agents from Git or a source upload—same dashboard on Isoward Cloud or metal you control.

HTTP services that need a public URL, health checks, and zero-downtime rollouts.

What you get

Select a facet to see how Web Services works in practice.

Git and upload

Web services build from GitHub or a source archive. The gateway runs the pipeline and routes traffic to your container on the host you choose.

Create a web service
# Dashboard → New → Web Service
# Or via API
POST /v1/services
{
  "name": "api",
  "type": "web_service",
  "repoUrl": "https://github.com/acme/api",
  "branch": "main"
}

Start with Web Services

Deploy on Isoward Cloud or run the same workflow on metal you control.