Phinq is an open source runtime governance layer for AI agents. It sits between an agent’s proposed tool call and the execution boundary, classifies the action by risk, and decides whether it should pass, pause for approval, or be blocked. Safe actions continue automatically, while irreversible or higher-risk actions are held until a human decision is made.
The product is designed for agent workflows where a prompt alone is not enough to control behavior. Phinq enforces governance structurally at the API or execution layer, records each decision in an append-only audit log, and can run in shadow mode during setup so teams can observe decisions before turning on enforcement.