Vaxelia wraps Anthropic SDK with compliance logging
ToolsPypi.orgPublished May 30, 2026

Vaxelia wraps Anthropic SDK with compliance logging

Vaxelia just shipped vaxelia-ai-anthropic on PyPI. It's a wrapper around the official Anthropic Python SDK that intercepts your API calls and logs them to a compliance endpoint. Want to keep records of every LLM interaction without rewriting your entire codebase?

Here's the deal: you swap your normal Anthropic import for Vaxelia's version, and suddenly every non-streaming messages.create call gets logged to your tenant's decision-log endpoint through vaxelia-ai-core. It's drop-in, meaning your existing code doesn't need touching. The wrapper handles the heavy lifting behind the scenes.

This matters if you're building in regulated industries or just want an audit trail of what your AI is actually doing. Compliance teams love this stuff. Developers get to keep moving fast without bolting on logging infrastructure later.

Related Articles