Getting Started
Quick StartArchitecture
AI Agents
MSP HunterThreat ResearcherTech SupportCompliance AgentAccount ManagerOnboarding Agent
Compliance
HIPAASOC 2PCI-DSSNIST
Guides
First 30 DaysScaling
API
OverviewEndpoints

API Endpoints

🔧 API5 min readUpdated May 2026

Agents

GET  /v1/agents              — List all agents
GET  /v1/agents/:id          — Get agent details
POST /v1/agents/:id/config   — Update agent configuration

Scans

POST /v1/scans               — Trigger a new scan
GET  /v1/scans               — List recent scans
GET  /v1/scans/:id           — Get scan results
GET  /v1/scans/:id/findings  — Get scan findings

Reports

GET  /v1/reports              — List reports
POST /v1/reports/generate     — Generate a new report
GET  /v1/reports/:id          — Get report
GET  /v1/reports/:id/download — Download report (PDF/CSV)

Compliance

GET  /v1/compliance              — Get compliance overview
GET  /v1/compliance/:framework   — Get framework status (hipaa, soc2, pci-dss, nist)
GET  /v1/compliance/:framework/evidence — Get evidence items

Tickets

GET  /v1/tickets              — List tickets
POST /v1/tickets              — Create a ticket
GET  /v1/tickets/:id          — Get ticket details
PUT  /v1/tickets/:id          — Update ticket