Foxy Audit
Book a demo
← Back to all cards

The SDK · @foxy.audit()

One decorator. That's the whole integration.

No rearchitecting, no proxy, no rewriting your model calls. You add one line, and every call is recorded — hashed, graded, and chained — on a background thread that never gets in your way.

your_app.py
$ pip install foxy-audit

from foxy_audit import audit

@audit(policy="soc2")
def ask_model(prompt):
    return llm.generate(prompt)

The decorator wraps your function transparently. Your code runs exactly as before — same return value, same latency — while Foxy records what happened in the background.

What actually leaves your machine

Built to stay out of your way

Wrap your first call today.

Book a demo and we'll get the SDK recording a real call on your stack in minutes.

Book a demo