Overview
Every App gets a default URL at{slug}.mxp.co. You can also serve it on your own subdomain — for example, search.yourcompany.com — by adding a custom domain and creating a DNS CNAME record.
Add a custom domain
Enter your subdomain
Type the subdomain you want to use (e.g.
search.yourcompany.com) and click Add Domain.Create a CNAME record
In your DNS provider, add a
CNAME record pointing your subdomain to your app’s Cloudflare Pages hostname:| Type | Name | Value |
|---|---|---|
| CNAME | search.yourcompany.com | .pages.dev |
Domain statuses
| Status | Meaning |
|---|---|
pending | DNS record not yet detected |
verifying | Record found, issuing TLS certificate |
active | Domain is live and serving HTTPS |
failed | Verification failed — check your CNAME value |
Via API
Notes
- Only subdomain CNAMEs are supported (not apex/root domains).
- Each domain can be attached to one App at a time.
- Removing a domain does not affect the App’s default
{slug}.mxp.coURL.

