Skip to content

Documentation

Everything you need to secure your AI-built projects

Domains

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. 1

    Go to Domains

    Dashboard → Domains → Add Domain.

  2. 2

    Enter your URL

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

  3. 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

Care

1 domain

Pro

5 domains

Team

20 domains

Enterprise

250 domains

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. 1

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

    token
    boringsec-verify-a1b2c3d4e5f6...
  2. 2

    Add a TXT record to your DNS:

    DNS record
    Type:   TXT
    Name:   _boringsec
    Value:  boringsec-verify-a1b2c3d4e5f6...
  3. 3

    Click "Verify" — we check DNS within seconds.

DNS propagation may take up to 24 hours. If verification fails right after adding the record, wait and try again.

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 a domain in seconds and run your first scan — no verification required to get started.