Claim Free Webspace
Claim the one-per-user free starter webspace. No billing.
Claim the one-per-user free starter webspace. No billing.
Required scope: webspace:provision
| Header | Required | Value |
|---|---|---|
Authorization |
Yes | Bearer YOUR_API_KEY |
Content-Type |
Yes | application/json |
| Parameter | Required | Description |
|---|---|---|
cms |
No | Initial CMS to install. Default STATIC. |
{
"data": {
"id": "69e80ac118f081032f3b0416",
"subdomain": "ws-0862c.sitequest.eu",
"cms": "STATIC",
"isFree": true,
"status": "completed"
}
}
| Field | Type | Description |
|---|---|---|
subdomain |
string | Auto-generated *.sitequest.eu hostname. |
| Status | Code | Description |
|---|---|---|
| 409 | ALREADY_CLAIMED |
User has already claimed their free webspace. |
| 403 | ACCOUNT_SUSPENDED |
Account is suspended. |
curl -X POST https://hosting.site.quest/api/v1/webspaces/free \
-H "Authorization: Bearer sq_live_..." \
-H "Content-Type: application/json" \
-d '{ "cms": "WORDPRESS" }'
This action is also available via the webspace_claim_free MCP tool.