Skip to main content
Batoi RAD Docs

Batoi AIF Integration

Keep governed AI execution behind a clear framework and application boundary.

Version 1.x Active framework documentation Reviewed Jul 21, 2026 Next review Oct 21, 2026

Owner: Batoi Engineering Reviewed by: Batoi RAD Maintainers Source revision: bb9902c

Browse Batoi RAD Documentation Batoi AIF Integration

Batoi AIF Integration

Batoi AIF provides the governed AI execution boundary for RAD applications. Application routes may collect user intent and display approved results, but provider communication, model routing, policy enforcement, review state, tool controls, and audit evidence belong in AIF services.

Integration Flow

1. The RAD feature resolves the authenticated user and application context. 2. The feature sends a structured operation to AIF. 3. AIF applies provider, policy, budget, and tool boundaries. 4. Consequential work pauses for human review when required. 5. The application renders a safe result and retains appropriate evidence.

Provider credentials remain server-side and opt-in. Adding another provider should extend the AIF adapter contract rather than introduce provider-specific clients throughout application features.

See Batoi AIF Documentation for provider abstraction, policy, reviews, retrieval, tools, and evidence.