Developer API
AI agent governance API for signed actions before execution.
Sentinel SCA lets teams enroll Ed25519 agent identities, submit signed actions to /analyze, receive allow/deny/review decisions, and export tenant-scoped evidence.
Health & Readiness
GET /healthbasic healthGET /liveprocess livenessGET /readyRedis, tenant DB, and audit path readiness
Request IDs
Send X-Request-ID with any request. Sentinel echoes it in the response. If missing, Sentinel generates one.
Signed Analyze
Sample code only: this request shape is for developers after onboarding. It does not register a customer, activate a plan, or create a live account. Use /register for customer registration.
POST /analyze X-Agent-ID: agent_xxx X-Signature: base64-ed25519-signature X-Timestamp: 2026-06-07T12:00:00Z X-Timestamp-Unix: 1780833600
Agent Enrollment
Customers can generate a new agent keypair or enroll an existing Ed25519 public key. BYOK enrollment returns a live tenant-scoped agent_id.
Evidence Exports
/customer/export/audit.json/customer/export/decisions.csv/customer/export/evidence.zip
Billing Webhooks
Paddle webhook signatures are enforced. Unsigned webhook calls are rejected.