Documentation
Everything you need to secure your vibe-coded projects
Interactive
API Playground
Test BoringSec API endpoints live. Enter your API key, pick an endpoint, and hit Run.
API Key
Your key is used only for this request and never stored. Get one at API Keys.
Run a full security scan on a URL
curl -X POST https://boringsec.com/api/v1/scan \
-H "Authorization: Bearer bsk_your_key" \
-H "Content-Type: application/json" \
-d '{"url": "https://example.com"}'