SDK Components
RAXE provides a comprehensive Python SDK with the following components:Raxe Client
Core scanning client for sync operations
AsyncRaxe Client
Async client for high-throughput scanning
Scan Results
Result objects and detection models
Exceptions
Error handling and exception types
Quick Import Reference
Basic Usage Pattern
Type Annotations
RAXE is fully typed for IDE support:API Stability
| Component | Stability | Notes |
|---|---|---|
Raxe | Stable | Core API |
AsyncRaxe | Stable | Async API |
ScanResult | Stable | Result model |
Detection | Stable | Detection model |
RaxeOpenAI | Stable | OpenAI wrapper |
RaxeAnthropic | Stable | Anthropic wrapper |
RaxeCallbackHandler | Beta | LangChain integration |
