DOCUMENTATION
Learn how to use Authensor
Everything you need to integrate governance into your AI agents.
quickstart.py
from authensor import Authensor
# Initialize
client = Authensor(api_key="YOUR_API_KEY")
# Wrap your agent function
@client.govern
def my_agent_action(params):
# Your agent logic here
return execute_action(params)
# That's it! All actions are now governed.Early Access
Full documentation available to Pilot participants
We're onboarding teams to our Pilot Program with full SDK access, documentation, and hands-on support. Reach out to get started.
Contact john@authensor.comDocumentation Preview
Getting Started
IntroductionWhat Authensor does
Quick StartGet running in 5 minutes
InstallationInstall the SDK
AuthenticationAPI keys and roles
Core Concepts
ActionsNormalized intent structure
DecisionsAllow, Block, Review
PoliciesDefine rules
ReceiptsAudit trail
The Lifecycle
EvaluateSubmit for decision
ReviewHuman-in-the-loop
ClaimSingle-execution
FinalizeRecord outcomes
Integration
Python SDKFull Python guide
TypeScript SDKNode.js support
REST APIHTTP endpoints
WebhooksReal-time events
Ready to integrate?
Join the Pilot Program for full documentation and SDK access.