api

Self-Hosting

Host brin scan data on your own infrastructure with weekly dataset snapshots. Same response schema as the hosted API. For data residency or air-gapped environments.

if you can't make outbound requests or have strict data residency requirements, brin publishes weekly dataset snapshots you can host yourself.

##dataset releases

datasets are published weekly to github.com/superagent-ai/brin. each release contains the full set of scanned artifacts with scores, verdicts, and threat data.

once downloaded, point your requests at your own host instead of api.brin.sh:

Bash
curl https://your-host.example.com/npm/express

the dataset follows the same response schema as the hosted API — no changes needed in your agent or integration code.

the hosted API at api.brin.sh is always up to date. self-hosting is only necessary if you have strict data residency requirements or can't make outbound requests.