Authensor wraps your agent's tool calls with policy evaluation, content scanning, and cryptographic audit trails. One integration point, full safety coverage.
Your agent calls guard() before every tool invocation. One function call, synchronous, zero config needed.
@authensor/sdk@authensor/langchain@authensor/openaiDeclarative rules define what actions are allowed, denied, or require human approval. Policies are versioned and auditable.
@authensor/engineBuilt-in policy (offline)Control plane policy (online)Content scanning runs in parallel with policy evaluation. Prompt injection, PII, credentials, and exfiltration patterns caught before they reach the outside world.
@authensor/aegis@authensor/sentinelEvery decision produces a cryptographic receipt. SHA-256 hash chain links receipts together. Tamper with one and the chain breaks.
Hash-chained receiptsNDJSON exportDashboardHuman-in-the-loop approval workflows with multi-party quorum. Webhook notifications, expiration timers, and mobile-friendly approval UI.
Multi-party approvalWebhook notificationsBudget controlsStart offline with zero infrastructure. Scale to self-hosted when you need persistence. Upgrade to hosted when you want zero ops.
Policy engine runs in-process. No network calls, no database, no control plane. Perfect for local development, CI, and edge deployments.
$ npm install @authensor/sdkPostgreSQL + control plane on your infrastructure. Docker Compose, Kubernetes, or bare metal. All data stays in your network.
$ docker compose up -dManaged control plane with SLA. Same engine, same API, same receipts. Free tier included for small teams.
$ authensor.com/signupDrop-in adapters for the major agent frameworks. Or use the SDK directly for custom agents.
@authensor/langchain@authensor/openai@authensor/crewaicreate-authensor --template claude-hooks@authensor/mcp-server --gateway@authensor/sdk guard()Free, open source, and self-hostable. Works with any agent framework.