{ "success": true, "result": { "message": "Custom domain setup initiated", "domain": "www.mybusiness.com", "dns_records": [ { "record_type": "CNAME", "host": "www", "value": "proxy.example.com", "purpose": "Points your domain to our servers", "ttl": 3600 } ], "instructions": "Add the following DNS records to your domain registrar to complete the setup." }}
Website Management
Add custom domain
Initiates custom domain setup for a website. Returns agent-ready DNS records with instructions.
{ "success": true, "result": { "message": "Custom domain setup initiated", "domain": "www.mybusiness.com", "dns_records": [ { "record_type": "CNAME", "host": "www", "value": "proxy.example.com", "purpose": "Points your domain to our servers", "ttl": 3600 } ], "instructions": "Add the following DNS records to your domain registrar to complete the setup." }}