get started
Quickstart
Start scoring context with brin in under a minute
brin has two interfaces: a REST API available today, and a CLI coming soon.
##API
No auth, no signup. A single GET request returns a score and verdict.
Bash
Response:
JSON
##CLI
Bash
Bash
JSON
##If the artifact isn't in the database
brin returns a preliminary score immediately and queues a full scan in the background. Pass a webhook URL to be notified when it completes:
Bash
##Next steps
- API Reference — full endpoint documentation
- How It Works — scoring pipeline and threat detection
- Setup for Agents — wiring brin into your agent workflow
On this page