The canonical Resolution API docs live at /developers. This page documents the older edge-function surface and your API keys.
API & SDK
Developer documentation and API key management
Access model
Verifying an agent's evidence is free forever, no auth. Recording new events and issuing credentials require the relevant pack.
- GET/POST /v1/verify-attestation
- GET/POST /v1/verify-black-box
- GET/POST /v1/verify-passport
- GET/POST /v1/verify-genome-integrity
- GET/POST /v1/trust-lookup
- GET/POST /v1/external-verify
- record-agent-event, generate-attestation, Evidence
- capture-fingerprint, shadow-ai-scan, Containment
- calculate-insurance-score, coverage-gap-analysis, Insurance
- run-compliance-assessment, Compliance
A gated call without the pack returns 402:
{ "error": "entitlement_required",
"pack": "evidence",
"reason": "no_active_entitlement",
"message": "Add the Evidence Pack to record events." }