Developer docs

Build with OnScanner

Run scans, pull structured findings, and manage targets programmatically over the REST API or from any MCP-compatible AI agent. One OnScanner API key works for both.

Live, never cachedAPI-key authStreamable HTTP MCP
Reference

REST API

A JSON REST API to create scans, poll their status, and read structured reports. Authenticate every request with your API key in the ONSCANNER-KEY header.

Base URL
api.onscanner.com
Auth header
ONSCANNER-KEY
Format
JSON

Authenticated request

Replace <your-key> with a key from your dashboard.

curl
curl https://api.onscanner.com/me/ \
     -H "ONSCANNER-KEY: <your-key>"

Full API reference

Every public endpoint, with its request and response shape. Expand any endpoint to see parameters and try a live request with your API key.

Ready to wire it up?

Create an account, generate an API key, and start scanning over the API or from your agent.