Skip to content

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

1

Go to Domains

Dashboard → Domains → Add Domain.

2

Enter your URL

Enter the full URL (e.g., https://myapp.vercel.app). We extract the hostname automatically.

3

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

1

Go to your domain settings page and copy the verification token.

boringsec-verify-a1b2c3d4e5f6...
2

Add a TXT record to your DNS:

Type: TXT

Name: _boringsec

Value: boringsec-verify-a1b2c3d4e5f6...

3

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

GET/api/v1/domainsList all your domains
POST/api/v1/domainsAdd a new domain
GET/api/v1/domains/{id}Get domain details
GET/api/v1/domains/{id}/historyScan history
GET/api/v1/domains/{id}/trendsScore trends over time
POST/api/v1/domains/{id}/monitoringConfigure monitoring

Full details in the REST API Reference.

Add your first domain

Add Domain