For AI agents & scripts

VerifiedDR as your authority data layer

A tiny, dependency-free CLI over the VerifiedDR API. Look up DR, TrueDR, trust scores, discover trusted sites, and monitor authority changes — clean JSON, built for agents, CI, and dashboards. Free accounts get 100 API calls per month.

run it
npx verifieddr lookup stripe.com
# or install globally:
npm install -g verifieddr

Authenticate

Every command except categories needs a vdr_… key. Create one free in your dashboard — the free tier includes 100 calls/month; Pro and Agency raise the limit.

auth
export VERIFIEDDR_API_KEY=vdr_xxxxxxxxxxxxxxxx
# or pass --key vdr_… on any command

Public discovery — any approved site

Public authority data only: DR, TrueDR, trust score, confidence, traffic validation, badge links. Never owner identity or billing.

vdr lookup <domain>DR, TrueDR, trust score, confidence, evidence — any approved site
vdr find --category ai --min-truedr 50Discover trusted sites, ranked by TrueDR
vdr snippets <domain>Badge and embed snippets
vdr categoriesValid category values (no key needed)

Your own sites

Owner-scoped — only sites claimed by your account. Free accounts can submit and monitor their own sites within the monthly quota.

vdr sitesList your sites with current metrics
vdr truedr <domain> --detailedYour site's TrueDR + full signal breakdown
vdr monitor --dailyWatch your sites for authority + trust changes
vdr export <domain>Machine-readable export of your site
vdr submit <url>List a new site
vdr verify <domain>Re-check your badge embed

Drop-in agent skill

The repo ships a verifieddr-authority skill that teaches assistants when and how to call these commands. Point your agent framework at it.