// docs / domains
Dominiokuna
A dominio kan a verified hostname qan own. Verifying once unlocks active probes, scheduled re-qhawaykuna, hinallataq live threat monitoring on that hostname.
Verifying a dominio
Add a hostname at Dashboard → Dominiokuna. Pick one of two verification methods:
- DNS TXT — add a record at
_fixvibe.<hostname>wan chay token ñuqayku generate. We re-resolve it manta our server, not yours, so SPF / DMARC settings don't interfere. Typical propagation: 1-5 minutes; ñuqayku re-check sapa 30 seconds paq 10 minutes. - HTTP file — host a small text file at
/.well-known/fixvibe-verification.txtwith the token. FixVibe checks it over HTTPS before enabling domain-gated features.
Verifications kanku re-checked daily by chay domain-reverify cron. If a previously-verified dominio stops resolving chay token (e.g. qan removed chay DNS record), chay verification kan revoked hinallataq active qhawaykuna against it drop back man verify_required until qan re-add it.
Scheduled re-qhawaykuna 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, chay qhaway-completed email goes out using chay scheduled_scan_email preference (manage at Account → Settings).
Live threat detection Unlimited+
Unlimited planqa sapallan qhawan sapa verifikasqa dominiota kinsa señaltaq plan escaneokuna chawpinpi:
- Certificate transparency — sapa 30 minutes ñuqayku query crt.sh paq musuq certs containing niyki hostname utaq any subdomain. New certs fire a
new_certificatewillay. - DNS diff — sapa 30 minutes ñuqayku resolve A, AAAA, MX, TXT, NS, CNAME hinallataq compare against chay last snapshot. Changes fire a
dns_changewillay. - Threat-intel — sapa hour ñuqayku check Spamhaus DBL hinallataq URLhaus paq listings of chay apex hostname. Listings fire a
threat_intel_listingwillay.
View and dismiss alerts at Dashboard → Domains → [domain] → Monitor. Email notifications follow the threat_alert_email preference.
Snapshot retention
Monitor snapshots auto-prune after 7 days, except chay most recent baseline per (dominio, signal-type) pair — that one stays regardless of age so chay next diff kan correct. Dismissed willaykuna purge after 90 days.
Trigger manta API utaq 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 -X POST https://fixvibe.app/api/v1/scans \
-H "Authorization: Bearer fxv_..." \
-H "content-type: application/json" \
-d '{"target":"https://example.com"}'