Skip to main content
Batoi AIF Docs

UIF Admin Contract

Use Batoi UIF to render AIF configuration and review surfaces.

Version Foundation release Early foundation work Reviewed Jul 21, 2026 Next review Sep 21, 2026

Owner: Batoi Engineering Reviewed by: Batoi AIF Maintainers Source revision: cd680e8

AIF is the public engineering framework. For the managed intelligence capability used across supported Platform and Flex workflows, see Batoi Intelligence.
Browse Batoi AIF Documentation UIF Admin Contract

UIF Admin Contract

Batoi UIF can render AIF administration and review interfaces. AIF should expose the data and actions; UIF should render clear, consistent product surfaces.

Useful Admin Surfaces

  • provider registry
  • prompt registry
  • policy configuration
  • execution register
  • audit detail view
  • human review queue
  • evaluation results
  • provider health and operational metrics
  • durable queue status and dead-letter review

UI Boundary

UIF pages should not own provider logic, approval validity, or policy decisions. They collect user intent, render server-provided state, and call backend endpoints that execute through AIF.

Example Review Payload

{
  "decision": "approve",
  "notes": "Approved for this workspace request."
}

The backend authenticates the reviewer, persists the decision, validates request-hash and workspace binding, consumes approval once, and decides whether execution may resume.