API Documentation

Webspace Pricing

List webspace plans, quotas, and feature pricing.

Required scope:

Headers

Header Required Value
Authorization Yes Bearer YOUR_API_KEY

Response

{
  "data": {
    "free": { "diskGb": 1, "databases": 1, "bandwidthGb": 10, "allowedDomains": 1, "price": 0 },
    "tiers": [
      { "diskGb": 5,  "monthly": 4.99, "yearly": 49.90 },
      { "diskGb": 10, "monthly": 7.99, "yearly": 79.90 }
    ],
    "addons": { "databasePerUnit": 0.50, "domainPerUnit": 1.00 }
  }
}

Response Fields

Field Type Description
free object Free-tier quotas (one per user).
tiers array Paid plans with monthly and yearly prices.
addons object Per-unit add-on pricing for databases and custom domains.

Example

curl https://hosting.site.quest/api/v1/webspaces/pricing

MCP

This endpoint is not yet wrapped as an MCP tool. Use the REST endpoint above directly.