Integrations
39+ collectors built in. Any HTTP API after that.
Most platforms ship a fixed catalog and stop there. Qireon collects from the tools you already use — and lets you point it at anything else.
Evidence collectors
12 activeBuilt-in collectors
Connect the tools you already use.
Representative selection. If it has an API, we can collect from it.
Point Qireon at any endpoint. Write typed assertions.
Define what “compliant” looks like with five assertion types — status_ok, field_equals, field_greater_than, field_matches_regex, and field_not_empty. Qireon runs them on a schedule and turns each pass into evidence.
{
"name": "Backup retention check",
"url": "https://api.internal.example.com/backups/policy",
"method": "GET",
"assertions": [
{ "type": "status_ok" },
{ "type": "field_equals", "path": "encryption", "value": "AES-256" },
{ "type": "field_greater_than", "path": "retention_days", "value": 30 },
{ "type": "field_matches_regex", "path": "region", "pattern": "^eu-" },
{ "type": "field_not_empty", "path": "last_run_at" }
]
}Why it matters
Evidence that collects itself — and stays current.
No screenshots, ever
Evidence is pulled straight from source systems via API — no manual captures, no stale PDFs to re-take before every audit.
Continuous & scheduled
Collectors run on a schedule and re-check automatically, so you're audit-ready between audits — not just the week before one.
Nothing off-limits
Beyond the built-ins, point Qireon at any HTTP API and write typed assertions for the rest. Every competitor ships a fixed catalog. We don’t.
Don't see your tool?
Tell us what you use. If it has an API, we can collect from it — book a 20-minute demo and we'll show you live.
Book a demo