Metadata-Version: 2.4
Name: authbinder
Version: 1.0.2
Summary: AI agent assurance platform SDK. Captures telemetry from LangChain, CrewAI, AutoGen, AG2, LlamaIndex, Haystack, and Claude Agent SDK.
Author-email: AuthBinder <info@getauthbinder.com>
License: MIT
Project-URL: Homepage, https://authbinder.com
Keywords: ai,agents,audit,assurance,security,compliance,langchain,crewai,autogen,claude
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: httpx>=0.24.0

# AuthBinder SDK

AI agent assurance platform. Automatically captures telemetry from your AI agents for risk scoring and compliance reporting.

## Install

pip install authbinder

## Usage

from authbinder import init, auto_instrument

init(
    tenant_id="your-tenant-id",
    api_key="ab_live_your-api-key",
    package="baseline"
)
auto_instrument()

## Supported frameworks

- LangChain
- CrewAI
- AutoGen
- AG2 (community AutoGen fork)
- LlamaIndex
- Haystack
- Claude Agent SDK (Anthropic)

auto_instrument() detects and patches whichever frameworks are installed automatically.

## Links

- Website: https://authbinder.com
- Support: info@getauthbinder.com
