Batoi AIF Docs

UIF Admin Contract

Use Batoi UIF to render AIF configuration and review surfaces.

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

UI Boundary

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

Example Review Payload

{
  "execution_uid": "8f2a7f7b-5fb0-4e2c-a151-8b4a11f4d232",
  "review_status": "approved",
  "review_note": "Output is acceptable for draft workflow use."
}