Using Your Own Domain (Cloud)
Every CompassDocs Cloud workspace lives at its own address:
https://yourworkspace.compassdocscloud.comThat address is permanent, secured with HTTPS automatically, and works everywhere — bookmarks, the Claude connector, the Outlook add-in, and email links all use it.
If you’d like people to reach your workspace from a domain you own (say,
docs.yourfirm.com), the recommended approach today is a redirect.
Set up a redirect
Section titled “Set up a redirect”A redirect is configured entirely in your DNS or website host — nothing
needs to change in CompassDocs. Anyone visiting docs.yourfirm.com is
forwarded to yourworkspace.compassdocscloud.com, where they sign in as
usual.
Most DNS and hosting providers offer this under a name like forwarding, redirect rule, or URL redirect:
- Cloudflare — add a redirect rule (Rules → Redirect Rules) from your hostname to your workspace URL.
- Squarespace / GoDaddy / Namecheap — use the domain forwarding setting on the domain or subdomain.
- Your own web server — return a
301redirect to your workspace URL.
Two tips for a clean setup:
- Use a subdomain, like
docs.yourfirm.comorkb.yourfirm.com, rather than your bare root domain — subdomains are simpler to forward and don’t interfere with your main website or email. - Redirect the whole path if your provider supports it (often shown as
“forward path” or a
$1/wildcard option), so a shared link likedocs.yourfirm.com/doc/onboardinglands on the matching page instead of the home page.
Keep sharing the workspace address
Section titled “Keep sharing the workspace address”Deep links generated by CompassDocs — email notifications, newsletter
links, the Claude connector, share links — will continue to use your
*.compassdocscloud.com address. That’s expected with a redirect: your
custom domain is the friendly front door, and the workspace address is the
canonical one.
