docs: docs for singulr ai guardrail provider - #7055
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Team Run ID: 📒 Files selected for processing (5)
Included review availability: 8 reviews are currently available. Your included PR review attempts over the past 7 days set your current allowance at 10 reviews per hour. 📝 SummarySummary by CodeRabbit
WalkthroughAdded Singulr AI as a documented guardrail provider across integration, enterprise, deployment, and navigation documentation. The documentation covers policy decisions, redaction behavior, configuration fields, API setup, Web UI setup, Helm, and ChangesSingulr AI guardrails
Priority: ⬇️ Low Estimated code review effort: 3 (Moderate) | ~20 minutes Merge Risk: ⚪ Minimal · up to The Singulr AI documentation and navigation updates are ready to merge. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
a964db4 to
28d6914
Compare
141d44b to
d7e5e39
Compare

Summary
Adds Singulr AI as a supported third-party guardrail provider in Bifrost Enterprise. Singulr evaluates LLM prompts and responses against configured policies and returns
allow,block, orredactdecisions. Forredactdecisions, Bifrost validates the spans returned by Singulr and applies fixed runtime replacement to the matching text.Changes
integrations/guardrails/singulr-ai.mdxintegration page covering prerequisites, how it works, all configuration fields, and setup examples across Web UI, API, config.json, and Helm.singulr-aias a validprovider_namein all provider reference tables across the deployment guides and enterprise overview.docs.jsonunder both the integrations guardrails section and the sidebar.Type of change
Affected areas
How to test
/integrations/guardrails/singulr-aiand confirm all tabs (Web UI, API, config.json, Helm) render correctly.singulr-aiappears in theprovider_namereference tables in both the config.json and Helm deployment guides.docs.json.Breaking changes
Related issues
Security considerations
api_keysupportsenv.SINGULR_API_KEYto avoid embedding credentials in configuration files.base_urlsupportsenv.SINGULR_BASE_URLfor environment-specific endpoint configuration.Checklist
docs/contributing/README.mdand followed the guidelines