Decision API
Built by Signalnio

decide.fyi for systems and agents

Deterministic decision infrastructure: REST endpoints for systems, plus MCP notaries for agents.

Systems (Core API)

Use REST endpoints when your backend needs deterministic verdicts, request IDs, and repeatable logic.

Runtime
POST /api/v1/{policy}/{action}
Output
ALLOWED | DENIED | UNKNOWN (or policy-specific verdicts)
Design
Stateless request handling for auditable decision execution.
Deterministic system path

Notary endpoints