How it works
You want agent.yourcompany.com instead of agent.atomic.bond. Add one DNS record, and the platform handles the rest.
Setup
- Provision the agent:
atomic init --hosted --name agent --custom-domain agent.yourcompany.com- Add a CNAME record at your DNS provider:
agent.yourcompany.com. CNAME agent.atomic.bond.- Wait for DNS propagation (usually a few minutes). The platform checks automatically and provisions TLS once the record is live.
Verification
dig agent.yourcompany.com +short
# Should return: agent.atomic.bond.Once verified, your agent is reachable at both domains. The agent.json uses your custom domain as the id.
How it works under the hood
Your CNAME points to atomic.bond. Cloudflare routes the request to the platform. The platform looks up which agent owns that custom domain and serves the right agent.json. TLS is provisioned via Cloudflare for SaaS.
After that, there’s nothing to maintain on your end.