Developer API
Sentinel SCA lets teams enroll Ed25519 agent identities, submit signed actions to /analyze, receive allow/deny/review decisions, and export tenant-scoped evidence.
GET /health basic healthGET /live process livenessGET /ready Redis, tenant DB, and audit path readinessSend X-Request-ID with any request. Sentinel echoes it in the response. If missing, Sentinel generates one.
POST /analyze X-Agent-ID: agent_xxx X-Signature: base64-ed25519-signature X-Timestamp: 2026-06-07T12:00:00Z X-Timestamp-Unix: 1780833600
Customers can generate a new agent keypair or enroll an existing Ed25519 public key. BYOK enrollment returns a live tenant-scoped agent_id.
/customer/export/audit.json/customer/export/decisions.csv/customer/export/evidence.zipPaddle webhook signatures are enforced. Unsigned webhook calls are rejected.