FixVibe

// docs / domains

Ngaahi domain

Ko e domain ko ha hostname kuo fakapapau'i pea 'oku 'a'au. Ko e fakapapau'i tu'o taha 'oku ne faka'ata active probes, scheduled re-scans, mo e live threat monitoring 'i he hostname ko ia.

Verify ha domain

Add ha hostname 'i Dashboard → Domains. Fili ha verification method 'e taha mei he ua:

  • DNS TXT — add ha record 'i _fixvibe.<hostname> mo e token 'oku mau generate. 'Oku mau re-resolve ia mei he'emau server, 'ikai ko ho'o server, ke 'oua na'a fakafe'atungia 'e SPF / DMARC settings. Typical propagation: 1-5 minutes; 'oku mau re-check every 30 seconds for 10 minutes.
  • HTTP file — host a small text file at /.well-known/fixvibe-verification.txt with the token. FixVibe checks it over HTTPS before enabling domain-gated features.

Verifications 'oku re-checked daily 'e he domain-reverify cron. Kapau 'oku ta'ofi 'e ha previously-verified domain hono resolve e token (e.g. na'a ke to'o e DNS record), 'oku revoked e verification pea active scans ki ai 'oku drop back ki verify_required kae'oua ke ke re-add.

Ngaahi scheduled re-scan Pro+

The Pro plan can re-scan a verified domain at ≥3h cadence; the Unlimited plan at ≥6h. Open Dashboard → Domains → Schedule, enable the toggle, pick a cadence:

  • 3 hours — available on Pro
  • 6h, 12h, daily, every 2 days, weekly — available on Pro and Unlimited

When a scheduled run is due, FixVibe queues a fresh scan for the verified domain and records the run. The scan inherits your domain authorization until you disable the schedule or revoke active authorization.

On completion, 'oku alu atu e scan-completed email 'aki e scheduled_scan_email preference (manage 'i Account → Settings).

Live threat detection mo'ui Unlimited+

Ko e palani Unlimited ʻoku ne tokangaʻi fakaautomesí ʻa e domain kuo fakapapauʻi taki taha ki ha ngaahi fakaʻilonga ʻe tolu ʻi he vahaʻa ʻo e ngaahi siva kuo fokotuʻutuʻu:

  • Certificate transparency — every 30 minutes 'oku mau query crt.sh ma'a certs fo'ou 'oku contain ho'o hostname pe ha subdomain. New certs fire ha new_certificate alert.
  • DNS diff — every 30 minutes 'oku mau resolve A, AAAA, MX, TXT, NS, CNAME pea compare ki he last snapshot. Changes fire ha dns_change alert.
  • Threat-intel — every hour 'oku mau check Spamhaus DBL mo URLhaus ma'a listings 'o e apex hostname. Listings fire ha threat_intel_listing alert.

View and dismiss alerts at Dashboard → Domains → [domain] → Monitor. Email notifications follow the threat_alert_email preference.

Tauhi snapshot

Monitor snapshots auto-prune after 7 days, except e most recent baseline per (domain, signal-type) pair — 'oku nofo ia regardless of age ke tonu e next diff. Dismissed alerts purge after 90 days.

Trigger mei API pe MCP

Domain management remains dashboard-only for launch. After a domain is verified and explicitly authorized, REST API and MCP can start scans against it according to your plan:

curl
curl -X POST https://fixvibe.app/api/v1/scans \
  -H "Authorization: Bearer fxv_..." \
  -H "content-type: application/json" \
  -d '{"target":"https://example.com"}'
Ngaahi domain — Docs · FixVibe