Documentation
Get Started with Saf3AI
Everything you need to secure, monitor, and govern your AI agents.
Quick Start
Get up and running in minutes
1
Install the SDK
pip install saf3ai-sdk 2
Initialize
from saf3ai_sdk import init
init(service_name="my-agent", framework="adk") 3
Add Callbacks
from saf3ai_sdk import create_security_callback
callback = create_security_callback(api_endpoint=...) Framework Guides
Step-by-step integration guides for popular frameworks
Need help?
Our team is here to help you get started and answer any questions.