Skip to main content

Documentation Index

Fetch the complete documentation index at: https://budecosystem-b7b14df4.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Guardrail Request Lifecycle

Guardrails can evaluate content at multiple stages before and after model processing.

Core Building Blocks

Providers

Providers supply detection capabilities. Bud AI Foundry supports Bud Sentinel and cloud moderation providers.

Probes

A probe targets a specific risk area (for example, PII, toxicity, jailbreak, or safety categories).

Rules

Rules are the detection units within probes. You can often enable/disable or tune behavior per rule.

Profiles

A profile is your reusable policy package:
  • selected probes
  • guard type scope
  • severity threshold and overrides
  • deployment targets

Deployments

Deployment activates the profile in runtime paths, either as standalone or attached to an existing endpoint.

Guard Types and Evaluation Scope

Guard TypeEvaluation PointCommon Intent
inputBefore prompt reaches modelBlock malicious input
outputBefore response reaches userPrevent unsafe output
retrieval/tools (where applicable)During extended workflow stagesGovern tool/data paths

Severity and Policy Tuning

Higher thresholds generally increase sensitivity and can reduce unsafe leakage, but may increase false positives. Calibrate with real prompts and staged rollout.

Execution Patterns

PatternBehaviorUse Case
Parallel probe executionEvaluate multiple probes concurrentlyLower latency under broad coverage
Sequential evaluationProcess probes in a fixed orderControlled policy precedence
Fail-fast handlingStop at first critical violationStrict compliance gates
Aggregate handlingCollect all violationsRich audit and analysis

Operational Views in Bud Admin

  • Guardrails page: profile discovery, filtering, and creation entry point.
  • Guardrail details: General, Probes, and Deployments tabs.
  • Project Guardrails tab: project-scoped list with status and management actions.