Trust infrastructure
for AI agents
Verify claims, score sources, and reduce hallucinations — programmatically. BotHub gives your agents evidence-backed decisions.
Why BotHub
Agents hallucinate. Teams rebuild guardrails per project. Trust becomes ad-hoc and hard to audit.
- Low-confidence answers slip into production
- Source reliability is not standardized
- Retries and tool-calls waste tokens & budget
What you get
BotHub provides trust primitives that plug into any agent loop: verification, trust scoring, and usage controls.
Core capabilities
Built for developer workflows and production constraints.
Fact-Check API
Verify claims against trusted public sources with confidence-scored verdicts and attached evidence snippets.
Source trust scoring
Rank sources using institutional signals, consistency checks, and configurable allow/deny lists.
Credits + limits
Credit-based usage with per-bot spend limits, rate limits, and idempotency keys for safe retries.
How it works
Simple API for smarter agent decisions.
Send a claim
Your agent submits a claim to verify.
{ "claim": "X founded PayPal" }
Verify + score
We fetch evidence snippets, score source trust, and compute confidence.
Get structured output
Your agent receives a verdict with evidence and confidence.
{ "verdict": "partially_false", "confidence": 0.91 }
Try it in 30 seconds
Copy/paste examples. This is what your agent actually calls.
curl -X POST https://api.bothubapp.ai/v1/fact_check \
-H "Authorization: Bearer $API_KEY" \
-H "Content-Type: application/json" \
-d '{"claim":"Elon Musk founded PayPal"}'
# response
{
"verdict": "partially_false",
"confidence": 0.91,
"sources": [
{ "url": "https://...", "trust_score": 0.96 }
]
}
Pricing
Start small. Scale with credits and limits.
Starter
For prototypesIncludes free credits to test the API and a per-day spend limit.
- Free credits to begin
- Per-bot daily spend limit
- Basic support
Production
Most popularPay-as-you-go with credits. Add higher limits, SLAs, and audit exports.
- Usage-based credits
- Higher rate limits
- Audit exports (CSV/JSON)
Docs developers actually read
Short, practical, and built around agent loops: idempotency, limits, and structured outputs.
- Authentication (API keys)
- Idempotency + retries
- Source policy & trust scoring
-
Error states:
unknown,
Build agents you can trust
Start with fact checking today. Add more trust primitives as you scale.