July 2026
Webhooks and REST API
Connect Superagent to your security workflows with signed report and finding webhooks plus a versioned API.

Superagent can now connect directly to your internal agents, ticketing systems, and security workflows through organization webhooks and a versioned REST API.
Organization API keys
Create and revoke API keys from Settings, then use Bearer authentication to access resources scoped to your organization.
Reports and findings API
The new /api/v1 endpoints can start repository and Web app security reports, list and retrieve findings, update finding status, and trigger automated triage. Finding responses include report, triage, evidence, and remediation context so external tools can act without scraping the dashboard.
Signed lifecycle webhooks
Subscribe endpoints to report and finding lifecycle events. report.started confirms that a repository or Web app report was accepted, while report.finished closes the loop when execution enters review or fails. Finding events cover new findings, completed triage, and accepted risks.
End-to-end automation
Use signed webhook payloads to orchestrate work around the API without polling. Deliveries include safe report status or structured remediation context, retry transient failures automatically, and can be configured, tested, rotated, or disabled from Settings.
Read the API documentation and webhook guide to get started.




