Start free. Upgrade to Pro when you need hosted API volume.
The clean path into hosted triage starts with a workspace. Begin free or start a 14-day Pro trial, get the key, and start making requests.
Ingest
Ingest SARIF, CycloneDX, Nessus, Qualys, OpenVAS, and pipeline findings.
Triage
Call the hosted triage layer programmatically.
Operationalize
Turn findings into cases, evidence, exports, and mapped workflows.
API-first access.
Hosted usage, key creation, model selection, and billing all live in the same console path.
Models
4
catalog
Usage
v1
live endpoints
Keys
Org
tracked access
Billing
Usage
keys and limits
Example request
curl -X POST https://cveriskpilot.com/api/v1/triage \
-H "Content-Type: application/json" \
-H "X-API-Key: crp_workspace_prod_..." \
-d '{
"cveIds": ["CVE-2026-1234"],
"severity": "HIGH",
"title": "Remote code execution in dependency",
"description": "Imported from your scanner",
"asset": {
"name": "payments-api",
"type": "APPLICATION",
"environment": "PRODUCTION",
"criticality": "HIGH",
"internetExposed": true
}
}'One platform for ingestion, triage, and evidence workflows.
Connect scanners, run hosted security logic, and operationalize the result.
The routes that matter now.
These are the active routes available now.
Model Catalog
/api/v1/models
Published model metadata, pricing, limits, and minimum tier.
Public Triage API
/api/v1/triage
Single-finding triage with API-key auth.
Batch Triage API
/api/v1/triage/batch
Batch triage for tools, scanners, and workers.
Pipeline Scan API
/api/pipeline/scan
Accept scan formats or CLI findings for hosted processing.
Key Usage and Metadata
/api/v1/usage + /api/v1/keys/me
Self-serve usage and key inspection endpoints.
Real model metadata, not placeholder pricing cards.
These entries come from the same catalog used by `/api/v1/models`.
CVERiskPilot Triage v1
GAAI vulnerability triage with EPSS, KEV, CVSS enrichment and compliance-aware decisions. Hybrid routing with a private Corvus path when enabled and external AI fallback for escalations.
crp-triage-v1Input
$3.00
per 1M
Output
$15.00
per 1M
Tier
Free workspace
max 8,192
CVERiskPilot Triage (Gemini Flash)
GAAI vulnerability triage via Gemini 2.0 Flash. Fast inference, mid-tier escalation target in the multi-model routing chain.
crp-triage-geminiInput
$0.10
per 1M
Output
$0.40
per 1M
Tier
Free workspace
max 32,768
Corvus v2.0-8b
GACorvus v2.0 — historical 8B training track retained for compatibility. Buyer-facing quality claims should reference the current release-gated benchmark artifacts, not this catalog description.
crp-corvus-v2Input
$0.00
per 1M
Output
$0.00
per 1M
Tier
Pro
max 8,192
Corvus v2.1-3b
GACorvus v2.1 — shipped 3B GGUF runtime for local/private triage. Runtime packaging and buyer-facing claims are gated by smoke checks and the repo-tracked golden benchmark.
crp-corvus-v2.1Input
$0.00
per 1M
Output
$0.00
per 1M
Tier
Free workspace
max 8,192
Request example
curl -X POST https://cveriskpilot.com/api/v1/triage \
-H "Content-Type: application/json" \
-H "X-API-Key: crp_workspace_prod_..." \
-d '{
"cveIds": ["CVE-2026-1234"],
"severity": "HIGH",
"title": "Remote code execution in dependency",
"description": "Imported from your scanner",
"asset": {
"name": "payments-api",
"type": "APPLICATION",
"environment": "PRODUCTION",
"criticality": "HIGH",
"internetExposed": true
}
}'Response example
{
"priority": "HIGH",
"recommendedAction": "PATCH_OR_ISOLATE",
"reasoning": "Internet-facing production service with exploitable path.",
"confidenceScore": 0.91,
"severityOverride": "CRITICAL",
"model": "crp-triage-v1",
"triagedAt": "2026-04-03T21:14:00.000Z",
"usage": {
"inputTokens": 1428,
"outputTokens": 214
}
}Fast path
One path into API access.
Start with a free workspace or 14-day Pro trial, land on the one-time key reveal page, then move into the API console for keys, limits, and usage.
