Documentation
Everything you need to secure your vibe-coded projects
Guides
Domains & Verification
Add your domains to BoringSec for continuous monitoring, score tracking, and team collaboration. Verify ownership to unlock extra features and show on the public leaderboard.
Adding a Domain
Go to Domains
Dashboard → Domains → Add Domain.
Enter your URL
Enter the full URL (e.g., https://myapp.vercel.app). We extract the hostname automatically.
Run your first scan
The domain is added immediately. You can scan it right away — no verification required for basic scans.
Domain Limits by Plan
Free
1 domain
Pro
10 domains
Business
50 domains
Enterprise
Unlimited
Domain Verification
Verifying domain ownership proves you control the site. Verified domains get priority monitoring and can appear on the public leaderboard.
Method: DNS TXT Record
Go to your domain settings page and copy the verification token.
boringsec-verify-a1b2c3d4e5f6...Add a TXT record to your DNS:
Type: TXT
Name: _boringsec
Value: boringsec-verify-a1b2c3d4e5f6...
Click "Verify" — we check DNS within seconds. Propagation may take up to 24 hours.
What Verification Unlocks
Priority Monitoring
Verified domains are scanned first in scheduled monitoring runs.
Score Trends
View score changes over time with historical charts.
Public Leaderboard
Opt in to show your domain and score on the public leaderboard.
Verified Badge
Your domain shows a verified checkmark in reports and dashboards.
API Endpoints
/api/v1/domainsList all your domains/api/v1/domainsAdd a new domain/api/v1/domains/{id}Get domain details/api/v1/domains/{id}/historyScan history/api/v1/domains/{id}/trendsScore trends over time/api/v1/domains/{id}/monitoringConfigure monitoringFull details in the REST API Reference.