By default, your public status page is served atDocumentation Index
Fetch the complete documentation index at: https://docs.scaling.cloud/llms.txt
Use this file to discover all available pages before exploring further.
https://scaling.cloud/status/<slug>. With a custom domain, you can serve the same page at a hostname under your control, such as https://status.example.com.
Scaling handles TLS certificates automatically. You only need to add two DNS records: one TXT record to prove ownership, and one CNAME to route traffic. Occasionally we may also ask for an extra TXT record to confirm you control the hostname — the in-app settings panel will show it if so.
Prerequisites
- A published status page.
- A subdomain you control (e.g.,
status.example.com). Apex domains are not supported — you must use a subdomain. - Access to your DNS provider to add
TXTandCNAMErecords. - The Admin role in your Scaling organization.
Add your hostname
Click Add domain and enter the subdomain you want to use (e.g.,
status.example.com). Click Save.Scaling validates the hostname and creates a verification record. The domain state is now pending_verification.Add the TXT verification record
Scaling shows you a TXT record to add to your DNS:Add it at your DNS provider exactly as shown. Most providers propagate within a few minutes; some take up to an hour.Scaling re-checks the record automatically every few minutes. When the value matches, the domain transitions to
verified.Add the CNAME routing record
Once ownership is confirmed, the settings panel shows you a CNAME to add at your DNS provider. The record name is your hostname (e.g.
status.example.com) and the value is the hostname shown in the panel — copy it exactly as displayed.Add the CNAME at your DNS provider. TLS is provisioned for you automatically; you don’t need to manage certificates.Add an extra TXT record if requested
If your hostname is already attached to a different account on our routing layer, the settings panel will show you an additional TXT record to add. Copy the name and value exactly as displayed and add it alongside the records above. This proves you control the hostname so it can be moved to your Scaling org.
States
| State | Meaning |
|---|---|
pending_verification | Waiting for the TXT record to appear with the expected token. |
verified | Ownership confirmed; finalizing routing setup. |
hosting_pending | Waiting on the routing CNAME (and optional verification TXT) to be set. |
active | Live. Traffic to your hostname is served over HTTPS. |
misconfigured | The routing layer could not verify your hostname after multiple attempts. Recheck your DNS records. |
Removing a custom domain
To stop serving your status page at the custom hostname:- Go to Settings → Status Page → Custom domain.
- Click Remove.
- Scaling detaches the hostname. Your page remains reachable at
https://scaling.cloud/status/<slug>.
Limitations
- One custom domain per organization. Multi-domain support is on the roadmap.
- Subdomains only. Apex domains (e.g.,
example.com) are not supported. - No bring-your-own certificate. TLS is always managed for you.