WebHotel.cloud API Redoc, Swagger UI, screenshots, and raw OpenAPI
Public Developer Documentation

Integrate with live WebHotel.cloud services without reverse-engineering the panel.

This reference covers the current production API behind WebHotel.cloud: public catalog endpoints, authenticated customer workflows, desktop release metadata, billing, compute, storage, PostgreSQL, DNS, support flows, admin tooling, and long-running provisioning operations.

Base URLs

Use the public API host for direct integrations and SDK generation.

https://api.webhotel.cloud

The raw machine-readable spec is also public.

https://api.webhotel.cloud/openapi.json

Authentication model

Authenticated routes use the connect.sid session cookie.

  • Public routes require no session.
  • User routes require a signed-in customer session.
  • Admin routes require an administrator session.

Implementation notes

  • Long-running operations expose progress or stream endpoints where available.
  • Examples are written as starting points for real client implementations.
  • Money values are often returned as strings to preserve accounting precision.
Live panel context

Screenshots that show what API objects look like in the control panel.

Developers can compare API payloads with the user-facing views for services, credentials, billing, storage, databases, and DNS.

User Docs