Resource-oriented API plus events for asynchronous workflows.
DEVELOPERS
API‑first is not a slogan
Integrations are designed as part of the product: predictable resources, events, webhooks and a clear versioning model.
API PREVIEW
Target integration model
The example below shows the target 34.12 Surface API shape. It is a website interface specification, not a claim that a production endpoint is already available.
surface-api.txt
GET /v1/assets?risk=high
Authorization: Bearer <token>
{
"items": [
{
"id": "ast_3412",
"type": "domain",
"value": "api.company.example",
"risk": "high",
"exposures": 3
}
],
"next_cursor": null
}Explicit API versions and backwards-compatible changes.
Event delivery for asset and exposure changes.
Token-based access with future enterprise identity options.
Machine-readable data for SIEM, SOAR, ITSM and data platforms.
Examples, schemas and changelog published together with releases.
Need an integration?
Tell us the target system and data flow.