10-minute guide

Govern an AI tool call before it acts

RuleOak lets developers add policy checks, evidence records, approval gates, and audit reports without redesigning the whole agent stack.

Quickstart

Run the smallest useful governance demo

npm install
npm run integrate:10min
npm run report:html

1. Declare tools

Describe what the agent may request: read-only tools, external actions, or destructive operations.

2. Define policy

Allow safe tools, require approval for risky tools, and block dangerous tools outside the prompt.

3. Export audit

Each decision creates evidence, approval state, audit events, and a reviewable report.

Demo path

Tool call → policy → evidence → approval → audit

RuleOak tool call approval audit demo