Quickstart

From nothing to a prioritised backlog. Trials are provisioned personally — a real person sets up your tenant and stays reachable — but everything after that is self-serve.

1. Request a trial

Use the form on the homepage. The team contacts you, creates your tenant, and sends your login details.

2. Log in

Sign in at app.sinterly.com. Your first login walks you through multi-factor setup (an authenticator app) — this is required, not optional.

3. Upload your first scan

Open Upload in the sidebar. Drag in a SARIF, CSV or OTM file (up to 25 MB). Sinterly first shows you a preview — how many findings, their severities, the first few titles — and only ingests when you confirm. If a file is invalid you see the actual reason, not a generic error.

No scanner output to hand? Two commands that produce real SARIF:

semgrep --config p/owasp-top-ten <repo> --sarif > results.sarif
trivy fs <repo> --format sarif --output results.sarif

4. See your backlog, prioritised

After you confirm, the pipeline deduplicates, scores and ranks — measured at under five seconds on production for a typical scan. The report tells you what was created, what was updated and what was merged as a duplicate, and the Findings view shows your backlog in priority order, each score citable to its five inputs.