Guide
Connect your own domain
Every project is live from the moment it exists, at your-project.coagentic.site. Connecting your own domain changes the address visitors see — same site, your name on it, with HTTPS set up for you.
Or don't do any of this yourself. Ask your assistant: “put shop.example.com on the bakery site”. It attaches the domain, reads you the exact records to paste into your DNS provider, and you can ask it “is it ready yet?” instead of watching a screen.
What you need
Step by step
1Add the domain
Open the project, go to Site → Domain, and type the address the way visitors will: example.com or shop.example.com. Pasting a full URL is fine — it is trimmed for you.
2Publish the two records
The screen shows exactly what to add, with the values ready to copy. There are two, and both are needed:
| Type | Name | What it does |
|---|---|---|
| TXT | _coagentic-verify.your-domain | Proves the domain is yours. Without it, anyone could claim any name. |
| A | your-domain | Sends visitors to your site. |
Copy the values from the Domain screen rather than from here — the TXT value is unique to your domain.
3Check
Press Check DNS. If the records are visible, the domain goes live and a certificate is issued automatically — HTTPS included, nothing to buy or renew.
If it says the records are not there yet, that is normal: DNS changes take anywhere from a few minutes to an hour to travel. Nothing is lost — check again later.
Common snags
It has been an hour and the TXT record still is not found.›
_coagentic-verify and they store _coagentic-verify.example.com. If you typed the full name in a provider that does this, you now have _coagentic-verify.example.com.example.com. Also check the value has no quotes added around it.The domain resolves but the site does not load.›
HTTPS is broken after DNS verified.›
dig CAA your-domain. A CAA naming a different authority is the reason.Can I use a www address?›
www.example.com as its own domain. Many people add both the apex and the www version.