API Documentation

Claim Free Webspace

Claim the one-per-user free starter webspace. No billing.

Required scope: webspace:provision

Headers

Header Required Value
Authorization Yes Bearer YOUR_API_KEY
Content-Type Yes application/json

Request Body

Parameter Required Description
cms No Initial CMS to install. Default STATIC.

Response

{
  "data": {
    "id": "69e80ac118f081032f3b0416",
    "subdomain": "ws-0862c.sitequest.eu",
    "cms": "STATIC",
    "isFree": true,
    "status": "completed"
  }
}

Response Fields

Field Type Description
subdomain string Auto-generated *.sitequest.eu hostname.

Error Responses

Status Code Description
409 ALREADY_CLAIMED User has already claimed their free webspace.
403 ACCOUNT_SUSPENDED Account is suspended.

Example

curl -X POST https://hosting.site.quest/api/v1/webspaces/free \
  -H "Authorization: Bearer sq_live_..." \
  -H "Content-Type: application/json" \
  -d '{ "cms": "WORDPRESS" }'

MCP

This action is also available via the webspace_claim_free MCP tool.