Documentation
Sentrial Docs
Everything you need to instrument your AI agents and start catching regressions in production.
Full documentation is coming soon. Sentrial is in early access.
Quickstart
Instrument your first agent in under 5 minutes.
- Install the SDK
- Initialize a session
- Capture your first trace
SDK Reference
Full API reference for the Sentrial Node.js and Python SDKs.
- sentrial.init()
- session.trace()
- session.end()
- Custom metadata
Concepts
Understand how Sentrial models agent behavior.
- Sessions & traces
- Drift detection
- Regression scoring
- Baselines
Alerts & Integrations
Connect Sentrial to your existing incident response workflow.
- Slack
- PagerDuty
- Webhooks
- Custom thresholds
Security & Privacy
How Sentrial handles your data and protects your models.
- Data residency
- PII scrubbing
- Audit logs
- SOC 2 (in progress)
Guides
End-to-end walkthroughs for common use cases.
- Multi-agent pipelines
- LangChain integration
- OpenAI Agents SDK
- Custom evals
Install
$npm install @sentrial/sdk
#or: pip install sentrial