Connect Your Domain

Your customers call your own address, like https://api.yourbrand.com/v1. You need one DNS record.

The steps

  1. In Resell → Domains, add your subdomain (up to 3). Root domains like yourbrand.com are not supported — use a subdomain.
  2. We check the domain by hand and email you (usually within a few hours).
  3. Add the CNAME record below at your DNS provider.
  4. The dashboard checks automatically. HTTPS is issued for you — usually 2–10 minutes after DNS is correct.
  5. Status turns Live. Done.
Text
Type:   CNAME
Name:   api          (the part before your domain)
Target: connect.qubaxlink.com
TTL:    Auto

Cloudflare

  1. DNS → Records → Add record
  2. Type CNAME, Name api, Target connect.qubaxlink.com
  3. Proxy status: DNS only (grey cloud)
  4. Save
⚠️
On Cloudflare the record must be DNS only (grey cloud). An orange cloud blocks HTTPS from being issued.

Namecheap

  1. Domain List → Manage → Advanced DNS
  2. Add New Record → CNAME Record
  3. Host api, Value connect.qubaxlink.com, TTL Automatic
  4. Click the ✓ to save

GoDaddy

  1. My Products → your domain → DNS → Add New Record
  2. Type CNAME, Name api, Value connect.qubaxlink.com
  3. Save

Check it yourself

Shell
dig +short CNAME api.yourbrand.com
# should print: connect.qubaxlink.com.

curl https://api.yourbrand.com/v1/models -H "Authorization: Bearer sk-your-customer-key"

Problems?

  • “DNS record not found” — wait up to an hour; some providers are slow. Check the Name has no extra domain (some providers add it automatically, so api not api.yourbrand.com).
  • “Points to something else” — remove any other A, AAAA or CNAME record with the same name.
  • CAA records — if your domain has CAA records, allow letsencrypt.org and pki.goog.
  • 404 “Endpoint not configured” — the domain is not live yet, was disabled, or the path is not an API path.
Connect Your Domain — Resellers · Qubax AI