Introduction
Get your first zone up and delivering content in under five minutes.
1. Create a zone
Point your domain's origin at your existing server, then create a zone through the dashboard or API.
curl -X POST https://api.mejuhad.example/v1/zones \
-H "Authorization: Bearer YOUR_TOKEN" \
-d '{"domain": "assets.example.com", "origin": "origin.example.com"}'
2. Update DNS
Point a CNAME record for your domain to the address provided in the zone response.
3. Verify propagation
Propagation is usually complete within a few minutes. You can check status from the dashboard or via the CLI.
mejuhad-cli zones status assets.example.com