DOCUMENTATION

Partner API

Integrate Vigil's AI security infrastructure into your platform. The Partner API provides programmatic access to audit trails, policy management, regulatory reports, and device telemetry.

BASE URL

https://vigil-cloud.fly.dev/v1/partner

AUTHENTICATION

All Partner API requests require a Bearer token. Contact us for API key provisioning.

Authorization: Bearer <partner_api_key>

AVAILABLE ENDPOINTS

GET/audit/exportExport audit trail entries with hash chain verification
GET/reports/regulatoryGenerate EU AI Act / MiCA compliance reports
GET/reports/weekly-digestWeekly security digest for organization
GET/devicesList all devices across managed accounts
POST/policiesCreate or update organizational policies
GET/telemetry/aggregateAggregated telemetry across all managed devices

OPEN STANDARD

VOAF open standard spec: github.com/vigilsec/voaf-spec | vigilsec.ai

FULL DOCUMENTATION COMING SOON

Detailed endpoint documentation, SDKs, and integration guides are in development.

REQUEST API ACCESS