api

Self-Hosting

Host brin scan data on your own infrastructure using weekly dataset releases

If you prefer not to depend on the hosted API, 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, so no changes are 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 cannot make outbound requests.